Files
tantivy/sstable/Cargo.toml
2022-12-22 12:47:43 +09:00

22 lines
335 B
TOML

[package]
name = "tantivy-sstable"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
common = {path="../common", package="tantivy-common"}
ciborium = "0.2"
serde = "1"
tantivy-fst = "0.4"
[dev-dependencies]
proptest = "1"
criterion = "0.4"
names = "0.14"
rand = "0.8"
[[bench]]
name = "stream_bench"
harness = false