Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / build / rust / bindgen-0.63 / Cargo.toml
blob25704719466710ac265d0a35b0936f88dc748b9e
1 [package]
2 name = "bindgen"
3 version = "0.63.999"
4 edition = "2018"
5 license = "BSD-3-Clause"
7 [lib]
8 path = "lib.rs"
10 [dependencies.bindgen]
11 version = "0.66.0"
12 default-features = false
14 [features]
15 logging = ["bindgen/logging"]
16 runtime = ["bindgen/runtime"]
17 static = ["bindgen/static"]
18 which-rustfmt = ["bindgen/which-rustfmt"]