[dependencies.keypaths-proc]
version = "1.0.5"
[dependencies.rust-keypaths]
version = "1.0.6"
[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[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.8.0"
[dev-dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"
[features]
default = []
parking_lot = ["rust-keypaths/parking_lot"]
tagged = ["rust-keypaths/tagged"]
[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 = "Keypaths for Rust: Static dispatch implementation (rust-keypaths) and legacy dynamic dispatch (key-paths-core). Type-safe, composable access to nested data structures."
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.11.4"