-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
110 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
# Project Dependencies | ||
Package: pxsum | ||
Version: 0.2.0 | ||
Version: 0.3.0 | ||
Target: x86_64-unknown-linux-gnu | ||
Generated: 2024-12-11 21:14:29 UTC | ||
Generated: 2025-01-09 20:16:10 UTC | ||
|
||
| Package | Version | Author(s) | License | | ||
| ---- | ---- | ---- | ---- | | ||
| [adler2](https://github.com/oyvindln/adler2) | 2.0.0 | [Jonas Schievink](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | 0BSD OR MIT OR Apache-2.0 | | ||
| [anyhow](https://github.com/dtolnay/anyhow) | 1.0.94 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [anyhow](https://github.com/dtolnay/anyhow) | 1.0.95 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [**argyle**](https://github.com/Blobfolio/argyle) | 0.10.1 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [arrayref](https://github.com/droundy/arrayref) | 0.3.9 | [David Roundy](mailto:[email protected]) | BSD-2-Clause | | ||
| [arrayvec](https://github.com/bluss/arrayvec) | 0.7.6 | bluss | MIT OR Apache-2.0 | | ||
| [autocfg](https://github.com/cuviper/autocfg) ⚒️ | 1.4.0 | [Josh Stone](mailto:[email protected]) | Apache-2.0 OR MIT | | ||
| [bitflags](https://github.com/bitflags/bitflags) | 1.3.2 | The Rust Project Developers | MIT OR Apache-2.0 | | ||
| [**blake3**](https://github.com/BLAKE3-team/BLAKE3) | 1.5.5 | [Jack O'Connor](mailto:[email protected]) and Samuel Neves | CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception | | ||
| [bytemuck](https://github.com/Lokathor/bytemuck) | 1.20.0 | [Lokathor](mailto:[email protected]) | Zlib OR Apache-2.0 OR MIT | | ||
| [bytemuck](https://github.com/Lokathor/bytemuck) | 1.21.0 | [Lokathor](mailto:[email protected]) | Zlib OR Apache-2.0 OR MIT | | ||
| [byteorder](https://github.com/BurntSushi/byteorder) | 1.5.0 | [Andrew Gallant](mailto:[email protected]) | Unlicense OR MIT | | ||
| [byteorder-lite](https://github.com/image-rs/byteorder-lite) | 0.1.0 | | Unlicense OR MIT | | ||
| [cc](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.3 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [cc](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.7 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [cmake](https://github.com/rust-lang/cmake-rs) ⚒️ | 0.1.52 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [color_quant](https://github.com/image-rs/color_quant.git) | 1.1.0 | [nwin](mailto:[email protected]) | MIT | | ||
| [constant_time_eq](https://github.com/cesarb/constant_time_eq) | 0.3.1 | [Cesar Eduardo Barros](mailto:[email protected]) | CC0-1.0 OR MIT-0 OR Apache-2.0 | | ||
| [crc32fast](https://github.com/srijs/rust-crc32fast) | 1.4.2 | [Sam Rijs](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [**crossbeam-channel**](https://github.com/crossbeam-rs/crossbeam) | 0.5.13 | | MIT OR Apache-2.0 | | ||
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | 0.8.20 | | MIT OR Apache-2.0 | | ||
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.9.0 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [**crossbeam-channel**](https://github.com/crossbeam-rs/crossbeam) | 0.5.14 | | MIT OR Apache-2.0 | | ||
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | 0.8.21 | | MIT OR Apache-2.0 | | ||
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.9.1 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [darling](https://github.com/TedDriggs/darling) | 0.20.10 | [Ted Driggs](mailto:[email protected]) | MIT | | ||
| [darling_core](https://github.com/TedDriggs/darling) | 0.20.10 | [Ted Driggs](mailto:[email protected]) | MIT | | ||
| [darling_macro](https://github.com/TedDriggs/darling) | 0.20.10 | [Ted Driggs](mailto:[email protected]) | MIT | | ||
|
@@ -36,7 +36,7 @@ | |
| [fdeflate](https://github.com/image-rs/fdeflate) | 0.3.7 | The image-rs Developers | MIT OR Apache-2.0 | | ||
| [flate2](https://github.com/rust-lang/flate2-rs) | 1.0.35 | [Alex Crichton](mailto:[email protected]) and [Josh Triplett](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [fnv](https://github.com/servo/rust-fnv) | 1.0.7 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 OR MIT | | ||
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 1.4.0 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 1.5.0 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [gif](https://github.com/image-rs/image-gif) | 0.13.1 | The image-rs Developers | MIT OR Apache-2.0 | | ||
| [half](https://github.com/starkat99/half-rs) | 2.4.1 | [Kathryn Long](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [hash32](https://github.com/japaric/hash32) | 0.3.1 | [Jorge Aparicio](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
|
@@ -51,34 +51,34 @@ | |
| [jpegxl-sys](https://github.com/inflation/jpegxl-rs) | 0.11.2+libjxl-0.11.1 | [Inflation](mailto:[email protected]) | GPL-3.0-or-later | | ||
| [**libavif**](https://github.com/njaard/libavif-rs) | 0.14.0 | [Charles Samuels](mailto:[email protected]) and [Paolo Barbolini](mailto:[email protected]) | BSD-2-Clause | | ||
| [libavif-sys](https://github.com/njaard/libavif-rs) | 0.17.0+libavif.1.0.4 | [Charles Samuels](mailto:[email protected]) and [Paolo Barbolini](mailto:[email protected]) | BSD-2-Clause | | ||
| [libc](https://github.com/rust-lang/libc) | 0.2.168 | The Rust Project Developers | MIT OR Apache-2.0 | | ||
| [libc](https://github.com/rust-lang/libc) | 0.2.169 | The Rust Project Developers | MIT OR Apache-2.0 | | ||
| [libdav1d-sys](https://github.com/njaard/libavif-rs) | 0.7.1+libdav1d.1.4.3 | [Charles Samuels](mailto:[email protected]), [Paolo Barbolini](mailto:[email protected]), and [Kornel](mailto:[email protected]) | BSD-2-Clause | | ||
| [log](https://github.com/rust-lang/log) | 0.4.22 | The Rust Project Developers | MIT OR Apache-2.0 | | ||
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.8.0 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | MIT OR Zlib OR Apache-2.0 | | ||
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.8.2 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | MIT OR Zlib OR Apache-2.0 | | ||
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.19 | The Rust Project Developers | MIT OR Apache-2.0 | | ||
| [openjpeg-sys](https://github.com/kornelski/openjpeg-sys) | 1.0.11 | [Kornel](mailto:[email protected]) | BSD-2-Clause | | ||
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) ⚒️ | 0.3.31 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [png](https://github.com/image-rs/image-png) | 0.17.15 | The image-rs Developers | MIT OR Apache-2.0 | | ||
| [png](https://github.com/image-rs/image-png) | 0.17.16 | The image-rs Developers | MIT OR Apache-2.0 | | ||
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.92 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [quick-error](http://github.com/tailhook/quick-error) | 2.0.1 | [Paul Colomiets](mailto:[email protected]) and [Colin Kiegel](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [quote](https://github.com/dtolnay/quote) | 1.0.37 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [quote](https://github.com/dtolnay/quote) | 1.0.38 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [same-file](https://github.com/BurntSushi/same-file) | 1.0.6 | [Andrew Gallant](mailto:[email protected]) | Unlicense OR MIT | | ||
| [shlex](https://github.com/comex/rust-shlex) ⚒️ | 1.3.0 | [comex](mailto:[email protected]), [Fenhl](mailto:[email protected]), [Adrian Taylor](mailto:[email protected]), [Alex Touchet](mailto:[email protected]), [Daniel Parks](mailto:dp+[email protected]), and [Garrett Berg](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [simd-adler32](https://github.com/mcountryman/simd-adler32) | 0.3.7 | [Marvin Countryman](mailto:[email protected]) | MIT | | ||
| [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | 1.2.0 | [Robert Grosse](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [strsim](https://github.com/rapidfuzz/strsim-rs) | 0.11.1 | [Danny Guo](mailto:[email protected]) and [maxbachmann](mailto:[email protected]) | MIT | | ||
| [syn](https://github.com/dtolnay/syn) | 2.0.90 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [syn](https://github.com/dtolnay/syn) | 2.0.95 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.69 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [thiserror](https://github.com/dtolnay/thiserror) | 2.0.6 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [thiserror](https://github.com/dtolnay/thiserror) | 2.0.10 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.69 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 2.0.6 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 2.0.10 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [tiff](https://github.com/image-rs/image-tiff) | 0.9.1 | The image-rs Developers | MIT | | ||
| [**trimothy**](https://github.com/Blobfolio/trimothy) | 0.6.0 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [**trimothy**](https://github.com/Blobfolio/trimothy) | 0.6.1 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.14 | [David Tolnay](mailto:[email protected]) | (MIT OR Apache-2.0) AND Unicode-3.0 | | ||
| [**walkdir**](https://github.com/BurntSushi/walkdir) | 2.5.0 | [Andrew Gallant](mailto:[email protected]) | Unlicense OR MIT | | ||
| [weezl](https://github.com/image-rs/lzw) | 0.1.8 | The image-rs Developers | MIT OR Apache-2.0 | | ||
| zune-core | 0.4.12 | | MIT OR Apache-2.0 OR Zlib | | ||
| [zune-jpeg](https://github.com/etemesi254/zune-image/tree/dev/crates/zune-jpeg) | 0.4.13 | [caleb](mailto:[email protected]) | MIT OR Apache-2.0 OR Zlib | | ||
| [zune-jpeg](https://github.com/etemesi254/zune-image/tree/dev/crates/zune-jpeg) | 0.4.14 | [caleb](mailto:[email protected]) | MIT OR Apache-2.0 OR Zlib | | ||
|
||
### Legend | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pxsum" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -10,7 +10,7 @@ publish = false | |
|
||
[package.metadata.deb] | ||
maintainer = "Josh Stoik <[email protected]>" | ||
copyright = "2024, Blobfolio, LLC <[email protected]>" | ||
copyright = "2025, Blobfolio, LLC <[email protected]>" | ||
license-file = ["./LICENSE", "0"] | ||
extended-description = "" | ||
revision = "1" | ||
|
@@ -83,15 +83,15 @@ description = "Limit parallelization to this many threads (instead of giving eac | |
path = false | ||
|
||
[[package.metadata.bashman.arguments]] | ||
label = "<PATH(s)…>" | ||
description = "One or more image and/or directory paths." | ||
label = "<FILE(s)…>" | ||
description = "One or more image file paths to checksum, or if -c/--check, one or more text file paths containing pxsums to verify. With no FILE(S) or -, input is read from STDIN." | ||
|
||
[dependencies] | ||
argyle = "0.10.*" | ||
blake3 = "=1.5.5" | ||
crossbeam-channel = "=0.5.*" | ||
dactyl = "0.9.*" | ||
fyi_msg = "1.4.*" | ||
fyi_msg = "1.5.*" | ||
trimothy = "0.6.*" | ||
walkdir = "=2.5.*" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters