# 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 = "ant-libp2p-connection-limits" version = "0.4.1" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Connection limits for libp2p." readme = false keywords = [ "peer-to-peer", "libp2p", "networking", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/maidsafe/ant-rust-libp2p" [lib] name = "ant_libp2p_connection_limits" path = "src/lib.rs" [dependencies.ant-libp2p-core] version = "0.42.1" [dependencies.ant-libp2p-swarm] version = "0.45.2" [dependencies.libp2p-identity] version = "0.2.10" features = ["peerid"] [dev-dependencies.ant-libp2p-identify] version = "0.46.0" [dev-dependencies.ant-libp2p-ping] version = "0.45.1" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.rand] version = "0.8.5" [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"