# 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 = "turnhammer" version = "0.2.0" authors = ["Vitaly _Vi Shukela "] description = "A tool to stress-test TURN (RFC 5766) servers" readme = "README.md" keywords = ["rfc5766", "turn", "networking"] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/turnhammer" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" incremental = false [dependencies.anyhow] version = "1" [dependencies.argh] version = "0.1.5" [dependencies.bytecodec] version = "0.4.11" [dependencies.byteorder] version = "1.3.1" [dependencies.futures] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.spin_sleep] version = "1" [dependencies.stun_codec] version = "0.1.10" [dependencies.stunclient] version = "0.3" [dependencies.tokio] version = "1" features = ["rt", "net", "sync", "time", "macros"] [dependencies.tokio-stream] version = "0.1" features = ["time"] [dependencies.turnclient] version = "0.4" [dependencies.unzip-n] version = "0.1.2"