# 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 = "eml-replicator" version = "0.1.4" authors = ["Maël Naccache Tüfekçi "] description = "A tool to import EML files to an IMAP inbox." homepage = "https://github.com/maeln/eml-replicator" readme = "README.md" keywords = ["email", "eml", "imap", "cli"] categories = ["command-line-utilities"] license = "CECILL-2.1" repository = "https://github.com/maeln/eml-replicator" [dependencies.clap] version = "2.33" [dependencies.imap] version = "2.4" [dependencies.indicatif] version = "0.15" [dependencies.lazy_static] version = "1.4" [dependencies.native-tls] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.walkdir] version = "2"