cot_codegen 0.6.0

The Rust web framework for lazy developers - code generation utils.
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.88"
name = "cot_codegen"
version = "0.6.0"
authors = [
    "Mateusz Maćkowski <mateusz@mackowski.org>",
    "Marek Grzelak <marek.grzelak@seqre.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Rust web framework for lazy developers - code generation utils."
homepage = "https://cot.rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cot-rs/cot"
resolver = "2"

[features]
default = []
symbol-resolver = ["dep:tracing"]

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

[dependencies.darling]
version = "0.23"

[dependencies.heck]
version = "0.5"

[dependencies.proc-macro2]
version = "1"
default-features = false

[dependencies.quote]
version = "1"
default-features = false

[dependencies.syn]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true
default-features = false

[dev-dependencies.proc-macro2]
version = "1"
features = ["span-locations"]
default-features = false

[lints.clippy]
allow_attributes = "warn"
future_not_send = "warn"
needless_continue = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
deprecated-safe = "warn"
keyword-idents = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unsafe_code = "warn"
unstable_features = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1