turn 0.17.0

A pure Rust implementation of TURN
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 = "2021"
name = "turn"
version = "0.17.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust implementation of TURN"
homepage = "https://webrtc.rs"
documentation = "https://docs.rs/turn"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/webrtc-rs/webrtc/tree/master/turn"

[features]
metrics = []

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

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

[dependencies.portable-atomic]
version = "1.6"

[dependencies.rand]
version = "0.9"

[dependencies.ring]
version = "0.17.14"

[dependencies.stun]
version = "0.17.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",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.util]
version = "0.17.0"
features = [
    "conn",
    "vnet",
]
default-features = false
package = "webrtc-util"

[dev-dependencies.clap]
version = "3"

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

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

[dev-dependencies.hex]
version = "0.4"