[package]
edition = "2024"
name = "bit-string"
version = "0.4.2"
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"