# 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 = "worcher" version = "0.1.2" authors = ["Daiki Nakashima "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "worcher is full-text search for static websites." homepage = "https://crates.io/crates/worcher" documentation = "https://docs.rs/worcher/" readme = "README.md" keywords = [ "worcher", "search", "full-text-search", "regex", ] license = "MIT" repository = "https://github.com/Daiki48/worcher" [lib] name = "worcher" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.regex] version = "1.10.5" [dependencies.wasm-bindgen] version = "0.2.92" [badges.maintenance] status = "actively-developed"