# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stunxy" version = "0.2.1" authors = ["Xie Zhihao "] description = "Deal with NAT traversal using STUN." documentation = "https://docs.rs/stunxy" readme = "README.md" keywords = ["stun"] categories = ["command-line-utilities", "network-programming"] license = "MIT" repository = "https://github.com/zhxie/stunxy" [dependencies.byteorder] version = "1.3.4" [dependencies.bytes] version = "0.5.6" [dependencies.clap] version = "2.33.1" [dependencies.dns-lookup] version = "1.0.3" [dependencies.rand] version = "0.7.3" [dependencies.socks] version = "0.3.2" [dependencies.structopt] version = "0.3.15"