# 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 = "maildirpp" version = "0.4.0" authors = [ "Knut Magnus Aasrud ", "soywod ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Maildir++ library for Rust" readme = "README.md" keywords = [ "pim", "email", "maildir", "maildir++", ] categories = [ "email", "filesystem", ] license = "MIT" repository = "https://codeberg/kmaasrud/maildirpp" [lib] name = "maildirpp" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.gethostname] version = "0.4.3" [dev-dependencies.mail-parser] version = "0.8.2" [dev-dependencies.percent-encoding] version = "2.3.0" [dev-dependencies.tempfile] version = "3.8.0" [dev-dependencies.walkdir] version = "2.3.3"