# 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" name = "adbc_core" version = "0.15.0" authors = ["Apache Arrow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Public abstract API, driver manager and driver exporter" readme = false license = "Apache-2.0" [lib] name = "adbc_core" path = "src/lib.rs" [[test]] name = "driver_manager_sqlite" path = "tests/driver_manager_sqlite.rs" [dependencies.arrow-array] version = "53.1.0" features = ["ffi"] default-features = false [dependencies.arrow-schema] version = "53.1.0" default-features = false [dependencies.libloading] version = "0.8" optional = true [dependencies.once_cell] version = "1.19.0" [dev-dependencies.arrow-select] version = "53.1.0" default-features = false [features] driver_manager = ["dep:libloading"]