# 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 = "sieve-rs" version = "0.5.2" authors = ["Stalwart Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sieve filter interpreter for Rust" homepage = "https://github.com/stalwartlabs/sieve" readme = "README.md" keywords = [ "sieve", "interpreter", "compiler", "email", "mail", ] categories = [ "email", "compilers", ] license = "AGPL-3.0-only" repository = "https://github.com/stalwartlabs/sieve" [lib] name = "sieve" path = "src/lib.rs" [[example]] name = "filter" path = "examples/filter.rs" [[example]] name = "serialize" path = "examples/serialize.rs" [dependencies.ahash] version = "0.8.0" [dependencies.bincode] version = "1.3.3" [dependencies.fancy-regex] version = "0.13.0" [dependencies.mail-builder] version = "0.3" features = ["ludicrous_mode"] [dependencies.mail-parser] version = "0.9" features = [ "ludicrous_mode", "full_encoding", "serde_support", ] [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dev-dependencies.evalexpr] version = "11.1.0" [dev-dependencies.serde_json] version = "1.0"