diffshot 1.0.1

A tool to generate images from git diffs
# 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 = "diffshot"
version = "1.0.1"
authors = ["Faisal Fakih <me@faisalfakih.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to generate images from git diffs"
homepage = "https://github.com/faisalfakih/diffshot"
documentation = "https://github.com/faisalfakih/diffshot"
readme = "README.md"
keywords = [
    "diff",
    "git",
    "image",
    "screenshot",
    "visualization",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "visualization",
]
license = "MIT"
repository = "https://github.com/faisalfakih/diffshot"

[[bin]]
name = "diffshot"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.image]
version = "0.25"
features = ["jpeg"]
default-features = false

[dependencies.resvg]
version = "0.44"

[dependencies.syntect]
version = "5"
features = [
    "default-syntaxes",
    "default-themes",
    "regex-fancy",
]
default-features = false

[profile.dist]
lto = "thin"
inherits = "release"