# 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 = "duckdb2" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple DuckDB binding for Rust" homepage = "https://github.com/ducksq-dev/duckdb2" readme = "README.md" keywords = [ "duckdb", "database", "sql", ] license = "MIT" repository = "https://github.com/ducksq-dev/duckdb2" [lib] name = "duckdb2" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.bit-vec] version = "0.8.0" [dependencies.chrono] version = "0.4.38" [dependencies.libduckdb-sys] version = "1.0.0" features = ["bundled"] default-features = false [dependencies.rust_decimal] version = "1.36.0" features = ["std"] default-features = false [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.10.0"