no-panic 0.1.5

Attribute macro to require that the compiler prove a function can't ever panic.
[package]
name = "no-panic"
version = "0.1.5"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Attribute macro to require that the compiler prove a function can't ever panic."
repository = "https://github.com/dtolnay/no-panic"
documentation = "https://github.com/dtolnay/no-panic"
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
syn = { version = "0.15", features = ["full"] }

[dev-dependencies]
tempfile = "3.0"

[badges]
travis-ci = { repository = "dtolnay/no-panic" }