# 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 = "databend-client" version = "0.22.2" authors = ["Databend Authors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Databend Client for Rust" readme = "README.md" keywords = [ "databend", "database", "sdk", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/databendlabs/bendsql" [lib] name = "databend_client" path = "src/lib.rs" [[test]] name = "core" path = "tests/core/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18" [dependencies.parking_lot] version = "0.12.3" [dependencies.percent-encoding] version = "2.3" [dependencies.reqwest] version = "0.12" features = [ "json", "multipart", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.tokio] version = "1.34" features = ["macros"] [dependencies.tokio-retry] version = "0.3" [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = ["io-util"] [dependencies.url] version = "2.5" default-features = false [dependencies.uuid] version = "1.6" features = ["v4"] [dev-dependencies.chrono] version = "0.4.35" features = ["clock"] default-features = false [features] default = ["rustls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]