Cargo Features

duckdb-quan has no features set by default.

[dependencies]
duckdb-quan = { version = "0.8.1", features = ["bundled", "httpfs", "json", "parquet", "vtab", "vtab-loadable", "vtab-excel", "vtab-arrow", "vtab-full", "extensions-full", "buildtime_bindgen", "modern-full", "polars", "csv", "lazy_static", "byteorder"] }
bundled httpfs? json? parquet?

Enables bundled of libduckdb-sys ^0.8.1

httpfs extensions-full? = bundled

Enables httpfs of libduckdb-sys ^0.8.1

json extensions-full? = bundled

Enables json of libduckdb-sys ^0.8.1

parquet extensions-full? = bundled

Enables parquet of libduckdb-sys ^0.8.1

vtab vtab-arrow? vtab-excel? vtab-loadable?

Affects duckdb-quan::vtab

vtab-loadable = duckdb-loadable-macros, vtab
vtab-excel vtab-full? = calamine, vtab
vtab-arrow vtab-full? = num, vtab
vtab-full extensions-full? = vtab-arrow, vtab-excel
extensions-full = httpfs, json, parquet, vtab-full
buildtime_bindgen

Enables buildtime_bindgen of libduckdb-sys ^0.8.1

modern-full = chrono, polars, r2d2, serde_json, url, uuid
polars modern-full?

Enables polars ^0.30.0

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.

chrono modern-full?
serde_json modern-full?
csv implicit feature

Enables csv

csv:

Fast CSV parsing with support for serde

url modern-full?
lazy_static implicit feature

Enables lazy_static

lazy_static:

A macro for declaring lazily evaluated statics in Rust

byteorder implicit feature

Enables byteorder

byteorder:

Library for reading/writing numbers in big-endian and little-endian

uuid modern-full?
r2d2 modern-full?
calamine vtab-excel?

Enables calamine ^0.21.0

num vtab-arrow?
duckdb-loadable-macros vtab-loadable?