cacheline-ef 2.0.0

Per-cacheline encoding of sorted integer sequences
Documentation
# 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 = "cacheline-ef"
version = "2.0.0"
authors = ["Ragnar Groot Koerkamp"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Per-cacheline encoding of sorted integer sequences"
readme = "README.md"
keywords = [
    "Elias-Fano",
    "compression",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/RagnarGrootKoerkamp/cacheline-ef"

[features]
epserde = ["dep:epserde"]

[lib]
name = "cacheline_ef"
path = "src/lib.rs"

[dependencies.common_traits]
version = "0.13.0"

[dependencies.epserde]
version = "0.13.1"
optional = true

[dependencies.mem_dbg]
version = "0.4.4"

[dev-dependencies.rand]
version = "0.10.2"