delegation-codegen 0.5.0

Code generation for `delegation` crate.
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.86"
name = "delegation-codegen"
version = "0.5.0"
authors = [
    "Mikhail Bashilov <m.bashilov.srg@gmail.com>",
    "Kai Ren <tyranron@gmail.com>",
]
build = false
include = [
    "/src/",
    "/CHANGELOG.md",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation for `delegation` crate."
homepage = "https://github.com/arcane-rs/delegation"
documentation = "https://docs.rs/delegation-codegen"
readme = "README.md"
keywords = [
    "codegen",
    "delegation",
    "macro",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arcane-rs/delegation"

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

[dependencies.itertools]
version = "0.15"

[dependencies.proc-macro-crate]
version = "3.2"

[dependencies.proc-macro2]
version = "1.0.28"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
version = "3.0"
features = [
    "clone-impls",
    "extra-traits",
    "full",
    "parsing",
    "printing",
    "proc-macro",
    "visit",
    "visit-mut",
]
default-features = false

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0.56"