# 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 = "extindex" version = "0.8.0" authors = ["Andre-Philippe Paquet "] description = "Persisted immutable index" readme = "README.md" keywords = [ "index", "skip", "list", "persistence", ] license = "Apache-2.0" repository = "https://github.com/appaquet/extindex-rs" [profile.bench] debug = 2 [lib] bench = false [[bench]] name = "builder" harness = false [[bench]] name = "reader" harness = false [dependencies.bincode] version = "2.0.0-rc.3" features = ["serde"] optional = true [dependencies.byteorder] version = "1.5" [dependencies.extsort] version = "0.5" [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.9" [dependencies.serde] version = "1.0" optional = true [dependencies.smallvec] version = "1.13.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tempfile] version = "3.10" [build-dependencies.skeptic] version = "0.13" [features] default = ["serde"] serde = [ "dep:serde", "bincode", ]