[package]
name = "static_assertions"
version = "0.2.5"
authors = ["Nikolai Vazquez"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"]
description = "Compile-time assertions to ensure that invariants are met."
homepage = "https://github.com/nvzqz/static-assertions-rs"
documentation = "https://docs.rs/static_assertions/"
keywords = ["assert", "static", "testing"]
categories = ["no-std", "rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nvzqz/static-assertions-rs"
[features]
[badges.travis-ci]
repository = "nvzqz/static-assertions-rs"