Skip to content

Commit

Permalink
Merge pull request #50 from ChrisRega/0.6.0-more-image-compare-options
Browse files Browse the repository at this point in the history
0.6.0 more image compare options and bugfix
  • Loading branch information
rohdealx committed May 6, 2024
2 parents 9104d1e + a0d2a1c commit df731a7
Show file tree
Hide file tree
Showing 11 changed files with 504 additions and 127 deletions.
19 changes: 9 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A flexible rule-based file and folder comparison tool and crate i
repository = "https://github.com/VolumeGraphics/havocompare"
homepage = "https://github.com/VolumeGraphics/havocompare"
documentation = "https://docs.rs/havocompare"
version = "0.5.4"
version = "0.6.0"
edition = "2021"
license = "MIT"
authors = ["Volume Graphics GmbH"]
Expand All @@ -19,16 +19,16 @@ path = "src/print_args.rs"


[dependencies]
clap = { version = "4.4", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
chrono = "0.4"
serde = "1.0"
serde_yaml = "0.9"
schemars = "0.8"
schemars_derive = "0.8"
thiserror = "1.0"
regex = "1.10"
image = "0.24"
image-compare = "0.3"
image = "0.25"
image-compare = "0.4"
tracing = "0.1"
tracing-subscriber = "0.3"
serde_json = "1.0"
Expand All @@ -38,18 +38,17 @@ strsim = "0.11"
itertools = "0.12"
tera = "1.19"
sha2 = "0.10"
data-encoding = "2.5"
data-encoding = "2.6"
permutation = "0.4"
pdf-extract = "0.7"
vg_errortools = "0.1"
rayon = "1.8.0"
rayon = "1.10.0"
enable-ansi-support = "0.2"
tempfile = "3.8"
tempfile = "3.10"
fs_extra = "1.3"
opener = "0.6"
opener = "0.7"
anyhow = "1.0"
json_diff_ng = { version = "0.4" }

json_diff_ng = { version = "0.5" }

[dev-dependencies]
env_logger = "0.11"
Expand Down
Loading

0 comments on commit df731a7

Please sign in to comment.