# 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] name = "safe_attr" version = "1.0.0" authors = ["Joshua Barnett "] include = ["src/lib.rs", "README.md", "LICENSE"] description = "An attribute #[safe] to mark functions, allowing the ommission of unsafe" keywords = ["unsafe", "safe", "attribute"] license = "Apache-2.0" repository = "https://github.com/ZippyMagician/safe_attr" [lib] name = "safe_attr" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.9"