# 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-ami" version = "0.1.7" authors = ["Matthias Wimmer "] description = "Minimalistic library to communicate with an Asterisk server using the AMI over TCP protocol" homepage = "https://github.com/projekt7m/asterisk-ami/tree/main/asterisk-ami" documentation = "https://docs.rs/asterisk-ami" readme = "README.md" keywords = ["asterisk", "ami", "async", "tokio", "voip"] categories = ["api-bindings", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/projekt7m/asterisk-ami" [dependencies.log] version = "0.4.14" [dependencies.tokio] version = "1" features = ["full"]