[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.rust-keypaths]
version = "1.0.0"
[dependencies.syn]
features = ["full"]
version = "2"
[dev-dependencies.rust-keypaths]
version = "1.0.0"
[lib]
name = "keypaths_proc"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proc-macro derive to generate keypath methods using rust-keypaths (static dispatch)"
documentation = "https://docs.rs/keypaths-proc"
edition = "2024"
homepage = "https://github.com/akashsoni01/rust-key-paths"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["keypaths", "type-safe", "macros", "proc", "static-dispatch"]
license = "MIT OR Apache-2.0"
name = "keypaths-proc"
readme = "README.md"
repository = "https://github.com/akashsoni01/rust-key-paths"
version = "1.0.0"