[package]
edition = "2021"
rust-version = "1.70"
name = "cimpl"
version = "0.3.0"
authors = ["Gavin Peacock <gpeacock@adobe.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple C implementations from Rust - FFI utilities and macros for creating safe, ergonomic C bindings"
homepage = "https://github.com/gpeacock/cimpl"
documentation = "https://docs.rs/cimpl"
readme = "README.md"
keywords = [
"ffi",
"bindings",
"c",
"utilities",
"macros",
]
categories = [
"api-bindings",
"development-tools::ffi",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gpeacock/cimpl"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "cimpl"
path = "src/lib.rs"
[dependencies.paste]
version = "1.0"
[dev-dependencies]