m2 0.0.0

Set of Unix tools to work with m2dirs
Documentation
[[bin]]
name = "m2"
path = "src/bin/m2/main.rs"

[[bin]]
name = "m2hdr"
path = "src/bin/m2hdr/main.rs"

[[bin]]
name = "m2ls"
path = "src/bin/m2ls/main.rs"

[[bin]]
name = "m2part"
path = "src/bin/m2part/main.rs"

[[bin]]
name = "m2proc"
path = "src/bin/m2proc/main.rs"

[[bin]]
name = "m2scan"
path = "src/bin/m2scan/main.rs"

[[bin]]
name = "m2send"
path = "src/bin/m2send/main.rs"

[[bin]]
name = "m2seq"
path = "src/bin/m2seq/main.rs"

[[bin]]
name = "m2sort"
path = "src/bin/m2sort/main.rs"

[dependencies.chrono]
features = ["unstable-locales"]
version = "0.4.42"

[dependencies.clap]
default-features = false
features = ["derive", "help", "std", "usage"]
version = "4.5.50"

[dependencies.libc]
version = "0.2.177"

[dependencies.m2dir]
version = "1.0.2"

[dependencies.mail-builder]
version = "0.4.4"

[dependencies.mail-parser]
version = "0.11.1"

[dependencies.mail-send]
version = "0.5.2"

[dependencies.pulldown-cmark]
version = "0.13.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.tokio]
default-features = false
features = ["io-util", "macros", "rt-multi-thread"]
version = "1.48.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Set of Unix tools to work with m2dirs"
edition = "2024"
license-file = "LICENSE"
name = "m2"
readme = "README.md"
repository = "https://git.sr.ht/~kmaasrud/m2"
version = "0.0.0"

[profile.release]
lto = true
strip = true