# 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 = "clickhouse-http-client" version = "0.3.1" authors = ["vkill "] description = "ClickHouse HTTP Client" homepage = "https://github.com/bk-rs/clickhouse-rs" documentation = "https://docs.rs/clickhouse-http-client" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/clickhouse-rs" resolver = "1" [package.metadata.cargo-all-features] skip_feature_sets = [["_integration_tests"]] [dependencies.clickhouse-format] version = "0.3" default-features = false [dependencies.isahc] version = "1" features = ["text-decoding"] default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.url] version = "2" default-features = false [dev-dependencies.chrono] version = "0.4" [dev-dependencies.clickhouse-data-value] version = "0.3" default-features = false [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] _integration_tests = ["with-format-json"] default = [] with-format-all = [ "with-format-tsv", "with-format-json", ] with-format-json = ["clickhouse-format/with-json"] with-format-tsv = ["clickhouse-format/with-tsv"]