# 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-internal" version = "0.5.0" authors = ["Rongcui Dong "] description = "Low level binding to libduckdb-sys" homepage = "https://github/rongcuid/quackdb" keywords = [ "duckdb", "database", "ffi", ] categories = ["database"] license = "MIT" repository = "https://github/rongcuid/quackdb" [dependencies.arrow] version = "48" features = ["ffi"] [dependencies.chrono] version = ">0.3.19" [dependencies.libduckdb-sys] version = "0.9" [dependencies.paste] version = "1" [dependencies.serde] version = "1" [dependencies.strum] version = "0.25" features = ["derive"] [features] bundled = ["libduckdb-sys/bundled"]