[package]
edition = "2024"
name = "key-paths-core"
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 = "Trait-only keypath surface (Readable, Writable, KpTrait, AccessorTrait) for building custom keypath libraries."
homepage = "https://github.com/codefonsi/rust-key-paths"
documentation = "https://docs.rs/key-paths-core"
readme = "README.md"
keywords = [
"keypaths",
"ReadableKeyPath",
"WritableKeyPath",
"traits",
]
license = "MPL-2.0"
repository = "https://github.com/codefonsi/rust-key-paths"
[lib]
name = "key_paths_core"
path = "src/lib.rs"
[dependencies]