# 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 = "nat-detect" version = "0.1.7" authors = ["blazh "] description = "a simple nat detect implementation for rust" readme = "README.md" keywords = ["nat", "stun", "detect"] license = "MIT" repository = "https://github.com/blazood/nat-detect" resolver = "2" [dependencies.bytecodec] version = "0.4.15" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.simple_logger] version = "2.1" [dependencies.stun_codec_blazh] version = "0.1.13" [dependencies.tokio] version = "1.17" features = ["full"]