# 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_power_of_two" version = "1.0.0" authors = ["Sean C. Roach "] build = "build.rs" exclude = [ ".editorconfig", ".gitattributes", ".github/**", ".gitignore", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for working with constant generics that are powers of two." readme = "README.md" keywords = [ "const", "generics", "no_std", "trait", ] categories = [ "no-std::no-alloc", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/seancroach/const_power_of_two" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "const_power_of_two" path = "src/lib.rs" [build-dependencies.prettyplease] version = "0.2.20" [build-dependencies.proc-macro2] version = "1.0.86" [build-dependencies.quote] version = "1.0.36" [build-dependencies.syn] version = "2.0.72" features = [ "full", "parsing", "printing", ] default-features = false [lints.clippy] alloc_instead_of_core = "deny" doc_markdown = "allow" missing_safety_doc = "deny" multiple_unsafe_ops_per_block = "deny" std_instead_of_alloc = "deny" std_instead_of_core = "deny" undocumented_unsafe_blocks = "deny" [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] missing_docs = "deny"