# 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 = "streamhouse" version = "0.0.1" authors = ["David Roundy "] description = "A strongly typed client for clickhouse" readme = "README.md" keywords = [ "clickhouse", "database", "driver", "hyper", "tokio", ] categories = [ "caching", "memory-management", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/droundy/streamhouse" [[bench]] name = "bench" harness = false [dependencies.futures-util] version = "0.3.28" [dependencies.hyper] version = "0.14.26" features = [ "client", "http2", "http1", "tcp", "stream", ] [dependencies.streamhouse-derive] version = "0.0.1" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.clickhouse] version = "0.11.3" features = [ "test-util", "lz4", ] [dev-dependencies.function_name] version = "0.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.147" features = [ "rc", "derive", ] [dev-dependencies.tokio] version = "1.28.2" features = [ "rt", "macros", "rt-multi-thread", ] [dev-dependencies.url] version = "2.2.2" features = ["serde"]