# 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 = "trapmail" version = "0.4.0" authors = ["Marc Brinkmann "] description = "A command-line replacement for sendmail that stores mail. Useful for integration tests." documentation = "https://docs.rs/trapmail" license = "MIT OR Apache-2.0" repository = "https://github.com/mbr/trapmail-rs" [dependencies.anyhow] version = "1.0.25" [dependencies.chrono] version = "0.4.10" [dependencies.displaydoc] version = "0.1.5" [dependencies.lazy_static] version = "1.3.0" [dependencies.nix] version = "0.14.1" [dependencies.regex] version = "1.1.7" [dependencies.serde] version = "1.0.92" [dependencies.serde_bytes] version = "0.11.1" [dependencies.serde_derive] version = "1.0.92" [dependencies.serde_json] version = "1.0.39" [dependencies.structopt] version = "0.2.16" [dependencies.thiserror] version = "1.0.9"