# 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" rust-version = "1.70" name = "r2d2-clickhouse" version = "0.1.0" authors = ["Parfenyuk Anton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ClickHouse support for the r2d2 connection pool" readme = "README.md" keywords = [ "clickhouse", "sql", "pool", "database", "r2d2", ] license = "MIT" repository = "https://github.com/Spar9a/r2d2-clickhouse" [lib] name = "r2d2_clickhouse" path = "src/lib.rs" [dependencies.clickhouse] version = "0.13.1" features = ["rustls-tls"] [dependencies.r2d2] version = "0.8.9" [dependencies.tokio] version = "1.41.1" features = ["full"] [lints.rust] unexpected_cfgs = "allow" unreachable_pub = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1