# 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 = "ezk-sip-types" version = "0.3.0" authors = ["kbalt"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SIP types providing parsing & serialization" readme = "README.md" keywords = ["sip"] categories = [ "network-programming", "multimedia", ] license = "MIT" repository = "https://github.com/kbalt/ezk" [lib] name = "ezk_sip_types" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.bytesstr] version = "1" [dependencies.downcast-rs] version = "1.2.0" [dependencies.internal] version = "0.2" package = "ezk-internal" [dependencies.lazy_static] version = "1" [dependencies.memchr] version = "2" [dependencies.nom] version = "7" features = ["alloc"] default-features = false [dependencies.percent-encoding] version = "2" [dependencies.thiserror] version = "1"