# 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 = "azure-communications" version = "0.1.1" authors = ["Alexander Hörl "] description = "API Wrapper for the Azure Communication Services in Rust." homepage = "https://github.com/AlexanderProd/azure-communications-rust" readme = "README.md" keywords = [ "azure", "communications", "sms", "chat", "email", ] categories = [ "api-bindings", "email", ] license = "MIT" repository = "https://github.com/AlexanderProd/azure-communications-rust" [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.7" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.time] version = "0.3.36" features = ["formatting"] [dev-dependencies.tokio] version = "1.39.3" features = ["full"]