serie 0.7.2

A rich git commit graph in your terminal, like magic
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.88.0"
name = "serie"
version = "0.7.2"
authors = ["Kyosuke Fujimoto <kyoro.f@gmail.com>"]
build = false
exclude = [
    "/.github",
    "/img",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rich git commit graph in your terminal, like magic"
homepage = "https://github.com/lusingander/serie"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "tui",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lusingander/serie"

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

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

[[test]]
name = "graph"
path = "tests/graph.rs"

[dependencies.ansi-to-tui]
version = "8.0.1"

[dependencies.arboard]
version = "3.6.1"
features = ["wayland-data-control"]

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.console]
version = "0.16.3"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.garde]
version = "0.22.1"
features = [
    "derive",
    "regex",
]

[dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false

[dependencies.laurier]
version = "0.3.0"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.ratatui]
version = "0.30.0"
features = ["serde"]

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.smart-default]
version = "0.7.1"

[dependencies.toml]
version = "1.1.2"

[dependencies.tui-input]
version = "0.15.1"

[dependencies.tui-tree-widget]
version = "0.24.0"

[dependencies.umbra]
version = "0.4.0"

[dev-dependencies.dircpy]
version = "0.3.20"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.text-to-png]
version = "0.3.0"

[profile.release]
lto = true
codegen-units = 1