git-graph 0.8.0

Command line tool to show clear git graphs arranged for your branching model
# 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.83.0"
name = "git-graph"
version = "0.8.0"
authors = ["Martin Lange <martin_lange_@gmx.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool to show clear git graphs arranged for your branching model"
readme = "README.md"
keywords = [
    "git",
    "graph",
]
license = "MIT"
repository = "https://github.com/mlange-42/git-graph.git"

[[bin]]
name = "git-graph"
path = "src/main.rs"

[dependencies.atty]
version = "0.2"

[dependencies.chrono]
version = "0.4"
optional = false

[dependencies.clap]
version = "4.0"
features = ["cargo"]
optional = false

[dependencies.crossterm]
version = "0.29"
optional = false

[dependencies.git2]
version = "0.21"
optional = false
default-features = false

[dependencies.gleisbau]
version = "0.7.5"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1.4"

[dependencies.platform-dirs]
version = "0.3"

[dependencies.regex]
version = "1.7"
features = ["std"]
optional = false
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
optional = false
default-features = false

[dependencies.svg]
version = "0.18"

[dependencies.textwrap]
version = "0.16"
features = ["unicode-width"]
optional = false
default-features = false

[dependencies.toml]
version = "0.9"

[dependencies.yansi]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
overflow-checks = false