[package] name = "summavy_fastfield_codecs" version = "0.3.1" authors = ["Pascal Seitz ", "Pasha Podolsky "] license = "MIT" edition = "2021" description = "Fast field codecs used by tantivy" documentation = "https://docs.rs/fastfield_codecs/" homepage = "https://github.com/quickwit-oss/tantivy" repository = "https://github.com/quickwit-oss/tantivy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] common = { version = "0.5", path = "../common/", package = "summavy-common" } tantivy-bitpacker = { version= "0.3", path = "../bitpacker/", package = "summavy-bitpacker" } prettytable-rs = {version="0.10.0", optional= true} rand = {version="0.8.3", optional= true} fastdivide = "0.4" log = "0.4" itertools = { version = "0.10.3" } measure_time = { version="0.8.2", optional=true} [dev-dependencies] more-asserts = "0.3.0" proptest = "1.0.0" rand = "0.8.3" [features] bin = ["prettytable-rs", "rand", "measure_time"] default = ["bin"] unstable = []