mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-28 05:35:35 +03:00
28 lines
588 B
TOML
28 lines
588 B
TOML
[package]
|
|
name = "downloads"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
simulation-mode = []
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
kinode_process_lib = "0.9.4"
|
|
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
|
|
rand = "0.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
sha2 = "0.10.8"
|
|
sha3 = "0.10.8"
|
|
url = "2.4.1"
|
|
urlencoding = "2.1.0"
|
|
wit-bindgen = "0.24.0"
|
|
zip = { version = "1.1.4", default-features = false, features = ["deflate"] }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[package.metadata.component]
|
|
package = "kinode:process"
|