[dependencies.itoa]
version = "1.0"
[dependencies.serde]
version = "1.0.194"
[dev-dependencies.serde_derive]
version = "1.0.194"
[dev-dependencies.serde_json]
version = "1.0.100"
[lib]
doc-scrape-examples = false
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding"]
description = "Path to the element that failed to deserialize"
documentation = "https://docs.rs/serde_path_to_error"
edition = "2021"
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
name = "serde_path_to_error"
readme = "README.md"
repository = "https://github.com/dtolnay/path-to-error"
rust-version = "1.56"
version = "0.1.16"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]