# 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 = "threema" version = "0.2.0" authors = ["bluec0re "] description = "A threema.ch api library, based on o3ma" homepage = "https://github.com/bluec0re/threema-rs" readme = "README.md" keywords = [ "threema", "bot", ] license = "Apache-2.0" repository = "https://github.com/bluec0re/threema-rs" [dependencies.base64] version = "0.13" [dependencies.flat-bytes] version = "0.1" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4" [dependencies.pbkdf2] version = "0.11" default-features = false [dependencies.rustls] version = "0.20" features = ["dangerous_configuration"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.sodiumoxide] version = "0.2" features = ["serde"] [dependencies.ureq] version = "2.5" features = ["json"] [dependencies.webpki] version = "0.22" [dependencies.webpki-roots] version = "0.22" [dev-dependencies.pretty_env_logger] version = "0.4" [build-dependencies.webpki] version = "0.22"