# 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 = "tuta_poll" version = "0.1.0" authors = ["Lars Haalck "] description = "tuta library to fetch new mails, decrypt them, and mark them as read" readme = "README.md" keywords = [ "tuta", "tutanota", "notifications", ] categories = ["api-bindings"] license = "GPL-3.0-only" repository = "https://github.com/LarsHaalck/tuta_poll" [dependencies.aes] version = "0.8.3" [dependencies.anyhow] version = "1.0.75" [dependencies.async-stream] version = "0.3.5" [dependencies.base64] version = "0.21.5" [dependencies.bcrypt] version = "0.15.0" [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.futures-core] version = "0.3.29" [dependencies.futures-util] version = "0.3.29" [dependencies.hmac] version = "0.12.1" [dependencies.lz4_flex] version = "0.11.1" [dependencies.num-traits] version = "0.2.17" [dependencies.num_enum] version = "0.7.1" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.rsa] version = "0.9.6" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.35.0" features = [ "rt", "macros", ] [dependencies.tracing] version = "0.1.40" [dependencies.tungstenite] version = "0.20.1" features = ["native-tls"] [dependencies.url] version = "2.4.1" [dev-dependencies.rpassword] version = "7.3.1" [dev-dependencies.tracing-subscriber] version = "0.3.18"