knus-derive 3.3.0

A derive implementation for knus KDL parser
Documentation
[dependencies.heck]
version = "0.5.0"

[dependencies.proc-macro-error2]
version = "2.0.1"

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

[dependencies.quote]
version = "1.0.40"

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

[dev-dependencies.miette]
features = ["fancy"]
version = "7.6.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
    A derive implementation for knus KDL parser
"""
documentation = "https://docs.rs/knus"
edition = "2024"
homepage = "https://github.com/TheLostLambda/knus"
keywords = ["kdl", "configuration"]
license = "MIT/Apache-2.0"
name = "knus-derive"
readme = "README.md"
version = "3.3.0"

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

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

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

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

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

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

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