# 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 = "2018" name = "grenad" version = "0.5.0" authors = ["Kerollmops "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tools to sort, merge, write, and read immutable key-value pairs." documentation = "https://docs.rs/grenad" readme = "README.md" license = "MIT" repository = "https://github.com/meilisearch/grenad" [lib] name = "grenad" path = "src/lib.rs" [[bench]] name = "index-levels" path = "benches/index-levels.rs" harness = false [dependencies.bytemuck] version = "1.16.1" features = ["derive"] [dependencies.byteorder] version = "1.5.0" [dependencies.either] version = "1.13.0" default-features = false [dependencies.flate2] version = "1.0" optional = true [dependencies.lz4_flex] version = "0.11.3" optional = true [dependencies.rayon] version = "1.10.0" optional = true [dependencies.snap] version = "1.1.1" optional = true [dependencies.tempfile] version = "3.10.1" optional = true [dependencies.zstd] version = "0.13.1" optional = true [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.grenad-0-4] version = "0.4.6" package = "grenad" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.8.5" [features] default = [ "tempfile", "snappy", ] lz4 = ["lz4_flex"] snappy = ["snap"] zlib = ["flate2"]