bit-string 0.4.1

A compact owned bit string type with editing, matching, and bitwise operations.
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 = "2024"
name = "bit-string"
version = "0.4.1"
build = false
exclude = [
    "/benches",
    "/src/**/tests_for_*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compact owned bit string type with editing, matching, and bitwise operations."
readme = "README.md"
keywords = [
    "bitstring",
    "bits",
    "bitset",
    "sequence",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jcfangc/bit-string"

[lib]
name = "bit_string"
path = "src/lib.rs"
doctest = false

[dependencies.int-interval]
version = "0.9.6"

[dependencies.witnessed]
version = "0.8.0"

[dev-dependencies.bitvec_simd]
version = "0.20.5"

[dev-dependencies.divan]
version = "4.7.0"
package = "codspeed-divan-compat"

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