# 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 = "const_for" version = "0.1.5" authors = ["Joachim EnggÄrd Nebel"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "For loop in const implemented with a macro." readme = "README.md" keywords = [ "const", "for", "loop", "const-fn", "const_for", ] categories = [ "development-tools::build-utils", "no-std", ] license = "MIT" repository = "https://github.com/JENebel/const_for" [lib] name = "const_for" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs"