[build-dependencies.rustc_version]
version = "0.3"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.quote]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["Ivan Enderlin <ivan@mnt.io>"]
categories = ["development-tools::testing"]
description = "The macros for the `inline-c` crate, that allows to write and execute C code inside Rust"
edition = "2018"
homepage = "https://github.com/Hywan/inline-c-rs"
keywords = ["test", "c", "cpp"]
license = "BSD-3-Clause"
name = "inline-c-macro"
readme = "README.md"
repository = "https://github.com/Hywan/inline-c-rs"
version = "0.1.5"