# 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-client" version = "0.17.0" description = "Client for Clickhouse DB" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nlargueze/clickhouse-client" [dependencies.async-trait] version = "0.1.73" [dependencies.clickhouse-client-macros] version = "0.17.0" [dependencies.ethnum] version = "1.3.2" [dependencies.hyper] version = "0.14.27" features = [ "client", "http1", ] [dependencies.hyper-rustls] version = "0.24.1" [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.leb128] version = "0.2.5" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.thiserror] version = "1.0.47" [dependencies.time] version = "0.3.27" features = [ "formatting", "macros", "parsing", ] [dependencies.tracing] version = "0.1.37" [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.assert_hex] version = "0.2.2" [dev-dependencies.time] version = "0.3.27" features = [ "formatting", "macros", "parsing", ] [dev-dependencies.tokio] version = "1.28.0" features = ["full"] [dev-dependencies.tracing-ext] version = "0.3.0" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.uuid] version = "1.4.1" features = ["v4"] [features]