onefetch 2.7.2

Git repository summary on your terminal
[package]
edition = "2018"
name = "onefetch"
description = "Git repository summary on your terminal"
version = "2.7.2"
authors = ["o2sh <ossama-hjaji@live.fr>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/o2sh/onefetch"
exclude = ["assets/*", "tools/*"]

[package.metadata.deb]
extended-description = """\
Onefetch is a command line tool that displays information about your Git repository directly on your terminal. \
Onefetch supports more than 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. \
"""
depends = "$auto"
section = "utility"
priority = "optional"

[dependencies]
color_quant = "1.1" # Use version required by image
colored= "2.0.0"
git2 = { version = "0.13.12", default-features = false }
json = "0.12.4"
tokei = "12.0.0"
askalono = "0.4.3"
bytecount = "0.6.1"
clap = "2.33.3"
strum = { version = "0.19.5", features = ["derive"] }
image = "0.23.12"
regex = "1"
error-chain = "0.12"
toml = "0.5.7"

[target.'cfg(windows)'.dependencies]
ansi_term = "0.12"

[target.'cfg(not(windows))'.dependencies]
libc = "0.2.80"
base64 = "0.13.0"

[dev-dependencies]
more-asserts = "0.2"
paste = "1"

[features]
fail-on-deprecated = []