# 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" rust-version = "1.79.0" name = "gh-lens" version = "0.0.12" authors = ["hirokisan "] description = "CLI to analyze your activity on GitHub" homepage = "https://github.com/hirokisan/gh-lens" readme = "README.md" keywords = [ "github", "cli", "analysis", "gh-lens", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hirokisan/gh-lens" [[bin]] name = "gh-lens" [dependencies.anyhow] version = "1.0.93" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.graphql_client] version = "0.14.0" [dependencies.octocrab] version = "0.41.2" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.tokio] version = "1.41.1" features = ["full"]