# 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-client" version = "0.1.0" authors = ["thejonny "] description = "WIP inofficial threema client implementation and tools" license = "AGPL-3.0-only" repository = "https://github.com/TheJonny/threema-client-rs" [dependencies.anyhow] version = "1" [dependencies.base32] version = "0.4" [dependencies.base64] version = "0.13" [dependencies.env_logger] version = "0.9" [dependencies.flate2] version = "1" [dependencies.getrandom] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["blocking", "json", "multipart"] [dependencies.rpassword] version = "5" [dependencies.rust-crypto] version = "^0.2" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sodiumoxide] version = "0.2" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.11" features = ["full"]