# 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 = "2021" rust-version = "1.56" name = "serde_json_path_to_error" version = "0.1.4" authors = ["Ethan Brierley "] exclude = [".github"] description = """ A drop in replacement for serde_json where detailed errors are the default """ documentation = "https://docs.rs/serde_json_path_to_error/" readme = "README.md" keywords = [ "serde", "json", "serialization", ] license = "MIT/Apache-2.0" repository = "https://github.com/eopb/serde_json_path_to_error" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.serde_path_to_error] version = "0.1.14" [dev-dependencies.serde] version = "1.0.188" features = ["derive"] [features]