1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.60" 15name = "libtest-mimic" 16version = "0.6.0" 17authors = ["Lukas Kalbertodt <[email protected]>"] 18exclude = [".github"] 19description = """ 20Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 21""" 22documentation = "https://docs.rs/libtest-mimic" 23readme = "README.md" 24keywords = [ 25 "libtest", 26 "test", 27 "built-in", 28 "framework", 29 "harness", 30] 31categories = [ 32 "development-tools::testing", 33 "development-tools::build-utils", 34] 35license = "MIT/Apache-2.0" 36repository = "https://github.com/LukasKalbertodt/libtest-mimic" 37 38[dependencies.clap] 39version = "4.0.8" 40features = ["derive"] 41 42[dependencies.termcolor] 43version = "1.0.5" 44 45[dependencies.threadpool] 46version = "1.8.1" 47 48[dev-dependencies.fastrand] 49version = "1.8.0" 50 51[dev-dependencies.pretty_assertions] 52version = "1.2.1" 53