# 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" name = "anytest" version = "0.1.0" authors = ["Tim Masliuchenko"] description = "Run any test from your terminal." readme = "README.md" keywords = ["testing"] categories = [ "development-tools::testing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/timfjord/anytest-cli" [dependencies.anytest-derive] version = "0.1.0" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.3" [dependencies.rev_buf_reader] version = "0.3.0" [dependencies.shlex] version = "1.3.0" [dependencies.smart-default] version = "0.7.1" [dependencies.which] version = "6.0.1" [badges.maintenance] status = "actively-developed"