key-paths-derive 2.0.1

Proc-macro derive to generate keypath methods
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 = "key-paths-derive"
version = "2.0.1"
authors = ["Codefonsi <info@codefonsi.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro derive to generate keypath methods"
homepage = "https://github.com/codefonsi/rust-key-paths"
documentation = "https://docs.rs/key-paths-derive"
readme = "README.md"
keywords = [
    "keypaths",
    "EnumKeyPath",
    "type-safe",
    "macros",
    "proc",
]
license = "MPL-2.0"
repository = "https://github.com/codefonsi/key-paths-derive"

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

[dev-dependencies.rust-key-paths]
version = "2.0.1"
features = ["tokio"]

[dev-dependencies.tokio]
version = "1.38"
features = [
    "sync",
    "rt",
    "macros",
]