# 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" rust-version = "1.81" name = "medea-turn" version = "0.10.0" authors = ["Instrumentisto Team "] build = false include = [ "/src/", "/CHANGELOG.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "STUN/TURN server implementation used by Medea media server." homepage = "https://github.com/instrumentisto/medea-turn-rs" documentation = "https://docs.rs/medea-turn" readme = "README.md" keywords = [ "medea", "server", "stun", "turn", ] categories = [ "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/instrumentisto/medea-turn-rs" [lib] name = "medea_turn" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.43" [dependencies.bytecodec] version = "0.4.15" [dependencies.byteorder1] version = "1.5" default-features = false package = "byteorder" [dependencies.bytes] version = "1.6" [dependencies.derive_more] version = "1.0.0-beta.6" features = [ "debug", "display", "error", "from", ] [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.secrecy] version = "0.10" [dependencies.stun_codec] version = "0.3.5" [dependencies.tokio] version = "1.32" features = [ "io-util", "macros", "net", "rt-multi-thread", "time", ] default-features = false [dependencies.tokio-util] version = "0.7.11" features = ["codec"] [dependencies.trackable02] version = "0.2.24" default-features = false package = "trackable" [dependencies.trackable1] version = "1.3" default-features = false package = "trackable" [dev-dependencies.hex] version = "0.4"