summaryrefslogtreecommitdiffstats
path: root/build/rust/bindgen/Cargo.toml
blob: b1f22b4062230a9cd662b4e88bec7b2a834400b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bindgen"
version = "0.61.999"
edition = "2018"
license = "BSD-3-Clause"

[lib]
path = "lib.rs"

[dependencies.bindgen]
version = "0.63.0"
default-features = false

[features]
logging = ["bindgen/logging"]
runtime = ["bindgen/runtime"]
static = ["bindgen/static"]
which-rustfmt = ["bindgen/which-rustfmt"]