rust-key-paths 1.4.0

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

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

[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"

[dev-dependencies.parking_lot]
version = "0.12"

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

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

[dev-dependencies.tagged-core]
version = "0.7.0"

[dev-dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[features]
default = []
parking_lot = ["key-paths-core/parking_lot"]
tagged_core = ["key-paths-core/tagged_core"]

[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 = "Keypath, 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.4.0"