duckdb 1.4.4

Ergonomic wrapper for DuckDB
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 = "duckdb"
version = "1.4.4"
authors = ["wangfenjin <wangfenj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic wrapper for DuckDB"
homepage = "https://github.com/duckdb/duckdb-rs"
documentation = "http://docs.rs/duckdb/"
readme = "README.md"
keywords = [
    "duckdb",
    "database",
    "ffi",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/duckdb/duckdb-rs"

[package.metadata.docs.rs]
features = [
    "vtab-full",
    "modern-full",
    "vscalar",
    "vscalar-arrow",
]
all-features = false
no-default-features = true
default-target = "x86_64-unknown-linux-gnu"

[package.metadata.playground]
features = []
all-features = false

[features]
appender-arrow = ["vtab-arrow"]
buildtime_bindgen = ["libduckdb-sys/buildtime_bindgen"]
bundled = ["libduckdb-sys/bundled"]
default = []
extensions-full = [
    "json",
    "parquet",
    "vtab-full",
]
json = [
    "libduckdb-sys/json",
    "bundled",
]
loadable-extension = [
    "vtab",
    "duckdb-loadable-macros",
    "libduckdb-sys/loadable-extension",
]
modern-full = [
    "chrono",
    "serde_json",
    "url",
    "r2d2",
    "uuid",
    "polars",
]
parquet = [
    "libduckdb-sys/parquet",
    "bundled",
]
polars = [
    "dep:polars",
    "dep:polars-arrow",
]
vscalar = ["vtab-arrow"]
vscalar-arrow = []
vtab = []
vtab-arrow = [
    "vtab",
    "num",
]
vtab-excel = [
    "vtab",
    "calamine",
]
vtab-full = [
    "vtab-excel",
    "vtab-arrow",
    "appender-arrow",
]
vtab-loadable = ["loadable-extension"]

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

[[example]]
name = "appender"
path = "examples/appender.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "hello-ext"
crate-type = ["cdylib"]
path = "examples/hello-ext/main.rs"
required-features = ["loadable-extension"]

[[example]]
name = "parquet"
path = "examples/parquet.rs"

[[example]]
name = "repl"
path = "examples/repl.rs"

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

[dependencies.calamine]
version = "0.28.0"
optional = true

[dependencies.cast]
version = "0.3"
features = ["std"]

[dependencies.chrono]
version = "0.4.22"
features = [
    "std",
    "clock",
]
optional = true
default-features = false

[dependencies.duckdb-loadable-macros]
version = "=0.1.14"
optional = true

[dependencies.fallible-iterator]
version = "0.3"

[dependencies.fallible-streaming-iterator]
version = "0.1"

[dependencies.hashlink]
version = "0.10"

[dependencies.libduckdb-sys]
version = "=1.4.4"

[dependencies.num]
version = "0.4"
features = ["std"]
optional = true
default-features = false

[dependencies.num-integer]
version = "0.1.46"

[dependencies.polars]
version = "0.49.1"
features = ["dtype-full"]
optional = true

[dependencies.polars-arrow]
version = "0.49.1"
optional = true

[dependencies.r2d2]
version = "0.8.9"
optional = true

[dependencies.rust_decimal]
version = "1.14"

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.url]
version = "2.1"
optional = true

[dependencies.uuid]
version = "1.0"
optional = true

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.polars-core]
version = "0.49.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.rustyline]
version = "15"
features = ["case_insensitive_history_search"]

[dev-dependencies.tempfile]
version = "3.1.0"

[dev-dependencies.uuid]
version = "1.0"
features = ["v4"]