# 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 = "notcoal" version = "0.4.0" authors = ["eaon "] description = "Not charcoal filters, but notmuch ones. Filter library for the notmuch email system" readme = "README.md" keywords = [ "notmuch", "filter", "tagging", ] categories = [ "command-line-utilities", "email", ] license = "GPL-3.0" repository = "https://codeberg.org/eaon/notcoal/" [[bin]] name = "notcoal" required-features = ["standalone"] [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.dirs] version = "5.0" optional = true [dependencies.mailparse] version = "0.14" [dependencies.notmuch] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = ">= 1.0.82, < 1.1" features = ["derive"] [dependencies.serde_json] version = "1" [features] standalone = [ "clap", "dirs", ] [badges.maintenance] status = "passively-maintained"