# 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_codec" version = "0.3.5" authors = ["Takeru Ohta "] description = "Encoders and decoders for STUN (RFC 5389) and its extensions" homepage = "https://github.com/sile/stun_codec" readme = "README.md" keywords = ["STUN"] categories = ["encoding"] license = "MIT" repository = "https://github.com/sile/stun_codec" [dependencies.bytecodec] version = "0.4" [dependencies.byteorder] version = "1" [dependencies.crc] version = "3" [dependencies.hmac] version = "0.12.1" [dependencies.md5] version = "0.7" [dependencies.sha1] version = "0.10.6" [dependencies.trackable] version = "1" [badges.coveralls] repository = "sile/stun_codec"