tree-type-proc-macro 0.4.5

Procedural macros for tree-type 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"
name = "tree-type-proc-macro"
version = "0.4.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for tree-type crate"
documentation = "https://docs.rs/tree-type-proc-macro"
readme = false
license = "MIT"
repository = "https://codeberg.org/kemitix/tree-type"

[package.metadata.cargo-machete]
ignored = [
    "regex",
    "fs-err",
    "path_facts",
    "serde",
    "walkdir",
]

[features]
codegen-v2 = []
enhanced-errors = [
    "dep:fs-err",
    "dep:path_facts",
]
pattern-validation = ["dep:regex"]
serde = ["dep:serde"]
walk = ["dep:walkdir"]

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

[dependencies.fs-err]
version = "3.1"
optional = true

[dependencies.path_facts]
version = "0.2.1"
optional = true

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

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.10"
optional = true

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

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
]

[dependencies.walkdir]
version = "2.5"
optional = true