tree-type-proc-macro 0.1.1

Procedural macros for tree-type crate
Documentation
[dependencies.fs-err]
optional = true
version = "3.1"

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

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

[dependencies.quote]
version = "1.0"

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

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

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

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

[dev-dependencies.tempfile]
version = "3.0"

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

[features]
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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for tree-type crate"
documentation = "https://docs.rs/tree-type-proc-macro"
edition = "2024"
license = "MIT"
name = "tree-type-proc-macro"
readme = false
repository = "https://codeberg.org/kemitix/tree-type"
version = "0.1.1"

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

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

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

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

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

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

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

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

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