# 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 = "izihawa-tantivy-sstable" version = "0.3.0" description = "sstables for tantivy" homepage = "https://github.com/quickwit-oss/tantivy" readme = "README.md" keywords = [ "search", "information", "retrieval", "sstable", ] categories = [ "database-implementations", "data-structures", "compression", ] license = "MIT" repository = "https://github.com/quickwit-oss/tantivy" [[bench]] name = "stream_bench" harness = false [[bench]] name = "ord_to_term" harness = false [dependencies.common] version = "0.7" package = "izihawa-tantivy-common" [dependencies.tantivy-bitpacker] version = "0.6" package = "izihawa-tantivy-bitpacker" [dependencies.tantivy-fst] version = "0.5" [dependencies.zstd] version = "0.13" features = ["experimental"] default-features = false [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.names] version = "0.14" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8"