# 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 = "sensitive-rs" version = "0.2.1" authors = ["houseme "] build = false exclude = [ "tests/*", ".gitignore", ] include = [ "src/**", "dict/**", "Cargo.toml", "README.md", "README_CN.md", "LICENSE-APACHE", "LICENSE-MIT", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sensitive word search, verification, filtering and replacement." homepage = "https://houseme.github.io/sensitive-rs" documentation = "https://docs.rs/sensitive-rs" readme = "README.md" keywords = [ "sensitive", "generate", "filter", "trie", "replace-verification", ] categories = [ "memory-management", "encoding", "science", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/houseme/sensitive-rs" [profile.release] opt-level = 3 debug = 0 [lib] name = "sensitive_rs" path = "src/lib.rs" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = ["blocking"] optional = true [dev-dependencies.anyhow] version = "1" [features] default = [] net = ["reqwest"]