[package]
edition = "2018"
name = "comparable_test"
version = "0.5.7"
authors = ["John Wiegley"]
build = false
include = [
"test/*.rs",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for comparing data structures in Rust, oriented toward testing"
homepage = "https://github.com/jwiegley/comparable"
documentation = "https://docs.rs/comparable"
readme = "README.md"
keywords = [
"comparable",
"testing",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jwiegley/comparable"
[features]
serde = ["comparable/serde"]
[[test]]
name = "generic_enum_test"
path = "test/generic_enum_test.rs"
[[test]]
name = "sample-test"
path = "test/test.rs"
[[test]]
name = "serde"
path = "test/serde.rs"
required-features = ["serde"]
[dev-dependencies.comparable]
version = "0.5.7"
features = ["derive"]
[dev-dependencies.pretty_assertions]
version = "1.3"
[dev-dependencies.proptest]
version = "1.0"
[dev-dependencies.serde]
version = "1.0"
features = [
"derive",
"derive",
]
[dev-dependencies.serde_json]
version = "1.0"
[lints.rust]
warnings = "deny"