| # 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 are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2021" |
| rust-version = "1.60" |
| name = "libtest-mimic" |
| version = "0.6.0" |
| authors = ["Lukas Kalbertodt <[email protected]>"] |
| exclude = [".github"] |
| description = """ |
| Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` |
| """ |
| documentation = "https://docs.rs/libtest-mimic" |
| readme = "README.md" |
| keywords = [ |
| "libtest", |
| "test", |
| "built-in", |
| "framework", |
| "harness", |
| ] |
| categories = [ |
| "development-tools::testing", |
| "development-tools::build-utils", |
| ] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/LukasKalbertodt/libtest-mimic" |
| |
| [dependencies.clap] |
| version = "4.0.8" |
| features = ["derive"] |
| |
| [dependencies.termcolor] |
| version = "1.0.5" |
| |
| [dependencies.threadpool] |
| version = "1.8.1" |
| |
| [dev-dependencies.fastrand] |
| version = "1.8.0" |
| |
| [dev-dependencies.pretty_assertions] |
| version = "1.2.1" |