mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-19 14:41:42 +03:00
30 lines
606 B
TOML
30 lines
606 B
TOML
[package]
|
|
name = "chain"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
simulation-mode = []
|
|
|
|
[dependencies]
|
|
alloy-primitives = "0.7.6"
|
|
alloy-sol-types = "0.7.6"
|
|
anyhow = "1.0"
|
|
bincode = "1.3.3"
|
|
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", branch = "develop" }
|
|
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.1", default-features = false }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[package.metadata.component]
|
|
package = "kinode:process"
|