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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.56" 15name = "no-panic" 16version = "0.1.26" 17authors = ["David Tolnay <[email protected]>"] 18description = "Attribute macro to require that the compiler prove a function can't ever panic." 19documentation = "https://docs.rs/no-panic" 20readme = "README.md" 21categories = [ 22 "no-std", 23 "no-std::no-alloc", 24] 25license = "MIT OR Apache-2.0" 26repository = "https://github.com/dtolnay/no-panic" 27 28[package.metadata.docs.rs] 29rustdoc-args = ["--generate-link-to-definition"] 30targets = ["x86_64-unknown-linux-gnu"] 31 32[lib] 33proc-macro = true 34 35[dependencies.proc-macro2] 36version = "1.0.63" 37 38[dependencies.quote] 39version = "1.0.29" 40 41[dependencies.syn] 42version = "2.0.23" 43features = ["full"] 44 45[dev-dependencies.rustversion] 46version = "1.0.13" 47 48[dev-dependencies.tempfile] 49version = "3.6" 50 51[dev-dependencies.trybuild] 52version = "1.0.81" 53features = ["diff"] 54