rust-key-paths 1.0.4

ReadableKeyPath, WritableKeyPath and EnumKeypath for struct and enums in Rust.
Documentation
[dependencies.key-paths-core]
version = "1.0.3"

[dependencies.key-paths-derive]
version = "0.7.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

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

[features]
default = []

[lib]
name = "rust_key_paths"
path = "src/lib.rs"

[package]
authors = ["Codefonsi <info@codefonsi.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "ReadableKeyPath, WritableKeyPath and EnumKeypath for struct and enums in Rust."
documentation = "https://docs.rs/rust-key-paths"
edition = "2024"
homepage = "https://github.com/codefonsi/rust-key-paths"
include = ["src/**/*", "Cargo.toml", "../../README.md", "LICENSE"]
keywords = ["keypaths", "EnumKeyPath", "type-safe", "WritableKeyPath", "ReadableKeyPath"]
license = "MPL-2.0"
name = "rust-key-paths"
readme = "README.md"
repository = "https://github.com/codefonsi/rust-key-paths"
version = "1.0.4"