mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 01:32:53 +00:00
22 lines
335 B
TOML
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
|