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"
|
|
|
|
|
2024-03-16 11:36:49 +03:00
|
|
|
[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"
|
2024-10-22 22:44:11 +03:00
|
|
|
kinode_process_lib = "0.9.4"
|
2024-09-04 01:15:16 +03:00
|
|
|
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
|
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 18:53:15 +03:00
|
|
|
zip = { version = "1.1.4", default-features = false, features = ["deflate"] }
|
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"
|