[package] name = "worcher" description = "worcher is full-text search for static websites." authors = ["Daiki Nakashima "] keywords = ["worcher", "search", "full-text-search", "regex"] repository = "https://github.com/Daiki48/worcher" documentation = "https://docs.rs/worcher/" homepage = "https://crates.io/crates/worcher" readme = "README.md" license = "MIT" version = "0.1.2" edition = "2021" [badges] maintenance = { status = "actively-developed" } [lib] crate-type = ["cdylib"] [dependencies] regex = "1.10.5" wasm-bindgen = "0.2.92"