# 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 = "turnclient" version = "0.5.0" authors = ["Vitaly _Vi Shukela "] description = "Simple TURN client for UDP - traverse even strict NAT; async only" readme = "README.md" keywords = [ "stun", "turn", "rfc5766", "nat", ] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/rust-turnclient" [dependencies.anyhow] version = "1" [dependencies.bytecodec] version = "0.4.11" [dependencies.fnv] version = "1.0.6" [dependencies.futures] version = "0.3" optional = false [dependencies.rand] version = "0.8" [dependencies.slab_typesafe] version = "0.1.3" [dependencies.stun_codec] version = "0.3.0" [dependencies.tokio] version = "1" features = [ "net", "time", "sync", ] optional = false [dependencies.trackable] version = "1" [dev-dependencies.bytes] version = "1.4.0" [dev-dependencies.either] version = "1.5.0" [dev-dependencies.futuristic] version = "0.5" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] optional = false [dev-dependencies.tokio-util] version = "0.7" features = [ "codec", "net", ]