1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "static_assertions" 15version = "1.1.0" 16authors = ["Nikolai Vazquez"] 17include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"] 18description = "Compile-time assertions to ensure that invariants are met." 19homepage = "https://github.com/nvzqz/static-assertions-rs" 20documentation = "https://docs.rs/static_assertions/" 21readme = "README.md" 22keywords = ["assert", "static", "testing"] 23categories = ["no-std", "rust-patterns", "development-tools::testing"] 24license = "MIT OR Apache-2.0" 25repository = "https://github.com/nvzqz/static-assertions-rs" 26 27[features] 28nightly = [] 29[badges.is-it-maintained-issue-resolution] 30repository = "nvzqz/static-assertions-rs" 31 32[badges.is-it-maintained-open-issues] 33repository = "nvzqz/static-assertions-rs" 34 35[badges.maintenance] 36status = "passively-maintained" 37 38[badges.travis-ci] 39repository = "nvzqz/static-assertions-rs" 40