[dependencies.common]
package = "tantivy-common"
version = "0.3"
[dependencies.prettytable-rs]
optional = true
version = "0.8.0"
[dependencies.rand]
optional = true
version = "0.8.3"
[dependencies.tantivy-bitpacker]
version = "0.2"
[dev-dependencies.more-asserts]
version = "0.2.1"
[dev-dependencies.rand]
version = "0.8.3"
[features]
bin = ["prettytable-rs", "rand"]
default = ["bin"]
[package]
authors = ["Pascal Seitz <pascal@quickwit.io>"]
description = "Fast field codecs used by tantivy"
edition = "2018"
license = "MIT"
name = "fastfield_codecs"
resolver = "2"
version = "0.2.0"