cimpl 0.1.0

Adds build time type definitions for C-FFI signature checking
Documentation
[package]
name = "cimpl"
version = "0.1.0"
edition = "2021"
description = "Adds build time type definitions for C-FFI signature checking"
repository = "https://github.com/MasterAwesome/cimpl"
readme = "../README.md"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
cfg-if = "1.0.0"
cimpl-macros = { version = "0.1.0", path = "../cimpl-macros" }
prettyplease = { version = "0.2.15", optional = true }
proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = { version = "2.0.41", features = ["full", "extra-traits"] }

[features]
default = ["pretty"]
pretty = ["dep:prettyplease"]