trisquel-icecat/icecat/build/rust/bindgen-0.63/Cargo.toml
2025-10-06 02:35:48 -06:00

18 lines
321 B
TOML

[package]
name = "bindgen"
version = "0.64.999"
edition = "2018"
license = "BSD-3-Clause"
[lib]
path = "lib.rs"
[dependencies.bindgen]
version = "0.69"
default-features = false
[features]
logging = ["bindgen/logging"]
runtime = ["bindgen/runtime"]
static = ["bindgen/static"]
which-rustfmt = ["bindgen/which-rustfmt"]