# 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 = "faster-stun" version = "1.0.2" authors = ["Mr.Panda "] description = "Fast and zero-cost stun message decoder and encoder." homepage = "https://github.com/mycrl/turn-rs" readme = "README.md" keywords = [ "stun", "webrtc", "turn", ] categories = [ "parsing", "network-programming", ] license = "GPL-2.0-or-later" repository = "https://github.com/mycrl/turn-rs" [[bench]] name = "benchmark" harness = false [dependencies.bytes] version = "1" [dependencies.crc] version = "3.0.1" [dependencies.hmac] version = "0.12.1" [dependencies.md-5] version = "0.10.5" [dependencies.num_enum] version = "0.6" [dependencies.sha-1] version = "0.10.1" [dev-dependencies.criterion] version = "0.5"