Cargo.toml (318B)
1 [package] 2 name = "bindgen" 3 version = "0.69.999" 4 edition = "2018" 5 license = "MPL-2.0" 6 7 [lib] 8 path = "lib.rs" 9 10 [dependencies.bindgen] 11 version = "0.72.0" 12 default-features = false 13 14 [features] 15 logging = ["bindgen/logging"] 16 runtime = ["bindgen/runtime"] 17 static = ["bindgen/static"] 18 which-rustfmt = ["bindgen/which-rustfmt"]