midnight 0.4.1

Send mail later via batch queueing
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 = "2024"
name = "midnight"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "midnight"
description = "Send mail later via batch queueing"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pinecat/midnight"

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

[[bin]]
name = "midnight"
path = "src/bin/midnight.rs"

[[bin]]
name = "mn"
path = "src/bin/mn.rs"

[[bin]]
name = "mnq"
path = "src/bin/mnq.rs"

[[bin]]
name = "mnrm"
path = "src/bin/mnrm.rs"

[[bin]]
name = "mnsend"
path = "src/bin/mnsend.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.constcat]
version = "0.6.1"

[dependencies.csv]
version = "1.4.0"

[dependencies.duct]
version = "1.1.0"

[dependencies.flager]
version = "0.0.9"

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

[dependencies.quirks]
version = "<= 1.0.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]