# 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 = "git-shining" version = "0.2.2" authors = ["Erik Hollensbe "] description = "Create art out of a yearly GitHub contribution graph" homepage = "https://github.com/erikh/git-shining" readme = "README.md" license = "MIT" repository = "https://github.com/erikh/git-shining" [dependencies.anyhow] version = "^1" [dependencies.chrono] version = "^0.4" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.git2] version = "^0.17" [dependencies.rand] version = "^0.8" [dependencies.rusttype] version = "^0.9" [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1"