# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "tokio-clickhouse" version = "0.0.1" authors = ["Doublify Technologies "] description = "Tokio ClickHouse client" homepage = "https://github.com/doublify/tokio-clickhouse" documentation = "https://docs.rs/tokio-clickhouse/" readme = "README.md" keywords = ["tokio", "database", "clickhouse"] categories = ["database"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/doublify/tokio-clickhouse" [dependencies.futures] version = "0.1.20" [dependencies.log] version = "0.4.1" [dependencies.tokio-core] version = "0.1.16" [dependencies.tokio-io] version = "0.1.6" [dependencies.tokio-proto] version = "0.1.1" [dependencies.tokio-service] version = "0.1.0" [badges.travis-ci] repository = "doublify/tokio-clickhouse"