# 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 = "2018" name = "stun-coder" version = "2.0.0" authors = ["Ruben Harutyunyan "] description = "A STUN protocol encoder and decoder for Rust. The implementation is done according to Session Traversal Utilities for NAT (STUN). STUN extensions specified by the Interactive Connectivity Establishment (ICE) protocol are also supported." homepage = "https://github.com/Vagr9K/rust-stun-coder" readme = "README.md" keywords = [ "stun", "nat", "traversal", "ice", ] categories = [ "encoding", "network-programming", ] license = "MIT" repository = "https://github.com/Vagr9K/rust-stun-coder" [dependencies.byteorder] version = "1.3.4" [dependencies.crc] version = "1.8.1" [dependencies.hmac] version = "0.9.0" [dependencies.num-derive] version = "0.3.2" [dependencies.num-traits] version = "0.2.12" [dependencies.rand] version = "0.7.3" [dependencies.rust-crypto] version = "0.2.36" [dependencies.stringprep] version = "0.1.2" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.get_if_addrs] version = "0.5.3"