clicktype-core 0.2.0

Core types and traits for ClickType - type-safe ClickHouse client
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-core"
version = "0.2.0"
authors = ["Rafa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for ClickType - type-safe ClickHouse client"
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]
default = []
serde = [
    "dep:serde",
    "chrono/serde",
    "uuid/serde",
]

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.proptest]
version = "1.4"