# 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-ua" version = "0.4.4" authors = ["kbalt"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low level SIP user agent utilities" readme = "README.md" keywords = ["sip"] categories = [ "network-programming", "multimedia", ] license = "MIT" repository = "https://github.com/kbalt/ezk" [lib] name = "ezk_sip_ua" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.bytesstr] version = "1" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.sip-core] version = "0.4" package = "ezk-sip-core" [dependencies.sip-types] version = "0.3" package = "ezk-sip-types" [dependencies.slotmap] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1"