libduckdb-sys 1.4.4

Native bindings to the libduckdb library, C API
Documentation
# 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"
rust-version = "1.84.1"
name = "libduckdb-sys"
version = "1.4.4"
authors = ["wangfenjin <wangfenj@gmail.com>"]
build = "build.rs"
exclude = ["duckdb-sources"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to the libduckdb library, C API"
homepage = "https://github.com/duckdb/duckdb-rs"
readme = "README.md"
keywords = [
    "duckdb",
    "database",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "database",
]
license = "MIT"
repository = "https://github.com/duckdb/duckdb-rs"

[features]
buildtime_bindgen = [
    "bindgen",
    "pkg-config",
    "vcpkg",
]
bundled = ["cc"]
default = [
    "vcpkg",
    "pkg-config",
]
extensions-full = [
    "json",
    "parquet",
]
json = ["bundled"]
loadable-extension = [
    "prettyplease",
    "quote",
    "syn",
]
parquet = ["bundled"]
winduckdb = []

[lib]
name = "libduckdb_sys"
path = "src/lib.rs"

[dev-dependencies.arrow]
version = "56"
features = ["ffi"]
default-features = false

[build-dependencies.bindgen]
version = "0.71.1"
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.prettyplease]
version = "0.2.20"
optional = true

[build-dependencies.quote]
version = "1.0.21"
optional = true

[build-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.syn]
version = "2.0.15"
optional = true

[build-dependencies.tar]
version = "0.4.38"

[build-dependencies.vcpkg]
version = "0.2"
optional = true

[build-dependencies.zip]
version = "6"
features = ["deflate"]
default-features = false