# 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 = "ghstats" version = "0.1.0" description = "Simple utility for fetching github user info" readme = "README.md" keywords = [ "github", "graphql", "cli", "stats", "git", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/mrtnvgr/ghstats" [profile.release] strip = true [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.graphql_client] version = "0.13.0" features = ["reqwest-blocking"] [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dependencies.upon] version = "0.7.1"