# WARNING: this file is autogenerated! [package] name = "THIS_VALUE_SHOULD_BE_FILLED" authors = ["Matthias Endler "] version = "0.8.2" edition = "2021" description = "A tiny search engine for static websites" license = "Apache-2.0/MIT" documentation = "https://github.com/mre/tinysearch/blob/master/README.md" homepage = "https://github.com/mre/tinysearch" wasm-opt = false [lib] crate-type = ["cdylib"] [features] default = ["bind"] bind = ["wee_alloc", "wasm-bindgen", "serde-wasm-bindgen"] [dependencies] once_cell = "1.8.0" tinysearch = "THIS_VALUE_SHOULD_BE_FILLED" wee_alloc = { version = "0.4.5", optional = true } wasm-bindgen = { version = "0.2.75", optional = true } serde-wasm-bindgen = { version = "0.4", optional = true } [dependencies.xorf] version = "0.7.2" default-features = false [workspace] members = [] [profile.release] opt-level = 's' # Optimize for size. lto = true codegen-units = 1