rtc-ice 0.8.5

RTC ICE in Rust
Documentation
# 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 = "2024"
name = "rtc-ice"
version = "0.8.5"
authors = ["Rain Liu <yliu@webrtc.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTC ICE in Rust"
homepage = "https://webrtc.rs"
documentation = "https://docs.rs/rtc-ice"
readme = "README.md"
keywords = [
    "sansio",
    "networking",
    "protocols",
]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/webrtc-rs/rtc"
resolver = "2"

[lib]
name = "rtc_ice"
path = "src/lib.rs"

[[example]]
name = "ping_pong"
path = "examples/ping_pong.rs"
bench = false

[dependencies.bytes]
version = "1.11.0"

[dependencies.crc]
version = "3.0.1"

[dependencies.log]
version = "0.4.29"

[dependencies.mdns]
version = "0.8.5"
package = "rtc-mdns"

[dependencies.rand]
version = "0.9.2"

[dependencies.sansio]
version = "1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.shared]
version = "0.8.5"
features = []
default-features = false
package = "rtc-shared"

[dependencies.stun]
version = "0.8.5"
package = "rtc-stun"

[dependencies.url]
version = "2.5.0"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.chrono]
version = "0.4.43"

[dev-dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dev-dependencies.ctrlc]
version = "3.5.1"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.futures]
version = "0.3.30"

[dev-dependencies.hyper]
version = "0.14.28"
features = ["full"]

[dev-dependencies.ipnet]
version = "2.9.0"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.regex]
version = "1.10.3"

[dev-dependencies.serde_json]
version = "1.0.114"

[dev-dependencies.sha1]
version = "0.10.6"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dev-dependencies.waitgroup]
version = "0.1.2"