# 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-it" version = "0.2.0" authors = ["Maia S. R."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for const evaluation; slicing, error handling" documentation = "https://docs.rs/const-it" readme = "README.md" keywords = [ "const", "slice", ] categories = [ "no-std", "no-std::no-alloc", "rust-patterns", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/maia-s/const-it-rs" [lib] name = "const_it" path = "src/lib.rs"