| authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"] |
| 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" |
| repository = "https://github.com/LukasKalbertodt/libtest-mimic" |
| license = "MIT/Apache-2.0" |
| keywords = ["libtest", "test", "built-in", "framework", "harness"] |
| categories = ["development-tools::testing", "development-tools::build-utils"] |
| clap = { version = "4.0.8", features = ["derive"] } |
| pretty_assertions = "1.2.1" |