# 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 = "cargo-qtest" version = "0.1.3" authors = ["Onur Ozkan "] exclude = [ ".asciinema", ".github/", ] description = "an interactive test runner for rust projects" homepage = "https://github.com/onur-ozkan/cargo-qtest" readme = "README.md" keywords = [ "cargo", "test", "util", "interactive", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/onur-ozkan/cargo-qtest" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "abort" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 panic = "abort" strip = true [[bin]] name = "cargo-qtest" path = "src/main.rs" [dependencies.inquire] version = "0.6.2" features = ["crossterm"] default-features = false [dependencies.regex] version = "1.10.2" default-features = false