[go: up one dir, main page]

libtest-mimic 0.1.0

Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
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]
name = "libtest-mimic"
version = "0.1.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
description = "Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`\n"
documentation = "https://docs.rs/libtest-mimic"
readme = "README.md"
keywords = ["libtest", "test", "built-in", "framework"]
categories = ["development-tools::testing", "development-tools::build-utils"]
license = "MIT/Apache-2.0"
repository = "https://github.com/LukasKalbertodt/libtest-mimic"
[dependencies.structopt]
version = "0.2"

[dependencies.termcolor]
version = "0.3"