# 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 = "webrtc-ice" version = "0.11.0" authors = ["Rain Liu "] description = "A pure Rust implementation of ICE" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-ice" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/webrtc-rs/ice" [[example]] name = "ping_pong" path = "examples/ping_pong.rs" bench = false [dependencies.arc-swap] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.crc] version = "3" [dependencies.log] version = "0.4" [dependencies.mdns] version = "0.7.0" package = "webrtc-mdns" [dependencies.portable-atomic] version = "1.6" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.stun] version = "0.6.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.32.0" features = [ "fs", "io-util", "io-std", "macros", "net", "parking_lot", "rt", "rt-multi-thread", "sync", "time", ] [dependencies.turn] version = "0.8.0" [dependencies.url] version = "2" [dependencies.util] version = "0.9.0" features = [ "conn", "vnet", "sync", ] default-features = false package = "webrtc-util" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.waitgroup] version = "0.1" [dev-dependencies.chrono] version = "0.4.28" [dev-dependencies.clap] version = "3" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.hyper] version = "0.14.27" features = ["full"] [dev-dependencies.ipnet] version = "2" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.regex] version = "1.9.5" [dev-dependencies.sha1] version = "0.10" [dev-dependencies.tokio-test] version = "0.4"