bitpacking 0.8.1

Fast integer compression/decompression via SIMD bit-packing. Port of simdcomp to rust.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "bitpacking"
version = "0.8.1"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
description = "Fast integer compression/decompression via SIMD bit-packing. Port of simdcomp to rust."
readme = "README.md"
keywords = ["integer", "compression", "bitpacking"]
license = "MIT"

[[bench]]
name = "bitpacking_bench"
path = "src/bitpacking_bench.rs"
harness = false
[dependencies.crunchy]
version = "0.2.2"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.proptest]
version = "0.9.4"

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

[features]
bitpacker1x = []
bitpacker4x = []
bitpacker8x = []
default = ["bitpacker1x", "bitpacker4x", "bitpacker8x"]