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