# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "iroh-pkarr-node-discovery" version = "0.6.0" authors = [ "RĂ¼diger Klaehn ", "n0 team", ] description = "A discovery mechanism for iroh-net that uses the bittorrent mainline DHT via pkarr" keywords = [ "network", "p2p", ] categories = ["network-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/n0-computer/iroh-examples" [dependencies.anyhow] version = "1.0.79" [dependencies.derive_more] version = "1.0.0-beta.6" features = [ "debug", "display", "from", "try_into", "from_str", ] [dependencies.futures-lite] version = "2.3.0" [dependencies.genawaiter] version = "0.99.1" features = ["futures03"] [dependencies.iroh-net] version = "0.22" [dependencies.pkarr] version = "2.0" features = ["async"] [dependencies.tokio] version = "1.35.1" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.postcard] version = "1.0.8" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]