# 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 = "2021" name = "turntie-cli" version = "0.1.0" description = "Command-line tool for creating unreliable insecure channels over TURN servers" readme = "README.md" keywords = [ "turn", "channel", "rfc8016", "mobility", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/turntie" resolver = "1" [dependencies.anyhow] version = "1.0.70" [dependencies.argh] version = "0.1.10" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.27" [dependencies.tokio] version = "1.26.0" features = [ "rt", "macros", "io-util", "io-std", ] [dependencies.tokio-util] version = "0.7.7" features = ["codec"] [dependencies.turntie] version = "0.1.0"