# 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 = "2018" name = "maildir" version = "0.6.4" authors = ["Kartikaya Gupta"] exclude = [ ".gitignore", ".github/**", ] description = "A simple library for maildir manipulation" homepage = "https://github.com/staktrace/maildir/blob/master/README.md" readme = "README.md" keywords = [ "maildir", "email", "rfc822", "mime", ] categories = [ "email", "filesystem", ] license = "0BSD" repository = "https://github.com/staktrace/maildir" [dependencies.gethostname] version = "0.2.3" [dependencies.mailparse] version = "0.14" [dependencies.memmap2] version = "0.5.8" optional = true [dev-dependencies.percent-encoding] version = "1.0.1" [dev-dependencies.tempfile] version = "3.0.8" [dev-dependencies.walkdir] version = "2.2.7" [features] mmap = ["memmap2"] [badges.maintenance] status = "passively-maintained"