clickhouse-testing 0.1.3

A crate that simplifies writing integration tests for ClickHouse, inspired by sqlx.
Documentation
# 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 = "2024"
rust-version = "1.92.0"
name = "clickhouse-testing"
version = "0.1.3"
authors = ["rdcm@protonmail.ch"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate that simplifies writing integration tests for ClickHouse, inspired by sqlx."
readme = "README.md"
keywords = [
    "clickhouse",
    "testing",
    "database",
]
categories = [
    "development-tools::testing",
    "database",
]
license = "MIT"
repository = "https://github.com/rdcm/clickhouse-testing"
resolver = "2"

[lib]
name = "clickhouse_testing"
path = "src/lib.rs"

[[test]]
name = "example"
path = "tests/example.rs"

[dependencies.clickhouse]
version = "0.14.2"

[dependencies.clickhouse-testing-macros]
version = "0.1.1"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]