# 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.65" name = "libtest-mimic" version = "0.8.1" authors = ["Lukas Kalbertodt "] 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.anstream] version = "0.6.14" [dependencies.anstyle] version = "1.0.7" [dependencies.clap] version = "4.0.8" features = ["derive"] [dependencies.escape8259] version = "0.5.2" [dev-dependencies.fastrand] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.2.1"