cbinder/Cargo.toml

18 lines
449 B
TOML

[package]
name = "cbinder"
version = "0.1.0"
edition = "2021"
authors = ["Dan Ballard <dan@mindstab.net>"]
license = "MIT"
description = "proc-macro to generate memory safe rust native bindings from bindgen for Open Privacy c libraries"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
regex = "1"