mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-05 08:42:54 +00:00
20 lines
448 B
TOML
20 lines
448 B
TOML
[package]
|
|
name = "tantivy-columnar"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
stacker = { path = "../stacker", package="tantivy-stacker"}
|
|
serde_json = "1"
|
|
thiserror = "1"
|
|
fnv = "1"
|
|
sstable = { path = "../sstable", package = "tantivy-sstable" }
|
|
zstd = "0.12"
|
|
common = { path = "../common", package = "tantivy-common" }
|
|
fastfield_codecs = { path = "../fastfield_codecs"}
|
|
itertools = "0.10"
|
|
|
|
[dev-dependencies]
|
|
proptest = "1"
|