# 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.2" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] 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" [dependencies.aligned-vec] version = "0.6" [dependencies.bitm] version = "0.4" 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.1" [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.3"