# 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-core" version = "0.3.0" authors = ["kbalt"] description = "SIP core crate providing abstrations over transport and transactions" readme = "README.md" keywords = ["sip"] categories = [ "network-programming", "multimedia", ] license = "MIT" repository = "https://github.com/kbalt/ezk" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.bytesstr] version = "1" [dependencies.downcast-rs] version = "1" [dependencies.internal] version = "0.2" package = "ezk-internal" [dependencies.log] version = "0.4" [dependencies.multimap] version = "0.10" [dependencies.nom] version = "7" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rustls-pki-types] version = "1" features = ["std"] optional = true [dependencies.sip-types] version = "0.2" package = "ezk-sip-types" [dependencies.stun] version = "0.2.0" package = "ezk-stun" [dependencies.stun-types] version = "0.1.1" package = "ezk-stun-types" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.5.0" features = [ "net", "rt-multi-thread", "sync", "macros", "io-util", ] [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.tokio-rustls] version = "0.26" optional = true default-features = false [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.trust-dns-resolver] version = "0.23" [features] tls-native-tls = ["dep:tokio-native-tls"] tls-rustls = [ "dep:tokio-rustls", "dep:rustls-pki-types", ]