clicktype-macros 0.2.0

Procedural macros for ClickType - #[derive(ClickTable)] and more
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-macros"
version = "0.2.0"
authors = ["Rafa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for ClickType - #[derive(ClickTable)] and more"
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"

[lib]
name = "clicktype_macros"
path = "src/lib.rs"
proc-macro = true

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

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

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

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dev-dependencies.chrono]
version = "0.4"

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