comparable_test 0.5.4

A library for comparing data structures in Rust, oriented toward testing
[[test]]
name = "sample-test"
path = "test/test.rs"
[dev-dependencies.comparable]
features = ["derive"]
version = "0.5.4"

[dev-dependencies.pretty_assertions]
version = "1.3"

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

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["John Wiegley"]
categories = ["development-tools"]
description = "A library for comparing data structures in Rust, oriented toward testing"
documentation = "https://docs.rs/comparable"
edition = "2018"
homepage = "https://github.com/jwiegley/comparable"
include = ["test/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["comparable", "testing"]
license = "MIT OR Apache-2.0"
name = "comparable_test"
readme = "README.md"
repository = "https://github.com/jwiegley/comparable"
version = "0.5.4"