# 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-format" version = "1.0.1" authors = ["pradt2"] description = "No-std parser for all RFCs STUN messages" readme = "README.md" keywords = [ "stun", "stun-parser", "zero-copy", "io", ] categories = [ "no-std", "network-programming", "data-structures", ] license = "MIT" repository = "https://github.com/pradt2/stun-format" [dependencies.r-ex] version = "1.0.1" features = [ "carve", "endian", "splice", "from-ref", "from-arr", ] [dependencies.stun-bytes] version = "1.0.1" [features] default = ["iana"] fmt = [] iana = [ "rfc5780", "rfc8489", "rfc8445", "rfc8656", "rfc6679", "rfc7635", "rfc7982", "rfc8016", "rfc6062", ] rfc3489 = [] rfc5245 = [] rfc5389 = [] rfc5766 = [] rfc5780 = [] rfc6062 = [] rfc6679 = [] rfc7635 = [] rfc7982 = [] rfc8016 = [] rfc8445 = [] rfc8489 = [] rfc8656 = []