chdb-rust 1.3.0

chDB FFI bindings for Rust(Experimental)
Documentation
# 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 = "chdb-rust"
version = "1.3.0"
authors = ["Auxten"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "chDB FFI bindings for Rust(Experimental)"
homepage = "https://github.com/chdb-io/chdb-rust"
readme = "README.md"
keywords = [
    "clickhouse",
    "chdb",
    "database",
    "embedded",
    "analytics",
]
license = "Apache-2.0"
repository = "https://github.com/chdb-io/chdb-rust"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "chdb_rust"
path = "src/lib.rs"

[[example]]
name = "01_stateless_queries"
path = "examples/01_stateless_queries.rs"

[[example]]
name = "02_stateful_sessions"
path = "examples/02_stateful_sessions.rs"

[[example]]
name = "03_query_results"
path = "examples/03_query_results.rs"

[[example]]
name = "04_output_formats"
path = "examples/04_output_formats.rs"

[[example]]
name = "05_reading_from_files"
path = "examples/05_reading_from_files.rs"

[[example]]
name = "06_error_handling"
path = "examples/06_error_handling.rs"

[[example]]
name = "07_analytics"
path = "examples/07_analytics.rs"

[[test]]
name = "examples"
path = "tests/examples.rs"

[dependencies.thiserror]
version = "1"

[dev-dependencies.tempdir]
version = "0.3.7"

[build-dependencies.bindgen]
version = "0.70.1"

[build-dependencies.flate2]
version = "1.0"

[build-dependencies.reqwest]
version = "0.11"
features = ["blocking"]

[build-dependencies.tar]
version = "0.4"