# 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.60.0" name = "libp2p-upnp" version = "0.3.0" publish = true description = "UPnP support for libp2p transports" 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.futures-timer] version = "3.0.3" [dependencies.igd-next] version = "0.14.3" [dependencies.libp2p-core] version = "0.42.0" [dependencies.libp2p-swarm] version = "0.45.0" [dependencies.tokio] version = "1.38" features = ["rt"] optional = true default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.void] version = "1.0.2" [features] tokio = [ "igd-next/aio_tokio", "dep:tokio", ] [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"