clicktype-batch 0.2.0

Async batching system for ClickType with backpressure and metrics
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 = "2021"
rust-version = "1.75"
name = "clicktype-batch"
version = "0.2.0"
authors = ["Rafa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async batching system for ClickType with backpressure and metrics"
homepage = "https://github.com/clicktype/clicktype"
documentation = "https://docs.rs/clicktype"
readme = false
keywords = [
    "clickhouse",
    "database",
    "type-safe",
    "sql",
    "query-builder",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/clicktype/clicktype"

[features]
mock = ["clicktype-transport/mock"]

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

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

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

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

[dependencies.clickhouse]
version = "0.13"

[dependencies.clicktype-core]
version = "0.2.0"

[dependencies.clicktype-transport]
version = "0.2.0"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.clicktype-macros]
version = "0.2.0"