# 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 = "build_assert" version = "0.0.1" authors = ["MaxXing "] description = "Asserts const generic expressions at build-time." documentation = "https://docs.rs/build_assert" readme = "README.md" keywords = [ "assert", "build", "static", "testing", ] categories = [ "no-std", "rust-patterns", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MaxXSoft/build_assert" [package.metadata.docs.rs] cargo-args = ["--release"] rustdoc-args = [ "-C", "opt-level=3", ] [dependencies.env_id] version = "0.0.1" [features] no_asm = []