libduckdb-sys 0.2.3

Native bindings to the libduckdb library, C API
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
optional = true
version = "0.59"

[build-dependencies.cc]
features = ["parallel"]
optional = true
version = "1.0"

[build-dependencies.pkg-config]
optional = true
version = "0.3.19"

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

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

[features]
buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
bundled = ["cc", "buildtime_bindgen"]
default = ["vcpkg", "pkg-config"]

[package]
authors = ["wangfenjin <wangfenj@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "database"]
description = "Native bindings to the libduckdb library, C API"
edition = "2018"
homepage = "https://github.com/wangfenjin/duckdb-rs"
keywords = ["duckdb", "ffi", "database"]
license = "MIT"
name = "libduckdb-sys"
readme = "README.md"
repository = "https://github.com/wangfenjin/duckdb-rs"
version = "0.2.3"