[package] name = "bit-cursor" version = "0.1.2" edition = "2021" description = "A cursor that supports bit-level reads and writes" license = "Apache-2.0/MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1" nsw-types = { version = "0.1.8", features = ["num-traits", "std"] } bitvec = "1.0.1"