[dependencies.proc_static_assertions_next]
optional = true
version = "0.0.1"
[features]
nightly = []
proc = ["proc_static_assertions_next"]
[package]
authors = ["Nikolai Vazquez"]
categories = ["no-std", "rust-patterns", "development-tools::testing"]
description = "Compile-time assertions to ensure that invariants are met."
documentation = "https://docs.rs/static_assertions_next/"
edition = "2021"
homepage = "https://github.com/scuffletv/static-assertions"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"]
keywords = ["assert", "static", "testing"]
license = "MIT OR Apache-2.0"
name = "static_assertions_next"
readme = "README.md"
repository = "https://github.com/scuffletv/static-assertions"
version = "1.1.2"