contribution-grid 0.1.0

A Rust crate for generating customizable, GitHub-style contribution heatmap graphs as images
Documentation
# 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 = "contribution-grid"
version = "0.1.0"
authors = ["FAZuH <mail@fazuh.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for generating customizable, GitHub-style contribution heatmap graphs as images"
readme = "README.md"
keywords = [
    "graph",
    "visualization",
    "contribution",
    "heatmap",
]
categories = ["visualization"]
license = "MIT"
repository = "https://github.com/fazuh/contribution-grid"

[lib]
name = "contribution_grid"
path = "src/lib.rs"

[[bin]]
name = "contribution-grid"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.image]
version = "0.24"

[dependencies.imageproc]
version = "0.23"