# 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.63" name = "infobip_sdk" version = "0.6.1" authors = ["Infobip DevRel devrel@infobip.com"] description = "Client SDK to use the Infobip API with pure Rust." homepage = "https://www.infobip.com/" documentation = "https://www.infobip.com/docs/api" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/infobip-community/infobip-api-rust-sdk" [dependencies.document-features] version = "0.2" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "multipart", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.validator] version = "0.16" features = ["derive"] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.httpmock] version = "0.7" [build-dependencies.rustc_version] version = "0.4" [features] default = [ "sms", "whatsapp", "email", "reqwest/default-tls", ] email = [] native-tls = ["reqwest/native-tls"] native-tls-vendored = ["reqwest/native-tls-vendored"] rustls-tls = ["reqwest/rustls-tls"] rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"] sms = [] whatsapp = []