vob 4.0.0

Vector of Bits with Vec-like API and usize backing 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 = "2018"
name = "vob"
version = "4.0.0"
authors = ["Laurence Tratt <laurie@tratt.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vector of Bits with Vec-like API and usize backing storage"
readme = "README.md"
categories = ["data-structures"]
license = "Apache-2.0/MIT"
repository = "https://github.com/softdevteam/vob/"

[features]
unsafe_internals = []

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

[[bench]]
name = "comparative"
path = "benches/comparative.rs"
harness = false

[[bench]]
name = "vob"
path = "benches/vob.rs"
harness = false

[dependencies.num-traits]
version = "0.2.14"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.wincode]
version = "0.5.5"
features = ["derive"]
optional = true

[dev-dependencies.criterion]
version = "0.6"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rand_pcg]
version = "0.9"