asterisk-manager 2.1.1

An asynchronous Rust library for interacting with the Asterisk Manager Interface (AMI), featuring a strongly-typed, stream-based API with resilient connections, automatic reconnection, and heartbeat monitoring.
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.chrono]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tokio-stream]
features = ["sync"]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"

[dependencies.utoipa]
optional = true
version = "5.4.0"

[dependencies.uuid]
features = ["v4"]
version = "1"

[dev-dependencies.actix-web]
version = "4"

[dev-dependencies.chrono]
version = "0.4.41"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.env_logger]
version = "0.11.8"

[[example]]
name = "actix_web_example"
path = "examples/actix_web_example.rs"

[[example]]
name = "actix_web_resilient_example"
path = "examples/actix_web_resilient_example.rs"

[[example]]
name = "multiple_managers_logging"
path = "examples/multiple_managers_logging.rs"

[[example]]
name = "roundtrip_demo"
path = "examples/roundtrip_demo.rs"

[[example]]
name = "watchdog_resilient_logging"
path = "examples/watchdog_resilient_logging.rs"

[features]
default = []
docs = ["utoipa"]

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

[package]
authors = ["Gabriel Nascimento <gabrielramosnascimento195@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "api-bindings", "asynchronous"]
description = "An asynchronous Rust library for interacting with the Asterisk Manager Interface (AMI), featuring a strongly-typed, stream-based API with resilient connections, automatic reconnection, and heartbeat monitoring."
edition = "2021"
keywords = ["asterisk", "ami", "voip", "manager", "async"]
license-file = "LICENSE"
name = "asterisk-manager"
readme = "README.md"
repository = "https://github.com/gabriellramos/rust-asterisk-manager"
version = "2.1.1"