| 1234567891011121314151617181920212223 |
- [package]
- name = "dhtd"
- version = "0.4.1"
- homepage = "https://dark.fi"
- description = "DHT daemon"
- authors = ["Dyne.org foundation <foundation@dyne.org>"]
- repository = "https://github.com/darkrenaissance/darkfi"
- license = "AGPL-3.0-only"
- edition = "2021"
- [dependencies]
- async-std = {version = "1.12.0", features = ["attributes"]}
- async-trait = "0.1.73"
- blake3 = "1.4.1"
- darkfi = {path = "../../../", features = ["dht"]}
- darkfi-serial = {path = "../../../src/serial", features = ["derive", "crypto"]}
- easy-parallel = "3.3.0"
- libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
- log = "0.4.20"
- rand = "0.8.5"
- simplelog = "0.12.1"
- smol = "1.3.0"
- url = "2.4.0"
|