# 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 = "cbitmap" version = "0.3.2" authors = ["Halifuda"] description = "A conventional, compact and core (no_std) bitmap." documentation = "https://docs.rs/cbitmap" readme = "README.md" keywords = [ "bitmap", "bitset", "bitarray", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/Halifuda/cbitmap" [lib] bench = false [[example]] name = "bitmap-base" [[example]] name = "bitmap-usecase" [[test]] name = "bitmap-base" [[test]] name = "bitmap-panic" [[bench]] name = "bitmap-base" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]