image v0.25.8 (/debcargo-conf/build/image)
├── bytemuck v1.18.0
├── byteorder v1.5.0
├── color_quant v1.1.0
├── exr v1.5.2
│   ├── bit_field v0.10.1
│   ├── flume v0.10.14
│   │   ├── futures-core v0.3.24
│   │   ├── futures-sink v0.3.24
│   │   ├── nanorand v0.7.0
│   │   │   └── getrandom v0.2.7
│   │   │       ├── cfg-if v1.0.0
│   │   │       └── libc v0.2.135
│   │   ├── pin-project v1.0.12
│   │   │   └── pin-project-internal v1.0.12 (proc-macro)
│   │   │       ├── proc-macro2 v1.0.101
│   │   │       │   └── unicode-ident v1.0.5
│   │   │       ├── quote v1.0.36
│   │   │       │   └── proc-macro2 v1.0.101 (*)
│   │   │       └── syn v1.0.102
│   │   │           ├── proc-macro2 v1.0.101 (*)
│   │   │           ├── quote v1.0.36 (*)
│   │   │           └── unicode-ident v1.0.5
│   │   └── spin v0.9.4
│   │       └── lock_api v0.4.9
│   │           └── scopeguard v1.1.0
│   │           [build-dependencies]
│   │           └── autocfg v1.1.0
│   ├── half v2.4.1
│   │   └── cfg-if v1.0.0
│   ├── lebe v0.5.2
│   ├── miniz_oxide v0.6.2
│   │   └── adler v1.0.2
│   ├── smallvec v1.15.1
│   └── threadpool v1.8.1
│       └── num_cpus v1.13.1
│           └── libc v0.2.135
├── gif v0.13.1
│   ├── color_quant v1.1.0
│   └── weezl v0.1.10
├── image-webp v0.2.4
│   ├── byteorder-lite v0.1.0
│   └── quick-error v2.0.1
├── moxcms v0.7.5
│   ├── num-traits v0.2.19
│   │   [build-dependencies]
│   │   └── autocfg v1.1.0
│   └── pxfm v0.1.19
│       └── num-traits v0.2.19 (*)
├── num-traits v0.2.19 (*)
├── png v0.18.0
│   ├── bitflags v2.5.0
│   ├── crc32fast v1.3.2
│   │   └── cfg-if v1.0.0
│   ├── fdeflate v0.3.7
│   │   └── simd-adler32 v0.3.7
│   ├── flate2 v1.1.2
│   │   ├── crc32fast v1.3.2 (*)
│   │   └── miniz_oxide v0.8.9
│   │       ├── adler2 v2.0.1
│   │       └── simd-adler32 v0.3.7
│   └── miniz_oxide v0.8.9 (*)
├── qoi v0.4.1
│   └── bytemuck v1.18.0
├── rayon v1.10.0
│   ├── either v1.8.0
│   └── rayon-core v1.12.1
│       ├── crossbeam-deque v0.8.2
│       │   ├── cfg-if v1.0.0
│       │   ├── crossbeam-epoch v0.9.11
│       │   │   ├── cfg-if v1.0.0
│       │   │   ├── crossbeam-utils v0.8.12
│       │   │   │   └── cfg-if v1.0.0
│       │   │   ├── memoffset v0.6.5
│       │   │   │   [build-dependencies]
│       │   │   │   └── autocfg v1.1.0
│       │   │   └── scopeguard v1.1.0
│       │   │   [build-dependencies]
│       │   │   └── autocfg v1.1.0
│       │   └── crossbeam-utils v0.8.12 (*)
│       └── crossbeam-utils v0.8.12 (*)
├── tiff v0.10.3
│   ├── fax v0.2.6
│   │   └── fax_derive v0.2.0 (proc-macro)
│   │       ├── proc-macro2 v1.0.101 (*)
│   │       ├── quote v1.0.36 (*)
│   │       └── syn v2.0.106
│   │           ├── proc-macro2 v1.0.101 (*)
│   │           ├── quote v1.0.36 (*)
│   │           └── unicode-ident v1.0.5
│   ├── flate2 v1.1.2 (*)
│   ├── half v2.4.1 (*)
│   ├── quick-error v2.0.1
│   ├── weezl v0.1.10
│   └── zune-jpeg v0.4.20
│       └── zune-core v0.4.12
├── zune-core v0.5.0
└── zune-jpeg v0.5.0
    └── zune-core v0.5.0
[dev-dependencies]
├── crc32fast v1.3.2 (*)
├── criterion v0.5.1
│   ├── anes v0.1.6
│   ├── cast v0.3.0
│   ├── ciborium v0.2.2
│   │   ├── ciborium-io v0.2.2
│   │   ├── ciborium-ll v0.2.2
│   │   │   ├── ciborium-io v0.2.2
│   │   │   └── half v2.4.1 (*)
│   │   └── serde v1.0.219
│   │       └── serde_derive v1.0.219 (proc-macro)
│   │           ├── proc-macro2 v1.0.101 (*)
│   │           ├── quote v1.0.36 (*)
│   │           └── syn v2.0.106 (*)
│   ├── clap v4.1.4
│   │   ├── bitflags v1.3.2
│   │   └── clap_lex v0.3.1
│   │       └── os_str_bytes v6.4.1
│   ├── criterion-plot v0.5.0
│   │   ├── cast v0.3.0
│   │   └── itertools v0.10.5
│   │       └── either v1.8.0
│   ├── is-terminal v0.4.12
│   │   └── libc v0.2.135
│   ├── itertools v0.10.5 (*)
│   ├── num-traits v0.2.19 (*)
│   ├── once_cell v1.19.0
│   ├── oorandom v11.1.3
│   ├── plotters v0.3.4
│   │   ├── num-traits v0.2.19 (*)
│   │   ├── plotters-backend v0.3.4
│   │   └── plotters-svg v0.3.3
│   │       └── plotters-backend v0.3.4
│   ├── rayon v1.10.0 (*)
│   ├── regex v1.6.0
│   │   ├── aho-corasick v0.7.19
│   │   │   └── memchr v2.5.0
│   │   ├── memchr v2.5.0
│   │   └── regex-syntax v0.6.27
│   ├── serde v1.0.219 (*)
│   ├── serde_derive v1.0.219 (proc-macro) (*)
│   ├── serde_json v1.0.86
│   │   ├── itoa v1.0.4
│   │   ├── ryu v1.0.11
│   │   └── serde v1.0.219 (*)
│   ├── tinytemplate v1.2.1
│   │   ├── serde v1.0.219 (*)
│   │   └── serde_json v1.0.86 (*)
│   └── walkdir v2.3.2
│       └── same-file v1.0.6
├── glob v0.3.0
├── num-complex v0.4.2
│   └── num-traits v0.2.19 (*)
└── quickcheck v1.0.3
    ├── env_logger v0.8.4
    │   ├── log v0.4.17
    │   │   └── cfg-if v1.0.0
    │   └── regex v1.6.0 (*)
    ├── log v0.4.17 (*)
    └── rand v0.8.5
        └── rand_core v0.6.4
            └── getrandom v0.2.7 (*)
