| authors = ["David Tolnay <dtolnay@gmail.com>"] |
| categories = ["no-std", "no-std::no-alloc"] |
| description = "Attribute macro to require that the compiler prove a function can't ever panic." |
| documentation = "https://docs.rs/no-panic" |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/dtolnay/no-panic" |
| syn = { version = "2.0.23", features = ["full"] } |
| trybuild = { version = "1.0.81", features = ["diff"] } |
| [package.metadata.docs.rs] |
| targets = ["x86_64-unknown-linux-gnu"] |
| rustdoc-args = ["--generate-link-to-definition"] |
| members = ["noexcept", "noexcept-impl"] |