unsafe_fn 0.1.0

macro to mark a function as unsafe without its body being unsafe
Documentation
# 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.0"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
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"]