| 1 | [package] |
| 2 | name = "static_assertions" |
| 3 | version = "1.1.0" |
| 4 | authors = ["Nikolai Vazquez" ] |
| 5 | license = "MIT OR Apache-2.0" |
| 6 | readme = "README.md" |
| 7 | homepage = "https://github.com/nvzqz/static-assertions-rs" |
| 8 | repository = "https://github.com/nvzqz/static-assertions-rs" |
| 9 | documentation = "https://docs.rs/static_assertions/" |
| 10 | categories = ["no-std" , "rust-patterns" , "development-tools::testing" ] |
| 11 | keywords = ["assert" , "static" , "testing" ] |
| 12 | description = "Compile-time assertions to ensure that invariants are met." |
| 13 | include = ["Cargo.toml" , "src/**/*.rs" , "README.md" , "CHANGELOG.md" , "LICENSE*" ] |
| 14 | |
| 15 | [badges] |
| 16 | travis-ci = { repository = "nvzqz/static-assertions-rs" } |
| 17 | is-it-maintained-open-issues = { repository = "nvzqz/static-assertions-rs" } |
| 18 | is-it-maintained-issue-resolution = { repository = "nvzqz/static-assertions-rs" } |
| 19 | maintenance = { status = "passively-maintained" } |
| 20 | |
| 21 | [features] |
| 22 | nightly = [] |
| 23 | |