# 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 = "quackdb" version = "0.5.0" authors = ["Rongcui Dong "] description = "Ergonomic binding to DuckDB" homepage = "https://github.com/rongcuid/quackdb" documentation = "https://docs.rs/quackdb" readme = "README.md" keywords = [ "duckdb", "database", "ffi", ] categories = ["database"] license = "MIT" repository = "https://github.com/rongcuid/quackdb" [package.metadata.docs.rs] all-features = false default-target = "x86_64-unknown-linux-gnu" features = [] no-default-features = true [dependencies.arrow] version = "48" [dependencies.cstr] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.quackdb-internal] version = "0.5.0" [dependencies.thiserror] version = "1" [dev-dependencies.tempfile] version = "3" [features] bundled = ["quackdb-internal/bundled"] default = ["bundled"]