# 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 = "2021" name = "bitvec-rs" version = "0.2.1" authors = [ "Ashish Myles ", "TeleportAura", ] description = """ Bit vector with guaranteed `[u8]` representation and the ability to get safe immutable and mutable views into its internal vector for easy I/O. """ readme = "README.md" keywords = [ "bit", "vector", "bitvec", ] license = "MIT/Apache-2.0" repository = "https://github.com/marcianx/bitvec-rs" [dependencies.serde] version = "1.0.94" features = ["derive"] optional = true [features] default = [] unstable = []