nectar/kinode/packages/app_store/ft_worker/Cargo.toml

25 lines
505 B
TOML
Raw Normal View History

2024-01-16 01:07:59 +03:00
[package]
2023-10-19 23:24:05 +03:00
name = "ft_worker"
2023-12-27 03:22:40 +03:00
version = "0.2.0"
2024-01-16 01:07:59 +03:00
edition = "2021"
[features]
simulation-mode = []
2024-01-16 01:07:59 +03:00
[dependencies]
anyhow = "1.0"
2023-10-04 04:12:13 +03:00
bincode = "1.3.3"
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", branch = "develop" }
2023-10-19 23:24:05 +03:00
rand = "0.8"
2024-01-16 01:07:59 +03:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2024-08-15 17:15:55 +03:00
sha2 = "0.10.8"
2024-04-04 02:53:07 +03:00
wit-bindgen = "0.24.0"
2024-08-15 17:26:15 +03:00
zip = { version = "1.1.4", default-features = false }
2024-01-16 01:07:59 +03:00
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
2024-01-18 07:21:34 +03:00
package = "kinode:process"