# 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 = "opensrv-clickhouse" version = "0.7.0" authors = ["Databend Authors "] description = "Bindings for emulating a ClickHouse server." readme = "README.md" keywords = [ "api-bindings", "database", "sql", "mock", ] categories = [ "api-bindings", "network-programming", "database-implementations", ] license = "Apache-2.0" repository = "https://github.com/datafuselabs/opensrv" [lib] test = false doctest = false [dependencies.async-trait] version = "0.1.52" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.20" features = ["std"] default-features = false [dependencies.chrono-tz] version = "0.8.0" [dependencies.combine] version = "4.6.3" [dependencies.hostname] version = "0.3.1" [dependencies.lz4] version = "1.23.2" [dependencies.micromarshal] version = "0.7.0" [dependencies.naive-cityhash] version = "0.2.0" [dependencies.once_cell] version = "1.9.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.0" optional = true [dependencies.tokio-stream] version = "0.1.8" [dependencies.tracing] version = "0.1.31" [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "1.1.0" [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.futures-core] version = "0.3.21" [dev-dependencies.futures-sink] version = "0.3.21" [dev-dependencies.futures-util] version = "0.3.21" features = ["sink"] [dev-dependencies.rand] version = "0.8.5" [features] tls = ["tokio-native-tls"]