# 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 = "dsi-bitstream" version = "0.4.2" authors = [ "Tommaso Fontana ", "Sebastiano Vigna ", ] description = "A Rust implementation of read/write bit streams supporting several types of instantaneous codes" readme = "README.md" keywords = [ "bitstream", "codes", "compression", ] categories = ["compression"] license = "Apache-2.0 OR LGPL-2.1-or-later" repository = "https://github.com/vigna/dsi-bitstream-rs/" [[bench]] name = "write_unary" harness = false [[bench]] name = "write_gamma" harness = false [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.common_traits] version = ">=0.10.2" [dependencies.mem_dbg] version = "0.1.8" optional = true [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.zip] version = "0.6.6" [features] alloc = [] checks = [] default = [ "std", "mem_dbg", ] fuzz = ["dep:arbitrary"] no_copy_impls = [] std = ["alloc"]