[package] name = "bindgen-cfg" description = "Specify bindgen settings using yaml." homepage = "https://gitlab.com/gcoakes/bindgen-cfg" repository = "https://gitlab.com/gcoakes/bindgen-cfg" authors = ["Gregory C. Oakes "] version = "0.1.1" edition = "2018" license = "MIT OR Apache-2.0" [dependencies] bindgen = ">=0.59" serde = { version = "^1.0", features = ["derive"] } serde_yaml = "^0.8"