github-readme-stats 0.2.0

Fetch GitHub user statistics as JSON
# 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 = "2024"
name = "github-readme-stats"
version = "0.2.0"
build = "build.rs"
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/build.rs",
    "/src/**",
    "/data/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fetch GitHub user statistics as JSON"
homepage = "https://github.com/lucifer1004/github-readme-stats"
documentation = "https://docs.rs/github-readme-stats"
readme = "README.md"
keywords = [
    "github",
    "stats",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lucifer1004/github-readme-stats"

[[bin]]
name = "github-readme-stats"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.9"

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.serde_yaml]
version = "0.9"

[build-dependencies.toml]
version = "0.9"