[dependencies.serde]
version = "1.0"
[dependencies.unicode-ident]
version = "1.0"
[dev-dependencies.assert_matches]
version = "1.5.0"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_path_to_error]
version = "0.1.15"
[lib]
name = "serde_dbgfmt"
path = "src/lib.rs"
[package]
authors = ["Sean Lynch <sean@lynches.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "Deserialize #[derive(Debug)] output using serde"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "serde_dbgfmt"
readme = "README.md"
repository = "https://github.com/phantomical/serde_dbgfmt"
rust-version = "1.67"
version = "0.1.1"
[[test]]
name = "collection_edge_cases"
path = "tests/collection_edge_cases.rs"
[[test]]
name = "de"
path = "tests/de.rs"
[[test]]
name = "deserializer_features"
path = "tests/deserializer_features.rs"
[[test]]
name = "enum_variants"
path = "tests/enum_variants.rs"
[[test]]
name = "error_handling"
path = "tests/error_handling.rs"
[[test]]
name = "numeric_formats"
path = "tests/numeric_formats.rs"
[[test]]
name = "real_world_debug"
path = "tests/real_world_debug.rs"
[[test]]
name = "round_trip"
path = "tests/round_trip.rs"
[[test]]
name = "simple_error_test"
path = "tests/simple_error_test.rs"
[[test]]
name = "string_handling"
path = "tests/string_handling.rs"
[[test]]
name = "struct_variations"
path = "tests/struct_variations.rs"
[[test]]
name = "whitespace_formatting"
path = "tests/whitespace_formatting.rs"