cpreprocess 1.0.2

Procedural macro that runs a C preprocessor on the input
Documentation
[dependencies.cc]
version = "1"

[dependencies.lazy_static]
version = "1"

[dependencies.proc-macro-faithful-display]
optional = true
version = "0"

[dependencies.syn]
version = "1"

[dependencies.uuid]
features = ["v4"]
version = "0"

[features]
nightly = ["proc-macro-faithful-display"]

[lib]
proc-macro = true

[package]
authors = ["William Venner <william@venner.io>"]
description = "Procedural macro that runs a C preprocessor on the input"
edition = "2021"
keywords = ["c", "preprocessor", "preprocess"]
license = "MIT"
name = "cpreprocess"
repository = "https://github.com/WilliamVenner/cpreprocess"
resolver = "2"
version = "1.0.2"