onefetch 2.27.1

Command-line Git information tool
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"
rust-version = "1.88.0"
name = "onefetch"
version = "2.27.1"
authors = ["o2sh <ossama-hjaji@live.fr>"]
build = "build.rs"
exclude = ["docs/web/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line Git information tool"
homepage = "https://onefetch.dev"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/o2sh/onefetch"

[features]
fail-on-deprecated = []

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

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

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

[[bench]]
name = "repo"
path = "benches/repo.rs"
harness = false

[dependencies.anyhow]
version = "1.0.101"

[dependencies.askalono]
version = "0.5.0"

[dependencies.byte-unit]
version = "5.2.0"

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

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.gix]
version = "0.80.0"
features = [
    "max-performance-safe",
    "blob-diff",
    "mailmap",
    "index",
    "status",
]
default-features = false

[dependencies.gix-features]
version = "0.46.0"

[dependencies.globset]
version = "0.4.18"

[dependencies.human-panic]
version = "2.0.6"

[dependencies.image]
version = "0.25.10"
features = [
    "color_quant",
    "jpeg",
    "png",
    "webp",
]
default-features = false

[dependencies.num-format]
version = "0.4.4"

[dependencies.onefetch-ascii]
version = "2.27.1"

[dependencies.onefetch-image]
version = "2.27.1"

[dependencies.onefetch-manifest]
version = "2.27.1"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.time]
version = "0.3.47"
features = ["formatting"]

[dependencies.time-humanize]
version = "0.1.3"
features = ["time"]

[dependencies.tokei]
version = "14.0.0"

[dependencies.typetag]
version = "0.2.21"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.gix-testtools]
version = "0.18.0"

[dev-dependencies.insta]
version = "1.46.3"
features = [
    "json",
    "redactions",
]

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

[build-dependencies.lazy_static]
version = "1.5.0"

[build-dependencies.regex]
version = "1.12.2"

[build-dependencies.serde_json]
version = "1.0.149"

[build-dependencies.serde_yaml]
version = "0.9.34"

[build-dependencies.tera]
version = "1.20.1"
default-features = false

[target."cfg(windows)".dependencies.enable-ansi-support]
version = "0.3.1"

[target."cfg(windows)".build-dependencies.winres]
version = "0.1.12"