# 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 = "2018" name = "asterisk-ari-client-rs" version = "0.1.4" authors = ["abezecny"] description = "Simple Asterisk ARI library" documentation = "https://docs.rs/jabber-tools/0.1.4" readme = "README.md" keywords = [ "telephony", "asterisk", ] categories = [ "multimedia", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jabber-tools/asterisk-ari-client-rs" [dependencies.async-trait] version = "0.1.74" [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" [dependencies.futures-util] version = "0.3.29" features = [ "async-await", "sink", "std", ] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.percent-encoding] version = "2.3.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.22" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.0" features = [ "macros", "time", "rt-multi-thread", ] default-features = false [dependencies.tokio-tungstenite] version = "0.21.0" [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.env_logger] version = "0.10.1" [features] parse-event-datetimes = []