facet-path 0.34.0

Path tracking for navigating Facet type structures
Documentation
[dependencies.arborium]
default-features = false
features = ["lang-json", "lang-rust"]
optional = true
version = "^2.4.5"

[dependencies.facet-core]
default-features = false
version = "0.34.0"

[dependencies.facet-pretty]
optional = true
version = "0.34.0"

[dependencies.miette]
default-features = false
features = ["fancy-no-backtrace"]
optional = true
version = "7"

[dependencies.miette-arborium]
optional = true
version = "2.4.5"

[dev-dependencies.insta]
version = "^1.44.3"

[features]
alloc = ["facet-core/alloc"]
default = ["std"]
pretty = ["dep:facet-pretty", "dep:miette", "dep:miette-arborium", "dep:arborium"]
std = ["alloc", "facet-core/std"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Path tracking for navigating Facet type structures"
edition = "2024"
homepage = "https://facet.rs"
keywords = ["facet", "path", "reflection", "error-reporting"]
license = "MIT OR Apache-2.0"
name = "facet-path"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.89"
version = "0.34.0"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "arborium-header.html"]

[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]

[[test]]
name = "path_formatting"
path = "tests/path_formatting.rs"

[[test]]
name = "pretty_formatting"
path = "tests/pretty_formatting.rs"