# 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 = "github-status" version = "1.2.0" authors = ["Paul Sanders "] exclude = ["assets/*"] description = "github-status is a CLI to check the status of GitHub." homepage = "https://github.com/sanders41/github-status" documentation = "https://github.com/sanders41/github-status" readme = "README.md" keywords = [ "github", "status", "command-line", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sanders41/github-status" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = [ "color", "suggestions", "derive", ] [dependencies.colored] version = "2.1.0" [dependencies.pager] version = "0.16.1" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.114"