clickhouse-utils 0.2.2

Utilities for working with Clickhouse
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"
name = "clickhouse-utils"
version = "0.2.2"
authors = ["GreeFine <grefinee@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for working with Clickhouse"
readme = "README.md"
keywords = [
    "clickhouse",
    "utils",
    "migration",
    "serde",
]
license = "MIT"
repository = "https://github.com/GreeFine/clickhouse-utils"

[features]
default = ["fastnum"]
fastnum = ["fastnum/serde"]

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

[dependencies.clickhouse]
version = "0.13.3"
features = [
    "rustls-tls",
    "uuid",
]

[dependencies.fastnum]
version = "0.7"
features = ["serde"]
optional = true

[dependencies.md5]
version = "0.8.0"

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

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dev-dependencies.tokio]
version = "1.39.0"
features = ["rt-multi-thread"]