pretty_assertions_sorted_fork 0.11.0

Wrapper around the `rust-pretty-assertions` crate that allows for the ability to sort the Debug output.
Documentation
[dependencies.heuristic_debug_parser]
version = "0.4.0"

[dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Wrapper around the `rust-pretty-assertions` crate that allows for the ability to sort the Debug output."
edition = "2021"
license = "MIT/Apache-2.0"
name = "pretty_assertions_sorted_fork"
readme = "README.md"
version = "0.11.0"

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