[package]
name = "testing_unit"
version = "1.1.3"
edition = "2021"
description = "A unit testing library"
license = "GPL-2.0-or-later"
repository = "https://github.com/taishingi/zuu/tree/master/unit-testing"
documentation = "https://docs.rs/unit-testing/"
[lib]
name = "unit"
path = "src/tdd.rs"
crate-type = ["lib"]
test = true
doctest = true
bench = true
doc = true
harness = true
proc-macro = true
[dependencies]
colored_truecolor = "0.1.0"
mockall = "0.11.4"
num = "0.4.0"
is_executable = "1.0.1"
maplit = "1.0.2"