summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml54
1 files changed, 22 insertions, 32 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b54ed5d1..a0cc9ffe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,53 +7,43 @@ documentation = "https://github.com/dandavison/delta"
edition = "2018"
homepage = "https://github.com/dandavison/delta"
license = "MIT"
+readme = "README.md"
repository = "https://github.com/dandavison/delta"
-version = "0.16.5"
+version = "0.4.5"
[[bin]]
name = "delta"
path = "src/main.rs"
[dependencies]
-bat = { version = "0.23.0", default-features = false, features = ["minimal-application", "paging", "regex-onig"] }
-chrono = "0.4.26"
-chrono-humanize = "0.2.2"
-ansi_colours = "1.2.1"
+ansi_colours = "1.0.1"
ansi_term = "0.12.1"
-anyhow = "1.0.70"
-bitflags = "2.2.1"
+atty = "0.2.14"
+bitflags = "1.2.1"
box_drawing = "0.1.2"
-bytelines = "=2.2.2" # Pin version until its tokio and futures dependencies are optional.
-clap = { version = "4.3.14", features = ["derive", "help", "usage", "error-context", "wrap_help"] }
-console = "0.15.0"
-ctrlc = "3.2.5"
-dirs = "5.0.1"
-grep-cli = "0.1.8"
-itertools = "0.10.5"
+bytelines = "2.2.2"
+console = "0.13.0"
+dirs-next = "2.0.0"
+itertools = "0.9.0"
lazy_static = "1.4"
-palette = "0.7.2"
-pathdiff = "0.2.1"
-regex = "1.7.1"
-serde = { version = "1.0.163", features = ["derive"] }
-serde_json = "1.0.96"
+regex = "1.4.2"
shell-words = "1.0.0"
-smol_str = "0.1.24"
-syntect = "5.0.0"
-unicode-segmentation = "1.10.1"
-unicode-width = "0.1.10"
-vte = "0.11.0"
-xdg = "2.4.1"
+structopt = "0.3.20"
+unicode-segmentation = "1.7.1"
+unicode-width = "0.1.8"
+vte = "0.9.0"
[dependencies.git2]
-version = "0.17.2"
+version = "0.13.13"
default-features = false
features = []
-[dependencies.sysinfo]
-version = "0.29.0"
-# no default features to disable the use of threads
+[dependencies.syntect]
+version = "4.5.0"
default-features = false
-features = []
+features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
-[profile.test]
-opt-level = 2
+[dependencies.error-chain]
+version = "0.12.4"
+default-features = false
+features = []