# 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-pnet" version = "0.25.0" authors = ["Parity Technologies "] description = "Private swarm support 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.futures] version = "0.3.30" [dependencies.pin-project] version = "1.1.5" [dependencies.rand] version = "0.8" [dependencies.salsa20] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.tracing] version = "0.1.37" [dev-dependencies.libp2p-core] version = "0.42.0" [dev-dependencies.libp2p-identity] version = "0.2.9" features = [ "ed25519", "rsa", "ecdsa", "secp256k1", "rand", ] [dev-dependencies.libp2p-noise] version = "0.45.0" [dev-dependencies.libp2p-swarm] version = "0.45.0" features = ["tokio"] [dev-dependencies.libp2p-tcp] version = "0.42.0" features = ["tokio"] [dev-dependencies.libp2p-websocket] version = "0.44.0" [dev-dependencies.libp2p-yamux] version = "0.46" [dev-dependencies.tokio] version = "1.38" features = ["full"] default-features = false [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"