# 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 = "sqlx-clickhouse-ext" version = "0.2.0" authors = ["vkill "] description = "SQLx ClickHouse Extension" homepage = "https://github.com/bk-rs/clickhouse-rs" documentation = "https://docs.rs/sqlx-clickhouse-ext" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/clickhouse-rs" resolver = "1" [package.metadata.docs.rs] features = [ "postgres", "all-types", "runtime-tokio-native-tls", ] [dependencies.futures-core] version = "0.3" default-features = false [dependencies.sqlx-core] version = "0.6" default-features = false [features] all-types = [ "chrono", "bigdecimal", "uuid", ] bigdecimal = ["sqlx-core/bigdecimal"] chrono = ["sqlx-core/chrono"] default = [] postgres = ["sqlx-core/postgres"] runtime-actix-native-tls = ["sqlx-core/runtime-actix-native-tls"] runtime-actix-rustls = ["sqlx-core/runtime-actix-rustls"] runtime-async-std-native-tls = ["sqlx-core/runtime-async-std-native-tls"] runtime-async-std-rustls = ["sqlx-core/runtime-async-std-rustls"] runtime-tokio-native-tls = ["sqlx-core/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx-core/runtime-tokio-rustls"] uuid = ["sqlx-core/uuid"]