# 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 = "monit-tool" version = "0.2.1" authors = ["s00d "] description = "command-line utility written in Rust for working with GitHub Actions" readme = "README.md" license = "MIT" repository = "https://github.com/s00d/monit-tool" [[bin]] name = "monit-tool" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.11.0" features = [ "fuzzy-matcher", "fuzzy-select", ] [dependencies.rand] version = "0.8.5" [dependencies.rgb] version = "0.8.37" [dependencies.sysinfo] version = "0.30.0" [dependencies.textplots] version = "0.8.4"