[package]
name = "bitarray"
version = "0.2.5"
edition = "2018"
authors = ["Geordon Worley <vadixidav@gmail.com>"]
license = "MIT"
description = "A const generics driven bit array"
repository = "https://github.com/rust-cv/bitarray"
documentation = "https://docs.rs/bitarray/"
keywords = ["const", "generics", "bit", "array", "hamming"]
categories = ["no-std"]
readme = "README.md"
[dependencies]
space = { version = "0.10.3", optional = true }
serde = { version = "1.0.114", default-features = false, features = ["derive"], optional = true }