# 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-auth" version = "0.2.0" authors = ["kbalt"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RFC8769 compliant SIP authentication" readme = "README.md" keywords = [ "sip", "auth", ] categories = [ "network-programming", "multimedia", ] license = "MIT" repository = "https://github.com/kbalt/ezk" [lib] name = "ezk_sip_auth" path = "src/lib.rs" [dependencies.bytesstr] version = "1" [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7" [dependencies.sha2] version = "0.10" [dependencies.sip-types] version = "0.3" package = "ezk-sip-types" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1" features = ["v4"]