[package] name = "dovemail" version = "0.0.1" description = "Use Microsoft's PNP CLI with email clients." edition = "2021" authors = ["Jennings Zhang "] license-file = "LICENSE.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] color-eyre = "0.6.3" seahash = { version = "4.1.0", features = ["use_std"] } serde = { version = "1.0.199", features = ["derive"] } serde_json = "1.0.116" thiserror = "1.0.59" time = { version = "0.3.36", features = ["serde", "serde-well-known"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" [dev-dependencies] rstest = "0.19.0" # https://github.com/johnthagen/min-sized-rust [profile.release] strip = "symbols" lto = "fat" codegen-units = 1