blob: 3e529fb3d82111ba60bbb37e9005e71cd93208f5 [file] [log] [blame]
[package]
name = "bindgen-tests"
edition = "2018"
version = "0.1.0"
publish = false
[dev-dependencies]
bindgen = { path = "../bindgen", features = ["__cli", "experimental"] }
diff = "0.1"
shlex = "1"
clap = { version = "4", features = ["derive"] }
tempfile = "3"
[features]
logging = ["bindgen/logging"]
static = ["bindgen/static"]
runtime = ["bindgen/runtime"]
which-rustfmt = ["bindgen/which-rustfmt"]
testing_only_extra_assertions = ["bindgen/testing_only_extra_assertions"]
testing_only_libclang_9 = ["bindgen/testing_only_libclang_9"]
testing_only_libclang_5 = ["bindgen/testing_only_libclang_5"]