[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.malloc_size_of]
default-features = false
optional = true
version = "0.1"
[dev-dependencies.bit-vec]
version = "0.6.3"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"
[lib]
name = "smallbitvec"
path = "src/lib.rs"
[package]
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A bit vector optimized for size and inline storage"
documentation = "https://docs.rs/smallbitvec"
edition = "2021"
keywords = ["bitvec", "bitmap", "vec", "data-structures"]
license = "MIT OR Apache-2.0"
name = "smallbitvec"
readme = "README.md"
repository = "https://github.com/servo/smallbitvec"
rust-version = "1.56"
version = "2.6.0"