# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "require_unsafe_in_body" version = "0.3.2" authors = ["Daniel Henry-Mantilla "] description = "Make `unsafe fn` still require `unsafe` blocks in the function's body" homepage = "https://crates.io/crates/require_unsafe_in_body" documentation = "https://docs.rs/require_unsafe_in_body" readme = "README.md" keywords = ["unsafe", "body", "fn", "safety", "hygiene"] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/danielhenrymantilla/rust-require_unsafe_in_body" [package.metadata.docs.rs] features = ["nightly"] [lib] proc-macro = true [dependencies.func_wrap] version = "0.1.1" [dependencies.proc-macro2] version = "1.*" [dependencies.quote] version = "1.*" [dependencies.syn] version = "1.*" features = ["full"] [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.trybuild] version = "1.0.11" [features] default = [] nightly = [] unit-tests = []