# 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 = "2018" name = "fixed_bitmaps" version = "0.10.2" description = "A small crate implementing bitmap functionality around primitive Rust unsigned integers." documentation = "https://docs.rs/fixed_bitmaps" readme = "README.md" keywords = ["bitmap", "bits", "bit", "flags", "static"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/AQUIN0S/FixedBitmaps" [lib] path = "src/lib.rs" [[bin]] name = "update_files" path = "src/bin/update_files.rs" [dependencies.serde] version = "1.0" features = ["derive"]