# 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 = "crab_nat" version = "0.6.4" authors = ["Ryan Andersen "] description = "A library providing a pure Rust implementation of a client for both the NAT Port Mapping Protocol (NAT-PMP) and the Port Control Protocol (PCP)." readme = "README.md" license = "MIT" repository = "https://github.com/ryco117/crab_nat" [[example]] name = "client" required-features = ["tracing"] [dependencies.bytes] version = "1.6.0" [dependencies.displaydoc] version = "0.2.4" [dependencies.num_enum] version = "0.7.2" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" features = [ "io-util", "net", "time", ] [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.netdev] version = "0.26" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3"