# 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 = "unsafe_fn" version = "0.1.2" authors = ["Olivier Goffart "] description = "macro to mark a function as unsafe without its body being unsafe" documentation = "https://docs.rs/unsafe_fn" readme = "README.md" keywords = ["unsafe", "macro"] license = "MIT" repository = "https://github.com/ogoffart/unsafe_fn" [lib] path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "0.6" [dependencies.syn] version = "0.15.39" features = ["full", "fold", "visit"]