# 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 = "tap_runner" version = "0.1.0" authors = ["traxys "] description = "A simple UI to run & view TAP test results" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/traxys/tap_runner" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "tapr" path = "src/main.rs" bench = false [dependencies.ansi-to-tui] version = "3.0.0" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.duct] version = "0.13.6" [dependencies.itertools] version = "0.10.5" [dependencies.jaq-core] version = "0.10.0" [dependencies.serde_json] version = "1.0.95" [dependencies.serde_yaml] version = "0.9.21" [dependencies.tap_parser] version = "0.1.1" [dependencies.tui] version = "0.20.1" package = "ratatui" [dependencies.which] version = "4.4.0"