[package] name = "bindgen" version = "0.69.999" edition = "2018" license = "MPL-2.0" [lib] path = "lib.rs" [dependencies.bindgen] version = "0.72.0" default-features = false [features] logging = ["bindgen/logging"] runtime = ["bindgen/runtime"] static = ["bindgen/static"] which-rustfmt = ["bindgen/which-rustfmt"]