Files
darkfi/script/research/dhtd/Cargo.toml
2023-12-04 19:58:59 +01:00

33 lines
628 B
TOML

[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.1.1"
async-executor = "1.8.0"
async-std = "1.12.0"
async-trait = "0.1.74"
blake3 = "1.5.0"
ctrlc = { version = "3.4.1", features = ["termination"] }
easy-parallel = "3.3.1"
futures-lite = "2.1.0"
log = "0.4.20"
serde_json = "1.0.108"
simplelog = "0.12.1"
url = "2.5.0"
# Argument parsing
serde = "1.0.193"
serde_derive = "1.0.193"
structopt = "0.3.26"
structopt-toml = "0.5.1"
[workspace]