# 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 = "stun" version = "0.6.0" authors = ["Rain Liu "] description = "A pure Rust implementation of STUN" homepage = "https://webrtc.rs" documentation = "https://docs.rs/stun" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/webrtc-rs/stun" [[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" harness = false [dependencies.base64] version = "0.21" [dependencies.crc] version = "3" [dependencies.lazy_static] version = "1" [dependencies.md-5] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.ring] version = "0.17" [dependencies.subtle] version = "2.4" [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.url] version = "2" [dependencies.util] version = "0.9.0" features = ["conn"] default-features = false package = "webrtc-util" [dev-dependencies.clap] version = "3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tokio-test] version = "0.4" [features] bench = [] default = []