Lines Matching +full:pkg +full:- +full:config
2 name = "libsqlite3-sys"
12 categories = ["external-ffi-bindings"]
17 bundled-windows = ["cc", "bundled_bindings"]
18 buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
20 min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"]
21 min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"]
22 min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
23 min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
34 with-asan = []
35 wasm32-wasi-vfs = []
39 [build-dependencies]
40 bindgen = { version = "0.55", optional = true, default-features = false, features = ["runtime"] }
41 pkg-config = { version = "0.3", optional = true }
44 [target.'cfg(target_env = "msvc")'.build-dependencies]