notcoal 0.4.0

Not charcoal filters, but notmuch ones. Filter library for the notmuch email system
Documentation
[[bin]]
name = "notcoal"
required-features = ["standalone"]
[badges.maintenance]
status = "passively-maintained"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5"

[dependencies.dirs]
optional = true
version = "5.0"

[dependencies.mailparse]
version = "0.14"

[dependencies.notmuch]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
version = ">= 1.0.82, < 1.1"

[dependencies.serde_json]
version = "1"

[features]
standalone = ["clap", "dirs"]

[package]
authors = ["eaon <eaon@posteo.net>"]
categories = ["command-line-utilities", "email"]
description = "Not charcoal filters, but notmuch ones. Filter library for the notmuch email system"
edition = "2021"
keywords = ["notmuch", "filter", "tagging"]
license = "GPL-3.0"
name = "notcoal"
readme = "README.md"
repository = "https://codeberg.org/eaon/notcoal/"
version = "0.4.0"