# 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 = "fjf" version = "0.3.0" description = "A simple CLI for GitHub check runs" readme = "README.md" license = "MIT" repository = "https://github.com/nicholaslyang/fjf" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.dialoguer] version = "0.10.4" features = ["fuzzy-select"] [dependencies.either] version = "1.9.0" [dependencies.git-url-parse] version = "0.4.4" [dependencies.http] version = "0.2.9" [dependencies.octocrab] version = "0.31.0" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1.29.1" features = [ "full", "fs", ] [dependencies.toml] version = "0.7.6" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.webbrowser] version = "0.8.11" [dependencies.which] version = "4.4.0" [dependencies.xdg] version = "2.5.2"