# 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-parser" version = "0.1.2" authors = ["Vincent Lauria "] description = "Parsing the Sieve language and exporting an abstract representation" homepage = "https://github.com/plivox/sieve-parser" readme = "README.md" keywords = ["sieve"] categories = [ "email", "parsing", ] license = "AGPL-3.0-or-later" [lib] name = "lib" path = "src/lib.rs" [[bin]] name = "sieve-parser" doc = false required-features = ["cli"] [dependencies.atty] version = "0.2.14" optional = true [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.6" features = ["derive"] optional = true [dependencies.pest] version = "2.7.4" features = ["pretty-print"] [dependencies.pest_derive] version = "2.7.4" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" optional = true [dev-dependencies.pest-test] version = "0.1.6" [features] cli = [ "dep:atty", "dep:clap", "dep:serde_json", ]