[package]
edition = "2018"
name = "ntest"
version = "0.3.3"
authors = ["Armin Becher <becherarmin@gmail.com>"]
description = "Testing framework for rust which enhances the built-in library with some useful features."
documentation = "https://docs.rs/ntest"
readme = "README.md"
keywords = ["test", "tests", "unit", "testing"]
categories = ["development-tools", "development-tools::testing"]
license-file = "LICENSE"
repository = "https://gitlab.com/becheran/ntest"
[profile.dev]
panic = "unwind"
[lib]
path = "src/lib.rs"
[dependencies.ntest_test_cases]
version = "0.3.3"
[dependencies.ntest_timeout]
version = "0.3.3"
[dependencies.timebomb]
version = "0.1.2"
[dev-dependencies.ntest_test_cases]
version = "0.3.3"
[dev-dependencies.ntest_timeout]
version = "0.3.3"
[dev-dependencies.timebomb]
version = "0.1.2"
[badges.gitlab]
branch = "master"
repository = "becheran/ntest"
[badges.maintenance]
status = "actively-developed"