# 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" version = "0.1.0" description = "Library for creating simple communication channels using Mobility-enabled TURN servers. Like unreliable socketpair(2) for UDP." readme = "README.md" keywords = [ "turn", "channel", "rfc8016", "mobility", "socketpair", ] 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.base64] version = "0.21.0" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.4.0" [dependencies.flate2] version = "1.0.25" [dependencies.futures] version = "0.3.27" [dependencies.pin-project] version = "1.0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.26.0" features = [ "net", "sync", "macros", ] [dependencies.turnclient] version = "0.5.0"