maildir2026 0.3.0

maildir2026 provides a small Maildir-style file handoff protocol.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.185"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"

[[package]]
name = "maildir2026"
version = "0.3.0"
dependencies = [
 "libc",
 "utf8path",
]

[[package]]
name = "utf8path"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d30e170854b782fbdba8314945783b756fe12e07572c612c6b7be15990fc449e"