# 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 = "dovemail" version = "0.0.1" authors = ["Jennings Zhang "] description = "Use Microsoft's PNP CLI with email clients." readme = "README.md" license-file = "LICENSE.txt" [profile.release] lto = "fat" codegen-units = 1 strip = "symbols" [dependencies.color-eyre] version = "0.6.3" [dependencies.seahash] version = "4.1.0" features = ["use_std"] [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.59" [dependencies.time] version = "0.3.36" features = [ "serde", "serde-well-known", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.rstest] version = "0.19.0"