# 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 = "cj_bitmask_vec" version = "1.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported." homepage = "https://github.com/cubicle-jockey/cj_bitmask_vec" readme = "README.md" keywords = [ "vec", "vector", "bit", "bitmask", "binary", ] categories = [ "encoding", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cubicle-jockey/cj_bitmask_vec" [lib] name = "cj_bitmask_vec" path = "src/lib.rs" [dependencies.cj_common] version = "1.0.2"