# 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 = "scrunch" version = "0.6.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Scrunch provides full-text-searching compression." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "scrunch" path = "src/lib.rs" [[bin]] name = "scrunch" path = "src/bin/scrunch.rs" required-features = ["binaries"] [[bin]] name = "scrunch-inspect" path = "src/bin/scrunch-inspect.rs" required-features = ["binaries"] [[test]] name = "common" path = "tests/common.rs" [[test]] name = "compressed_document" path = "tests/compressed_document.rs" [[test]] name = "psi_with_all_reference" path = "tests/psi_with_all_reference.rs" [[test]] name = "psi_with_sampled_inverse_suffix_array" path = "tests/psi_with_sampled_inverse_suffix_array.rs" [[test]] name = "psi_with_sampled_suffix_array" path = "tests/psi_with_sampled_suffix_array.rs" [[test]] name = "psi_with_wavelet_psi" path = "tests/psi_with_wavelet_psi.rs" [[test]] name = "psi_with_wavelet_psi_wavelet_tree" path = "tests/psi_with_wavelet_psi_wavelet_tree.rs" [[test]] name = "reference" path = "tests/reference.rs" [[bench]] name = "rrr_bit_vector" path = "benches/rrr_bit_vector.rs" harness = false [[bench]] name = "sparse_bit_vector" path = "benches/sparse_bit_vector.rs" harness = false [dependencies.buffertk] version = "0.10" [dependencies.prototk] version = "0.10" [dependencies.prototk_derive] version = "0.10" [dev-dependencies.arrrg] version = "0.5" [dev-dependencies.guacamole] version = "0.9" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.statslicer] version = "0.6" [features] binaries = [] default = ["binaries"]