# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mail-tm-rs" version = "0.0.5" authors = ["AwesomeIbex "] description = "Mail-Tm(https://mail.tm/en/) api implementation" documentation = "https://docs.rs/mail-tm-rs/" readme = "README.md" keywords = ["mail-tm", "api", "reqwest"] categories = ["api-bindings", "web-programming::http-client"] license-file = "LICENSE" repository = "https://github.com/AwesomeIbex/mail-tm-rs/" [lib] [dependencies.anyhow] version = "1.0.34" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.3" [dependencies.reqwest] version = "0.11.0" features = ["cookies", "native-tls-vendored", "socks"] default_features = false [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1.1.1" features = ["full"] [dev-dependencies.pretty_env_logger] version = "0.4.0"