smallbitvec 2.6.1

A bit vector optimized for size and inline storage
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 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"
rust-version = "1.56"
name = "smallbitvec"
version = "2.6.1"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bit vector optimized for size and inline storage"
documentation = "https://docs.rs/smallbitvec"
readme = "README.md"
keywords = [
    "bitvec",
    "bitmap",
    "vec",
    "data-structures",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/smallbitvec"

[lib]
name = "smallbitvec"
path = "src/lib.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.malloc_size_of]
version = "0.1"
optional = true
default-features = false

[dev-dependencies.bit-vec]
version = "0.6.3"

[dev-dependencies.rand]
version = "0.8.5"
features = ["small_rng"]