maildir 0.6.6

A simple library for maildir manipulation
Documentation
# 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.6"
authors = ["Kartikaya Gupta"]
build = false
exclude = [
    ".gitignore",
    ".github/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[badges.maintenance]
status = "passively-maintained"

[features]
mmap = ["memmap2"]

[lib]
name = "maildir"
path = "src/lib.rs"

[[example]]
name = "explain"
path = "examples/explain.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.gethostname]
version = "0.2.3"

[dependencies.mailparse]
version = "0.15"

[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"