# 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 = "async-duckdb" version = "0.0.3" authors = [ "Jesse Rubin", "Ryan Fowler", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for working with duckdb asynchronously" documentation = "https://docs.rs/async-duckdb" readme = "README.md" keywords = [ "duckdb", "async", "tokio", ] categories = ["database"] license = "MIT" repository = "https://github.com/jessekrubin/async-duckdb" [lib] name = "async_duckdb" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.crossbeam-channel] version = "0.5.9" [dependencies.duckdb] version = "1.1.1" [dependencies.futures-channel] version = "0.3.29" [dependencies.futures-util] version = "0.3.29" [dev-dependencies.async-std] version = "1.12.0" [dev-dependencies.paste] version = "1.0.12" [dev-dependencies.tempfile] version = "3.6.0" [dev-dependencies.tokio] version = "1.29.1" features = ["rt"] [features] appender-arrow = ["duckdb/appender-arrow"] buildtime_bindgen = ["duckdb/buildtime_bindgen"] bundled = ["duckdb/bundled"] default = ["bundled"] extensions-full = ["duckdb/extensions-full"] json = ["duckdb/json"] modern-full = ["duckdb/modern-full"] parquet = ["duckdb/parquet"] polars = ["duckdb/polars"] vtab = ["duckdb/vtab"] vtab-arrow = ["duckdb/vtab-arrow"] vtab-excel = ["duckdb/vtab-excel"] vtab-full = ["duckdb/vtab-full"] vtab-loadable = ["duckdb/vtab-loadable"]