# 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" rust-version = "1.65.0" name = "stun-types" version = "0.2.0" authors = ["Matthew Waters "] description = "STUN parsing and writing" documentation = "https://docs.rs/stun-types" readme = "README.md" keywords = ["STUN"] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ystreet/stun-proto" [dependencies.arbitrary] version = "1" optional = true [dependencies.byteorder] version = "1" [dependencies.crc] version = "3" [dependencies.hmac] version = "0.12" [dependencies.md-5] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.sha-1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" [features] arbitrary = ["dep:arbitrary"]