# 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 = "retarus" version = "0.1.0" authors = ["Retarus GmbH "] description = "The official Rust SDK provided by Retarus to contact our messaging services with the lightning speed of the rust programming language." homepage = "https://github.com/retarus/retarus-rust" readme = "README.md" license = "MIT AND Apache-2.0" repository = "https://github.com/retarus/retarus-rust" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.22" [dependencies.crossbeam] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.reqwest] version = "0.11.13" features = [ "multipart", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tokio-compat-02] version = "0.2" [dependencies.tokio-core] version = "0.1" [features] default = [ "sms", "fax", "webexpress", ] fax = [] sms = [] webexpress = []