asterisk-rs 0.1.7

Async Rust client for Asterisk AMI, AGI, and ARI
Documentation
# 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"
rust-version = "1.83"
name = "asterisk-rs"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust client for Asterisk AMI, AGI, and ARI"
homepage = "https://github.com/deadcode-walker/asterisk-rs"
readme = "README.md"
keywords = [
    "asterisk",
    "voip",
    "telephony",
    "pbx",
    "sip",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/deadcode-walker/asterisk-rs"

[features]
agi = ["dep:asterisk-rs-agi"]
ami = ["dep:asterisk-rs-ami"]
ari = ["dep:asterisk-rs-ari"]
default = [
    "ami",
    "agi",
    "ari",
]

[lib]
name = "asterisk_rs"
path = "src/lib.rs"

[[example]]
name = "pbx_dial"
path = "examples/pbx_dial.rs"
required-features = ["ami"]

[dependencies.asterisk-rs-agi]
version = "0.2.2"
optional = true

[dependencies.asterisk-rs-ami]
version = "0.5.0"
optional = true

[dependencies.asterisk-rs-ari]
version = "0.4.1"
optional = true

[dependencies.asterisk-rs-core]
version = "0.3.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
]

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[lints.clippy]
enum_glob_use = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"