adbc_core 0.24.0

Public abstract API of ADBC
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 = "2024"
rust-version = "1.85"
name = "adbc_core"
version = "0.24.0"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public abstract API of ADBC"
homepage = "https://arrow.apache.org/adbc/"
documentation = "https://docs.rs/adbc_core/"
readme = "README.md"
keywords = ["arrow"]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/apache/arrow-adbc"

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

[features]
default = []

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

[dependencies.arrow-array]
version = ">=58, <60"
features = ["ffi"]
default-features = false

[dependencies.arrow-schema]
version = ">=58, <60"
default-features = false