# 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-stacker" version = "0.3.0" description = "term hashmap used for indexing" homepage = "https://github.com/quickwit-oss/tantivy" license = "MIT" repository = "https://github.com/quickwit-oss/tantivy" [[example]] name = "hashmap" path = "example/hashmap.rs" [[bench]] name = "crit_bench" path = "benches/crit_bench.rs" harness = false [dependencies.ahash] version = "0.8.11" optional = true default-features = false [dependencies.common] version = "0.7" package = "izihawa-tantivy-common" [dependencies.murmurhash32] version = "0.3" [dependencies.rand_distr] version = "0.4.3" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rustc-hash] version = "1.1.0" [dev-dependencies.zipf] version = "7.0.0" [features] compare_hash_only = ["ahash"] unstable = []