[go: up one dir, main page]

ntest 0.1.3

Testing framework for rust which enhances the built-in library with some useful features.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ntest"
version = "0.1.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.1.3"
[dev-dependencies.ntest_test_cases]
version = "0.1.3"
[badges.gitlab]
branch = "master"
repository = "https://gitlab.com/becheran/ntest"

[badges.maintenance]
status = "actively-developed"