mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-02 08:30:41 +00:00
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
423 B
TOML
22 lines
423 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"
|
|
# experimental gives us access to Decompressor::upper_bound
|
|
zstd = { version = "0.12", features = ["experimental"] }
|
|
|
|
[dev-dependencies]
|
|
proptest = "1"
|
|
criterion = "0.5"
|
|
names = "0.14"
|
|
rand = "0.8"
|
|
|
|
[[bench]]
|
|
name = "stream_bench"
|
|
harness = false
|