# 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 = "bit_combi_iter" version = "1.0.2" authors = ["rhysd "] include = ["/src/lib.rs", "/README.md", "/LICENSE.txt"] description = "An iterator to iterate all bit combinations less than given unsigned integer" homepage = "https://github.com/rhysd/bit_combi_iter#readme" documentation = "https://docs.rs/bit_combi_iter" readme = "README.md" keywords = ["bit", "combinations", "iterator"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/rhysd/bit_combi_iter" [profile.bench] opt-level = 3 lto = true [dependencies] [badges.maintenance] status = "passively-maintained"