# 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 = "tantivy-columnar" version = "0.3.0" description = "column oriented storage for tantivy" homepage = "https://github.com/quickwit-oss/tantivy" readme = "README.md" categories = [ "database-implementations", "data-structures", "compression", ] license = "MIT" repository = "https://github.com/quickwit-oss/tantivy" [dependencies.common] version = "0.7" package = "tantivy-common" [dependencies.downcast-rs] version = "1.2.0" [dependencies.fastdivide] version = "0.4.0" [dependencies.itertools] version = "0.12.0" [dependencies.serde] version = "1.0.152" [dependencies.sstable] version = "0.3" package = "tantivy-sstable" [dependencies.stacker] version = "0.3" package = "tantivy-stacker" [dependencies.tantivy-bitpacker] version = "0.6" [dev-dependencies.more-asserts] version = "0.3.1" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" [features] unstable = []