# 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 = "2021" name = "maildirs" version = "0.2.2" authors = ["soywod "] description = "Rust library to manage collections of Maildir" homepage = "https://git.sr.ht/~soywod/maildirs" documentation = "https://docs.rs/maildirs/latest/maildirs/" readme = "README.md" keywords = [ "mail", "email", "maildir", "maildir++", "filesystem", ] categories = [ "email", "filesystem", ] license = "MIT" repository = "https://git.sr.ht/~soywod/maildirs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--document-private-items", ] [dependencies.gethostname] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2.5" [dev-dependencies.mail-parser] version = "0.9" [dev-dependencies.percent-encoding] version = "2.3" [dev-dependencies.tempfile] version = "3.8"