| 1234567891011121314151617181920212223242526272829303132 |
- [package]
- name = "dhtd"
- version = "0.3.0"
- authors = ["Dyne.org foundation <foundation@dyne.org>"]
- license = "AGPL-3.0-only"
- edition = "2021"
- [dependencies.darkfi]
- path = "../../../"
- features = ["dht"]
- [dependencies]
- async-channel = "1.7.1"
- async-executor = "1.5.0"
- async-std = "1.12.0"
- async-trait = "0.1.59"
- blake3 = "1.3.3"
- ctrlc = { version = "3.2.3", features = ["termination"] }
- easy-parallel = "3.2.0"
- futures-lite = "1.12.0"
- log = "0.4.17"
- serde_json = "1.0.89"
- simplelog = "0.12.0"
- url = "2.3.1"
- # Argument parsing
- serde = "1.0.148"
- serde_derive = "1.0.148"
- structopt = "0.3.26"
- structopt-toml = "0.5.1"
- [workspace]
|