fastfield_codecs 0.2.0

Fast field codecs used by tantivy
Documentation
[package]
name = "fastfield_codecs"
version = "0.2.0"
authors = ["Pascal Seitz <pascal@quickwit.io>"]
license = "MIT"
edition = "2018"
description = "Fast field codecs used by tantivy"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
common = { version = "0.3", path = "../common/", package = "tantivy-common" }
tantivy-bitpacker = { version="0.2", path = "../bitpacker/" }
prettytable-rs = {version="0.8.0", optional= true}
rand = {version="0.8.3", optional= true}

[dev-dependencies]
more-asserts = "0.2.1"
rand = "0.8.3"

[features]
bin = ["prettytable-rs", "rand"]
default = ["bin"]