# 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-heatmap" version = "1.0.0" exclude = ["examples/*"] description = "A CLI tool used to scrape a Github profile and mirror the SVG contribution heatmap as Unicode." homepage = "https://github.com/adenh93/github-heatmap" readme = "README.md" keywords = [ "github", "heatmap", "contributions", "scraping", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/adenh93/github-heatmap" resolver = "2" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.12" features = ["blocking"] [dependencies.scraper] version = "0.13.0" [dependencies.thiserror] version = "1.0.35"