| 123456789101112131415161718192021222324252627282930313233343536 |
- [package]
- name = "dhtd"
- version = "0.4.1"
- authors = ["Dyne.org foundation <foundation@dyne.org>"]
- license = "AGPL-3.0-only"
- edition = "2021"
- [dependencies.darkfi]
- path = "../../../"
- features = ["dht"]
- [dependencies]
- async-channel = "2.3.1"
- async-executor = "1.13.2"
- async-std = "1.13.1"
- async-trait = "0.1.88"
- blake3 = "1.8.2"
- ctrlc = { version = "3.4.7", features = ["termination"] }
- easy-parallel = "3.3.1"
- futures-lite = "2.6.0"
- log = "0.4.27"
- serde_json = "1.0.140"
- simplelog = "0.12.2"
- url = "2.5.4"
- # Argument parsing
- serde = "1.0.219"
- serde_derive = "1.0.219"
- structopt = "0.3.26"
- structopt-toml = "0.5.1"
- [workspace]
- [lints]
- workspace = true
|