# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libduckdb-sys-queryscript" version = "0.7.4" authors = ["wangfenjin "] build = "build.rs" exclude = ["duckdb-sources"] description = "Native bindings to the libduckdb library, C API" homepage = "https://github.com/wangfenjin/duckdb-rs" readme = "README.md" keywords = [ "duckdb", "ffi", "database", ] categories = [ "external-ffi-bindings", "database", ] license = "MIT" repository = "https://github.com/wangfenjin/duckdb-rs" [dependencies] [dev-dependencies.arrow] version = "34" features = ["ffi"] default-features = false [build-dependencies.autocfg] version = "1.0" [build-dependencies.bindgen] version = "0.64" features = ["runtime"] optional = true default-features = false [build-dependencies.cc] version = "1.0" features = ["parallel"] optional = true [build-dependencies.flate2] version = "1.0" [build-dependencies.pkg-config] version = "0.3.24" optional = true [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.tar] version = "0.4.38" [build-dependencies.vcpkg] version = "0.2" optional = true [features] buildtime_bindgen = [ "bindgen", "pkg-config", "vcpkg", ] bundled = ["cc"] default = [ "vcpkg", "pkg-config", ] extensions-full = [ "httpfs", "json", "parquet", ] httpfs = ["bundled"] json = ["bundled"] parquet = ["bundled"]