# 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 = "2018" name = "pretty_assertions_sorted" version = "1.2.3" authors = ["Darren Tsung "] description = "Wrapper around the `rust-pretty-assertions` crate that allows for the ability to sort the Debug output." documentation = "https://docs.rs/pretty_assertions_sorted" readme = "README.md" keywords = [ "assert", "diff", "pretty", "color", "sort", ] categories = ["development-tools"] license = "MIT/Apache-2.0" repository = "https://github.com/DarrenTsung/rust-pretty-assertions-sorted" [dependencies.darrentsung_debug_parser] version = "0.3.1" [dependencies.pretty_assertions] version = "1.0" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.serde_json] version = "1.0.85"