# 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 = "webrtc-rs-turn" version = "0.1.0" authors = ["Rain Liu "] description = "A pure Rust implementation of TURN" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-rs-turn" license = "MIT" repository = "https://github.com/webrtc-rs/turn" [[example]] name = "turn_client_udp" path = "examples/turn_client_udp.rs" bench = false required-features = ["binaries"] [[example]] name = "turn_server_udp" path = "examples/turn_server_udp.rs" bench = false required-features = ["binaries"] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2" optional = true default-features = false [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.md-5] version = "0.9.1" [dependencies.rand] version = "0.8.2" [dependencies.ring] version = "0.16.19" [dependencies.stun] version = "0.1.13" package = "webrtc-rs-stun" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.util] version = "0.1.4" package = "webrtc-rs-util" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.signal-hook] version = "0.3.2" [dev-dependencies.tokio-test] version = "0.4" [features] binaries = ["clap"] default = ["binaries"]