[[bench]]
harness = false
name = "stream_bench"
[[bench]]
harness = false
name = "ord_to_term"
[dependencies.common]
package = "tantivy-common"
version = "0.7"
[dependencies.tantivy-bitpacker]
version = "0.6"
[dependencies.tantivy-fst]
version = "0.5"
[dependencies.zstd]
features = ["experimental"]
version = "0.13"
[dev-dependencies.criterion]
default-features = false
version = "0.5"
[dev-dependencies.names]
version = "0.14"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[package]
categories = ["database-implementations", "data-structures", "compression"]
description = "sstables for tantivy"
edition = "2021"
homepage = "https://github.com/quickwit-oss/tantivy"
keywords = ["search", "information", "retrieval", "sstable"]
license = "MIT"
name = "tantivy-sstable"
readme = "README.md"
repository = "https://github.com/quickwit-oss/tantivy"
version = "0.3.0"