# 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 = "stun-client" version = "0.1.4" authors = ["yoshd "] description = "This is a simple async_std based asynchronous STUN client library." documentation = "https://docs.rs/stun-client/" readme = "README.md" keywords = [ "stun", "nat", "p2p", "udp", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/yoshd/stun-client.git" [dependencies.async-macros] version = "2.0.0" [dependencies.async-std] version = "1.9.0" [dependencies.futures] version = "0.3.14" [dependencies.pnet] version = "0.33" [dependencies.rand] version = "0.8.3" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.anyhow] version = "1.0.40" [dev-dependencies.futures-util] version = "0.3.14" [dev-dependencies.redis] version = "0.20.0" features = ["async-std-comp"]