contributor-graphs 1.3.1

Generate contributor timeline graphs (static SVG + interactive HTML) for any git or GitHub repository
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 = "2021"
rust-version = "1.87"
name = "contributor-graphs"
version = "1.3.1"
build = false
exclude = [
    "/docs",
    "/.github",
    "/.claude",
    "/Dockerfile",
    "/.dockerignore",
    "/prek.toml",
    "/.prettierignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate contributor timeline graphs (static SVG + interactive HTML) for any git or GitHub repository"
homepage = "https://ewels.github.io/contributor-graphs/"
readme = "README.md"
keywords = [
    "git",
    "github",
    "contributors",
    "visualization",
    "timeline",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/ewels/contributor-graphs"

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

[[bin]]
name = "contributor-graphs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

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

[dependencies.indicatif]
version = "0.18"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.ureq]
version = "2"
features = ["json"]

[profile.release]
lto = true
strip = true