Cargo Features
[dependencies]
libduckdb-sys-queryscript = { version = "0.7.4", default-features = false, features = ["bundled", "buildtime_bindgen", "parquet", "extensions-full"] }
- default = pkg-config, vcpkg
-
These default features are set whenever
libduckdb-sys-queryscript
is added without
somewhere in the dependency tree.default-features = false - bundled httpfs? json? parquet? = cc
- buildtime_bindgen = bindgen, pkg-config, vcpkg
- httpfs json parquet extensions-full? = bundled
- extensions-full = httpfs, json, parquet
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- bindgen build buildtime_bindgen?
-
Enables bindgen ^0.64
- pkg-config build default buildtime_bindgen?
- cc build bundled?
- vcpkg build default buildtime_bindgen?