mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-08 01:52:54 +00:00
* document a new sstable format * add support for changing target block size * use new format for sstable index * handle sstable version errror * use very small blocks for proptests * add a footer structure
20 lines
306 B
TOML
20 lines
306 B
TOML
[package]
|
|
name = "tantivy-sstable"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
common = {path="../common", package="tantivy-common"}
|
|
tantivy-fst = "0.4"
|
|
|
|
[dev-dependencies]
|
|
proptest = "1"
|
|
criterion = "0.4"
|
|
names = "0.14"
|
|
rand = "0.8"
|
|
|
|
[[bench]]
|
|
name = "stream_bench"
|
|
harness = false
|