# 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 = "packed_integer_array" version = "0.2.0" authors = ["DarkOtter <>"] description = "An array of integers packed in varying bit-lengths which supports random access" readme = "README.md" keywords = ["integer", "compression", "array"] categories = ["algorithms", "data-structures"] license = "Apache-2.0" repository = "https://github.com/DarkOtter/packed-integers-rs" [dependencies.heapsize] version = "0.4" optional = true [dependencies.indexed_bitvec] version = "2" [dependencies.indexed_bitvec_core] version = "3" [dev-dependencies.proptest] version = "0.8" [dev-dependencies.rand] version = "0.6" [features] default = [] implement_heapsize = ["heapsize", "indexed_bitvec/implement_heapsize", "indexed_bitvec_core/implement_heapsize"] [badges.travis-ci] repository = "DarkOtter/packed-integers-rs"