# 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 = "runnables-cli" version = "1.3.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cli to run executables in a workspace" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/mbecker20/runnables-cli" [[bin]] name = "run" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.28.1" [dependencies.derive_variants] version = "1.0.0" [dependencies.enum_cycling] version = "0.2.1" [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.path-clean] version = "1.0.1" [dependencies.ratatui] version = "0.29.0" features = ["all-widgets"] [dependencies.run_command] version = "0.0.6" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.toml] version = "0.8.19" [dependencies.tui-input] version = "0.10.1"