vgi 0.5.0

Build VGI workers in Rust to extend DuckDB with custom catalogs, functions, and tables over Apache Arrow IPC
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.86"
name = "vgi"
version = "0.5.0"
authors = ["Query Farm LLC <hello@query.farm>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build VGI workers in Rust to extend DuckDB with custom catalogs, functions, and tables over Apache Arrow IPC"
homepage = "https://query.farm"
readme = "README.md"
keywords = [
    "vgi",
    "duckdb",
    "arrow",
    "rpc",
    "worker",
]
categories = [
    "database",
    "api-bindings",
]
license-file = "LICENSE"
repository = "https://github.com/Query-farm/vgi-rust"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["sqlite"]
http-storage = [
    "dep:ureq",
    "dep:bincode",
]
sqlite = ["dep:rusqlite"]

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

[dependencies.arrow]
version = "58"
features = ["ipc"]
default-features = false

[dependencies.arrow-arith]
version = "58"

[dependencies.arrow-array]
version = "58"

[dependencies.arrow-buffer]
version = "58"

[dependencies.arrow-cast]
version = "58"

[dependencies.arrow-data]
version = "58"

[dependencies.arrow-ipc]
version = "58"

[dependencies.arrow-ord]
version = "58"

[dependencies.arrow-schema]
version = "58"

[dependencies.arrow-select]
version = "58"

[dependencies.bincode]
version = "1"
optional = true

[dependencies.ctrlc]
version = "3"

[dependencies.log]
version = "0.4"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "macros",
    "signal",
]

[dependencies.ureq]
version = "2"
optional = true
default-features = false

[dependencies.vgi-rpc]
version = "0.2.0"
features = [
    "macros",
    "http",
]
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2"