# 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" rust-version = "1.75.0" name = "libp2p-relay" version = "0.18.0" authors = [ "Parity Technologies ", "Max Inden ", ] description = "Communications relaying for libp2p" keywords = [ "peer-to-peer", "libp2p", "networking", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [package.metadata.docs.rs] all-features = true [dependencies.asynchronous-codec] version = "0.7.0" [dependencies.bytes] version = "1" [dependencies.either] version = "1.12.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-bounded] version = "0.2.4" [dependencies.futures-timer] version = "3" [dependencies.libp2p-core] version = "0.42.0" [dependencies.libp2p-identity] version = "0.2.9" [dependencies.libp2p-swarm] version = "0.45.0" [dependencies.quick-protobuf] version = "0.8" [dependencies.quick-protobuf-codec] version = "0.3.1" [dependencies.rand] version = "0.8.4" [dependencies.static_assertions] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.37" [dependencies.void] version = "1" [dependencies.web-time] version = "1.1.0" [dev-dependencies.libp2p-identity] version = "0.2.9" features = ["rand"] [dev-dependencies.libp2p-ping] version = "0.45.0" [dev-dependencies.libp2p-plaintext] version = "0.41.0" [dev-dependencies.libp2p-swarm] version = "0.45.0" features = [ "macros", "async-std", ] [dev-dependencies.libp2p-swarm-test] version = "0.3.0" [dev-dependencies.libp2p-yamux] version = "0.45.2" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [lints.clippy] dbg_macro = "warn" manual_let_else = "warn" type_complexity = "allow" unnecessary_wraps = "warn" used_underscore_binding = "warn" [lints.clippy.pedantic] level = "allow" priority = -1 [lints.rust] unreachable_pub = "warn"