tantivy 0.11.3

Search engine library
Documentation
[[test]]
name = "failpoints"
path = "tests/failpoints/mod.rs"
required-features = ["fail/failpoints"]
[badges.travis-ci]
repository = "tantivy-search/tantivy"
[dependencies.atomicwrites]
optional = true
version = "0.2.2"

[dependencies.base64]
version = "0.11.0"

[dependencies.bitpacking]
default-features = false
features = ["bitpacker4x"]
version = "0.8"

[dependencies.byteorder]
version = "1.0"

[dependencies.census]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.crc32fast]
version = "1.2.0"

[dependencies.crossbeam]
version = "0.7"

[dependencies.downcast-rs]
version = "1.0"

[dependencies.fail]
version = "0.3"

[dependencies.failure]
version = "0.1"

[dependencies.fnv]
version = "1.0.6"

[dependencies.fs2]
optional = true
version = "0.4"

[dependencies.futures]
features = ["thread-pool"]
version = "0.3"

[dependencies.htmlescape]
version = "0.3.1"

[dependencies.itertools]
version = "0.8"

[dependencies.levenshtein_automata]
features = ["fst_automaton"]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.lz4]
optional = true
version = "1.20"

[dependencies.memmap]
optional = true
version = "0.7"

[dependencies.murmurhash32]
version = "0.2"

[dependencies.notify]
optional = true
version = "4"

[dependencies.num_cpus]
version = "1.2"

[dependencies.once_cell]
version = "1.0"

[dependencies.owned-read]
version = "0.4"

[dependencies.owning_ref]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.regex]
default-features = false
features = ["std"]
version = "1.3.0"

[dependencies.rust-stemmers]
version = "1.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.0"

[dependencies.snap]
version = "0.2"

[dependencies.stable_deref_trait]
version = "1.0.0"

[dependencies.tantivy-fst]
version = "0.1"

[dependencies.tantivy-query-grammar]
version = "0.11"

[dependencies.tempfile]
version = "3.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "0.8"
[dev-dependencies.fail]
features = ["failpoints"]
version = "0.3"

[dev-dependencies.maplit]
version = "1"

[dev-dependencies.matches]
version = "0.1.8"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.time]
version = "0.1.42"

[features]
default = ["mmap"]
failpoints = ["fail/failpoints"]
lz4-compression = ["lz4"]
mmap = ["atomicwrites", "fs2", "memmap", "notify"]
unstable = []
wasm-bindgen = ["uuid/wasm-bindgen"]

[package]
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
categories = ["database-implementations", "data-structures"]
description = "Search engine library"
documentation = "https://tantivy-search.github.io/tantivy/tantivy/index.html"
edition = "2018"
homepage = "https://github.com/tantivy-search/tantivy"
keywords = ["search", "information", "retrieval"]
license = "MIT"
name = "tantivy"
readme = "README.md"
repository = "https://github.com/tantivy-search/tantivy"
version = "0.11.3"
[profile.release]
debug = false
debug-assertions = false
opt-level = 3

[profile.test]
debug-assertions = true
overflow-checks = true
[target."cfg(windows)".dependencies.winapi]
version = "0.3"