[package]
edition = "2018"
name = "all_asserts"
version = "2.3.4"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for multiple types of asserts that don't exist in the standard library"
documentation = "https://docs.rs/all_asserts"
readme = "README.md"
keywords = [
"assert",
"test",
"testing",
"asserts",
"compare",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/ohsayan/all_asserts"
[lib]
name = "all_asserts"
path = "src/lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "handling_nans"
path = "tests/handling_nans.rs"