# 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 = "qbtt" version = "0.1.1" description = "Quinn's Basic TOML Tests for Rust is a very simple way to run and check tests right from the command line, with support for checksum, line_count, and string-contains checks" readme = "README.md" license = "MIT" repository = "https://github.com/QpxDesign/qbtt-rs" [dependencies.async-process] version = "2.1.0" [dependencies.colored] version = "2.1.0" [dependencies.colorize] version = "0.1.0" [dependencies.md5] version = "0.7.0" [dependencies.serde] version = "1.0.196" [dependencies.serde_derive] version = "1.0.196" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.toml] version = "0.8.10"