# 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 = "2015" name = "bit-vec" version = "0.8.0" authors = ["Alexis Beingessner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A vector of bits" homepage = "https://github.com/contain-rs/bit-vec" documentation = "https://docs.rs/bit-vec/" readme = "README.md" keywords = [ "data-structures", "bitvec", "bitmask", "bitmap", "bit", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/contain-rs/bit-vec" [package.metadata.docs.rs] features = [ "borsh_std", "serde_std", "miniserde", "nanoserde", ] [lib] name = "bit_vec" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" [features] borsh_std = [] default = ["std"] miniserde = [] nanoserde = [] serde_no_std = [] serde_std = [] std = []