vgi 0.1.2

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.1.2"
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"

[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.ctrlc]
version = "3"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

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

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