delta/Cargo.toml
dependabot[bot] 6048b31c3a
Bump ctrlc from 3.2.0 to 3.2.1 (#733)
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.2.0...3.2.1)

---
updated-dependencies:
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 18:37:42 -04:00

55 lines
1.2 KiB
TOML

[package]
name = "git-delta"
authors = ["Dan Davison <dandavison7@gmail.com>"]
categories = ["command-line-utilities", "development-tools"]
description = "A syntax-highlighting pager for git"
documentation = "https://github.com/dandavison/delta"
edition = "2018"
homepage = "https://github.com/dandavison/delta"
license = "MIT"
repository = "https://github.com/dandavison/delta"
version = "0.8.4"
[[bin]]
name = "delta"
path = "src/main.rs"
[dependencies]
chrono = "0.4.19"
chrono-humanize = "0.2.1"
ansi_colours = "1.0.4"
ansi_term = "0.12.1"
atty = "0.2.14"
bitflags = "1.3.2"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.14.1"
ctrlc = "3.2.1"
dirs-next = "2.0.0"
grep-cli = "0.1.6"
itertools = "0.10.1"
lazy_static = "1.4"
pathdiff = "0.2.1"
regex = "1.4.6"
shell-words = "1.0.0"
structopt = "0.3.23"
unicode-segmentation = "1.8.0"
unicode-width = "0.1.9"
vte = "0.10.1"
xdg = "2.2.0"
[dependencies.git2]
version = "0.13.23"
default-features = false
features = []
[dependencies.syntect]
version = "4.6.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
[dependencies.error-chain]
version = "0.12.4"
default-features = false
features = []