cseq_benchmark 0.1.6

The program for benchmarking compact sequences and bitmaps
# 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 = "cseq_benchmark"
version = "0.1.6"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The program for benchmarking compact sequences and bitmaps"
documentation = "https://docs.rs/cseq_benchmark"
readme = "README.md"
keywords = [
    "compression",
    "sequence",
    "succinct",
    "elias-fano",
    "benchmark",
]
categories = [
    "data-structures",
    "algorithms",
    "compression",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/beling/bsuccinct-rs"

[[bin]]
name = "cseq_benchmark"
path = "src/main.rs"

[dependencies.aligned-vec]
version = "0.6"

[dependencies.bitm]
version = ">=0.4, <0.6"
features = ["aligned-vec"]

[dependencies.butils]
version = "0.1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.cseq]
version = "0.1"

[dependencies.dyn_size_of]
version = ">=0.4.3"
features = ["aligned-vec"]

[dependencies.vers-vecs]
version = "1.1"
optional = true

[target.'cfg(target_pointer_width = "64")'.dependencies.mem_dbg]
version = "0.3"

[target.'cfg(target_pointer_width = "64")'.dependencies.succinct]
version = "0.5"

[target.'cfg(target_pointer_width = "64")'.dependencies.sucds]
version = "0.8"

[target.'cfg(target_pointer_width = "64")'.dependencies.sux]
version = "0.6"