# 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 = "2018" name = "stunclient" version = "0.4.1" authors = ["Vitaly _Vi Shukela "] description = "Simple STUN client for resolving external IP address and port of a UDP socket" readme = "README.md" keywords = [ "stun", "rfc5389", "nat", ] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/rust-stunclient" [dependencies.bytecodec] version = "0.4.11" [dependencies.rand] version = "0.8" [dependencies.stun_codec] version = "0.3.2" [dependencies.tokio] version = "1" features = [ "time", "net", "macros", ] optional = true [dev-dependencies.tokio] version = "1" features = ["rt"] [features] async = ["tokio"] default = ["async"]