# 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 = "mreplace" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "use daachorse::CharwiseDoubleArrayAhoCorasick for multiple string replace" homepage = "https://github.com/i18n-site/rust/tree/main/mreplace" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [package.metadata.docs.rs] all-features = true [lib] name = "mreplace" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.const-str] version = "0.5.7" optional = true [dependencies.daachorse] version = "1.0.0" [dev-dependencies.static_init] version = "1.0.3" features = [ "lock_statistics", "parking_lot", "parking_lot_core", ] [features] default = ["macro"] macro = ["dep:const-str"]