rtc-stun 0.8.2

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

[features]
bench = []
default = []

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

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

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.base64]
version = "0.22.0"

[dependencies.bytes]
version = "1.11.0"

[dependencies.crc]
version = "3.0.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.md-5]
version = "0.10"

[dependencies.rand]
version = "0.9.2"

[dependencies.ring]
version = "0.17.14"

[dependencies.sansio]
version = "1"

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

[dependencies.subtle]
version = "2.5.0"

[dependencies.url]
version = "2.5.0"

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

[dev-dependencies.criterion]
version = "0.5.1"