# 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 = "sayit" version = "0.3.0" authors = ["fogapod"] include = [ "/README.md", "/Cargo.toml", "/src/*", "LICENSE", "/benches", ] description = "String replacements using regex" homepage = "https://git.based.computer/fogapod/sayit" readme = "README.md" keywords = ["text"] categories = ["text-processing"] license = "AGPL-3.0" repository = "https://git.based.computer/fogapod/sayit" [profile.dev] opt-level = 3 [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "sayit" required-features = ["cli"] [[bench]] name = "accents" harness = false [[bench]] name = "examples" harness = false [[bench]] name = "literal_string" harness = false [dependencies.clap] version = "4.4" features = ["derive"] optional = true [dependencies.dyn-clone] version = "1.0" [dependencies.fastrand] version = "2.0" [dependencies.log] version = "0.4" [dependencies.regex-automata] version = "0.4" features = [ "std", "perf", "meta", "nfa", "dfa", "hybrid", "unicode-case", "unicode-perl", "unicode-word-boundary", ] default-features = false [dependencies.ron] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.typetag] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.ron] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [features] cli = [ "deserialize", "dep:clap", "dep:ron", ] default = ["deserialize"] deserialize = [ "dep:serde", "dep:typetag", ]