Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.0 more image compare options and bugfix #50

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading