# 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 = "pink_accents" version = "0.0.6" authors = ["fogapod"] include = [ "/README.md", "/Cargo.toml", "/src/*.rs", "LICENSE", "/benches", ] description = "Replacement of patterns in string to simulate speech accents" homepage = "https://github.com/Fogapod/pink_accents" readme = "README.md" keywords = ["text"] categories = ["text-processing"] license = "AGPL-3.0" repository = "https://github.com/Fogapod/pink_accents" [profile.dev] opt-level = 3 [[bin]] name = "pink_accents" required-features = ["cli"] [[bench]] name = "accents" harness = false [dependencies.clap] version = "4.4.7" features = ["derive"] optional = true [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.ron] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.ron] version = "0.8" [features] cli = [ "dep:clap", "deserialize", "dep:ron", ] default = ["deserialize"] deserialize = ["dep:serde"]