field_path 0.3.0

Type-safe, no-std field access and reflection utilities.
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 = "field_path"
version = "0.3.0"
build = false
exclude = [
    "/assets/",
    "/.github/",
    "/examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe, no-std field access and reflection utilities."
readme = "README.md"
keywords = [
    "macro",
    "field",
    "path",
    "accessor",
    "registry",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/voxell-tech/field_path"

[features]
default = ["registry"]
registry = ["dep:hashbrown"]

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

[dependencies.hashbrown]
version = "0.16"
features = [
    "default-hasher",
    "inline-more",
]
optional = true
default-features = false