# 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 = "threema-gateway" version = "0.18.0" authors = ["Danilo Bargen "] include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE", ] description = "A client library for the Threema Gateway." documentation = "https://docs.rs/threema-gateway" readme = "README.md" keywords = [ "threema", "end-to-end", "e2e", "e2ee", "gateway", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dbrgn/threema-gateway-rs" [dependencies.byteorder] version = "1.0" [dependencies.crypto_box] version = "0.9.1" [dependencies.crypto_secretbox] version = "0.1.1" [dependencies.data-encoding] version = "2.1" [dependencies.form_urlencoded] version = "1" optional = true [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls-native-roots", "multipart", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" optional = true [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1" [dependencies.zeroize] version = "1" features = ["zeroize_derive"] default-features = false [dev-dependencies.docopt] version = "1.1.0" [dev-dependencies.mime_guess] version = "2.0.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] default-features = false [dev-dependencies.tokio-test] version = "0.4" [features] default = ["receive"] receive = [ "form_urlencoded", "serde_urlencoded", ]