# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "summavy_fastfield_codecs" version = "0.3.1" authors = [ "Pascal Seitz ", "Pasha Podolsky ", ] description = "Fast field codecs used by tantivy" homepage = "https://github.com/quickwit-oss/tantivy" documentation = "https://docs.rs/fastfield_codecs/" readme = "README.md" license = "MIT" repository = "https://github.com/quickwit-oss/tantivy" [dependencies.common] version = "0.5" package = "summavy-common" [dependencies.fastdivide] version = "0.4" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4" [dependencies.measure_time] version = "0.8.2" optional = true [dependencies.prettytable-rs] version = "0.10.0" optional = true [dependencies.rand] version = "0.8.3" optional = true [dependencies.tantivy-bitpacker] version = "0.3" package = "summavy-bitpacker" [dev-dependencies.more-asserts] version = "0.3.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.3" [features] bin = [ "prettytable-rs", "rand", "measure_time", ] default = ["bin"] unstable = []