| [package] | |
| name = "bindgen-integration" | |
| description = "A package to test various bindgen features" | |
| version = "0.1.0" | |
| authors = ["Emilio Cobos Álvarez <emilio@crisal.io>"] | |
| publish = false | |
| build = "build.rs" | |
| [build-dependencies] | |
| bindgen = { path = ".." } | |
| gcc = "0.3" | |
| [features] | |
| testing_only_libclang_4 = ["bindgen/testing_only_libclang_4"] | |
| testing_only_libclang_3_9 = ["bindgen/testing_only_libclang_3_9"] | |
| testing_only_libclang_3_8 = ["bindgen/testing_only_libclang_3_8"] |