Third-party components
Generated by tools/third_party.py on 2026-09-26. Regenerate it after changing dependencies.
Inkvec itself is licensed under Apache-2.0 (LICENSE).
518 Rust crates are compiled across all builds: 163 in every build, 42 more with the ONNX Runtime restorer, 313 more only with other optional features.
Not under a permissive licence (or no licence declared), with the smallest build that compiles them:
colored3.1.1: MPL-2.0 (all features)option-ext0.2.0: MPL-2.0 (all features)
Python tools and model weights
| component | licence | notes |
|---|---|---|
| MambaIR / MambaIRv2 (SR pre-pass architecture and released weights) | Apache-2.0 | https://github.com/csguoh/MambaIR; weights are downloaded by tools/inkvec_sr, not redistributed here |
| mamba-ssm | Apache-2.0 | https://github.com/state-spaces/mamba |
| PyTorch (Python tool path only) | BSD-3-Clause | not shipped with the binary |
The benchmark harness (bench/) uses tqdm (MPL-2.0 AND MIT) and, through requests, certifi
(MPL-2.0). Neither is shipped with Inkvec.
Native runtimes for the restorer (optional)
| component | licence | notes |
|---|---|---|
ONNX Runtime (restore-model) |
MIT | the binary bundles third-party code, including Eigen (MPL-2.0); ship Microsoft's ThirdPartyNotices.txt with any redistributed onnxruntime library |
DirectML (DirectML.dll) |
Microsoft DirectML License Agreement (proprietary) | only in the prebuilt static Windows package ort downloads; not needed for CPU inference and not part of a build linked against Microsoft's CPU release. Review its terms before redistributing it |
Benchmark corpus (bench/data)
The screen-set rasters committed under bench/data are renders of third-party icon sets. They
are test data, not part of any build. Each keeps its upstream licence:
| family | licence | attribution | notes |
|---|---|---|---|
| lucide | ISC (includes Feather's MIT notice) | yes | https://github.com/lucide-icons/lucide |
| material-icons | Apache-2.0 | notice | https://github.com/google/material-design-icons |
| simple-icons | CC0-1.0 | no | brand logos: the marks remain trademarks of their owners; see simple-icons DISCLAIMER.md |
| twemoji | CC-BY 4.0 (graphics) | yes | https://github.com/jdecked/twemoji |
| noto-emoji | Apache-2.0 (images), OFL-1.1 (fonts) | notice | https://github.com/googlefonts/noto-emoji |
| openmoji | CC-BY-SA 4.0 | yes, share-alike | https://openmoji.org |
| fluent-emoji | MIT | yes | https://github.com/microsoft/fluentui-emoji |
| synthetic | generated by this project | no | bench/cases |
Upstream licence terms for each family are linked in the table above.
Trademarks
Trademarks, logos, brand and company names shown in this repository, in its benchmark corpora and results, in Inkvec Studio's Showcase and on the Inkvec Space are the property of their owners. They appear only to compare how vectorisation engines trace real artwork (curve accuracy, geometric fidelity, node counts). This implies no affiliation with, sponsorship by or endorsement from their owners, and Inkvec, LogoLabs and its contributors claim no rights in them. An owner who objects to a mark being shown can open an issue at https://github.com/logolabs/inkvec/issues or write to office@incorpo.ro, and it will be removed from the showcases and the benchmark data.
Rust crates (518)
builds is the smallest build that compiles the crate: default (every workspace build),
restore-model (only with the ONNX Runtime restorer), or all features (only with an optional
feature such as the Burn restorer backends). Build-script dependencies are included, so a crate
listed here is compiled but not necessarily linked into the binary.
| crate | version | licence | builds |
|---|---|---|---|
| addr2line | 0.25.1 | Apache-2.0 OR MIT | all features |
| adler2 | 2.0.1 | 0BSD OR MIT OR Apache-2.0 | default |
| ahash | 0.8.12 | MIT OR Apache-2.0 | all features |
| aho-corasick | 1.1.5 | Unlicense OR MIT | all features |
| aligned-vec | 0.6.4 | MIT | all features |
| allocator-api2 | 0.2.21 | MIT OR Apache-2.0 | all features |
| android_system_properties | 0.1.6 | MIT OR Apache-2.0 | all features |
| anstream | 1.0.0 | MIT OR Apache-2.0 | all features |
| anstyle | 1.0.14 | MIT OR Apache-2.0 | all features |
| anstyle-parse | 1.0.0 | MIT OR Apache-2.0 | all features |
| anstyle-query | 1.1.5 | MIT OR Apache-2.0 | all features |
| anstyle-wincon | 3.0.11 | MIT OR Apache-2.0 | all features |
| anyhow | 1.0.104 | MIT OR Apache-2.0 | all features |
| arrayref | 0.3.9 | BSD-2-Clause | default |
| arrayvec | 0.7.8 | MIT OR Apache-2.0 | default |
| ash | 0.38.0+1.3.281 | MIT OR Apache-2.0 | all features |
| async-channel | 2.5.0 | Apache-2.0 OR MIT | all features |
| atomic-waker | 1.1.2 | Apache-2.0 OR MIT | default |
| atomic_float | 1.1.0 | Apache-2.0 OR MIT OR Unlicense | all features |
| autocfg | 1.5.1 | Apache-2.0 OR MIT | default |
| axum | 0.8.9 | MIT | default |
| axum-core | 0.5.6 | MIT | default |
| backtrace | 0.3.76 | MIT OR Apache-2.0 | all features |
| base64 | 0.23.1 | MIT OR Apache-2.0 | restore-model |
| base64ct | 1.8.3 | Apache-2.0 OR MIT | restore-model |
| bincode | 2.0.1 | MIT | all features |
| bit-set | 0.9.1 | Apache-2.0 OR MIT | all features |
| bit-vec | 0.9.1 | Apache-2.0 OR MIT | all features |
| bitflags | 2.13.1 | MIT OR Apache-2.0 | default |
| block-buffer | 0.12.1 | MIT OR Apache-2.0 | default |
| block2 | 0.6.2 | MIT | all features |
| bumpalo | 3.20.3 | MIT OR Apache-2.0 | default |
| burn | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-autodiff | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-backend | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-core | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-cubecl | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-cubecl-fusion | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-cuda | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-derive | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-flex | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-fusion | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-ir | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-ndarray | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-nn | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-onnx | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-optim | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-std | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-store | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-tensor | 0.21.0 | MIT OR Apache-2.0 | all features |
| burn-wgpu | 0.21.0 | MIT OR Apache-2.0 | all features |
| bytemuck | 1.25.2 | Zlib OR Apache-2.0 OR MIT | default |
| bytemuck_derive | 1.12.0 | Zlib OR Apache-2.0 OR MIT | all features |
| byteorder | 1.5.0 | Unlicense OR MIT | restore-model |
| byteorder-lite | 0.1.0 | Unlicense OR MIT | default |
| bytes | 1.12.1 | MIT | default |
| cc | 1.4.6 | MIT OR Apache-2.0 | restore-model |
| cfg-if | 1.0.4 | MIT OR Apache-2.0 | default |
| cfg_aliases | 0.2.2 | MIT | all features |
| chacha20 | 0.10.2 | MIT OR Apache-2.0 | all features |
| ciborium | 0.2.2 | Apache-2.0 | all features |
| ciborium-io | 0.2.2 | Apache-2.0 | all features |
| ciborium-ll | 0.2.2 | Apache-2.0 | all features |
| clap | 4.6.7 | MIT OR Apache-2.0 | all features |
| clap_builder | 4.6.7 | MIT OR Apache-2.0 | all features |
| clap_derive | 4.6.7 | MIT OR Apache-2.0 | all features |
| clap_lex | 1.1.1 | MIT OR Apache-2.0 | all features |
| codespan-reporting | 0.13.1 | Apache-2.0 | all features |
| color_quant | 1.1.0 | MIT | default |
| colorchoice | 1.0.5 | MIT OR Apache-2.0 | all features |
| colored | 3.1.1 | MPL-2.0 | all features |
| concurrent-queue | 2.5.0 | Apache-2.0 OR MIT | all features |
| console_error_panic_hook | 0.1.7 | Apache-2.0/MIT | default |
| const-oid | 0.10.2 | Apache-2.0 OR MIT | default |
| const-random | 0.1.18 | MIT OR Apache-2.0 | all features |
| const-random-macro | 0.1.16 | MIT OR Apache-2.0 | all features |
| convert_case | 0.10.0 | MIT | all features |
| core-foundation | 0.10.1 | MIT OR Apache-2.0 | restore-model |
| core-foundation-sys | 0.8.7 | MIT OR Apache-2.0 | restore-model |
| core_detect | 1.0.0 | MIT/Apache-2.0 | default |
| cpufeatures | 0.3.1 | MIT OR Apache-2.0 | default |
| crc32fast | 1.5.1 | MIT OR Apache-2.0 | default |
| critical-section | 1.2.0 | MIT OR Apache-2.0 | all features |
| crossbeam-channel | 0.5.17 | MIT OR Apache-2.0 | all features |
| crossbeam-deque | 0.8.7 | MIT OR Apache-2.0 | default |
| crossbeam-epoch | 0.9.20 | MIT OR Apache-2.0 | default |
| crossbeam-utils | 0.8.22 | MIT OR Apache-2.0 | default |
| crunchy | 0.2.4 | MIT | default |
| crypto-common | 0.2.2 | MIT OR Apache-2.0 | default |
| cubecl | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-common | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-core | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-cpp | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-cuda | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-ir | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-macros | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-macros-internal | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-opt | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-runtime | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-std | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-wgpu | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubecl-zspace | 0.10.0 | MIT OR Apache-2.0 | all features |
| cubek | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-attention | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-convolution | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-fft | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-matmul | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-quant | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-random | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-reduce | 0.2.0 | MIT OR Apache-2.0 | all features |
| cubek-std | 0.2.0 | MIT OR Apache-2.0 | all features |
| cudarc | 0.19.9 | MIT OR Apache-2.0 | all features |
| darling | 0.20.11 | MIT | all features |
| darling | 0.21.3 | MIT | all features |
| darling | 0.23.0 | MIT | all features |
| darling_core | 0.20.11 | MIT | all features |
| darling_core | 0.21.3 | MIT | all features |
| darling_core | 0.23.0 | MIT | all features |
| darling_macro | 0.20.11 | MIT | all features |
| darling_macro | 0.21.3 | MIT | all features |
| darling_macro | 0.23.0 | MIT | all features |
| data-encoding | 2.11.1 | MIT | all features |
| data-url | 0.3.2 | MIT OR Apache-2.0 | default |
| der | 0.8.2 | Apache-2.0 OR MIT | restore-model |
| derive-new | 0.7.0 | MIT | all features |
| derive_more | 2.1.1 | MIT | all features |
| derive_more-impl | 2.1.1 | MIT | all features |
| digest | 0.11.3 | MIT OR Apache-2.0 | default |
| dirs | 6.0.0 | MIT OR Apache-2.0 | all features |
| dirs-sys | 0.5.0 | MIT OR Apache-2.0 | all features |
| dlib | 0.5.3 | MIT | all features |
| document-features | 0.2.12 | MIT OR Apache-2.0 | all features |
| dyn-clone | 1.0.20 | MIT OR Apache-2.0 | default |
| dyn-stack | 0.13.2 | MIT | all features |
| dyn-stack-macros | 0.1.3 | MIT | all features |
| either | 1.18.0 | MIT OR Apache-2.0 | default |
| embassy-futures | 0.1.2 | MIT OR Apache-2.0 | all features |
| embassy-time | 0.5.1 | MIT OR Apache-2.0 | all features |
| embassy-time-driver | 0.2.2 | MIT OR Apache-2.0 | all features |
| embedded-hal | 0.2.7 | MIT OR Apache-2.0 | all features |
| embedded-hal | 1.0.0 | MIT OR Apache-2.0 | all features |
| embedded-hal-async | 1.0.0 | MIT OR Apache-2.0 | all features |
| encoding_rs | 0.8.41 | (Apache-2.0 OR MIT) AND BSD-3-Clause | default |
| enum-as-inner | 0.6.1 | MIT/Apache-2.0 | all features |
| enumset | 1.1.14 | MIT/Apache-2.0 | all features |
| enumset_derive | 0.15.0 | MIT/Apache-2.0 | all features |
| equator | 0.4.2 | MIT | all features |
| equator-macro | 0.4.2 | MIT | all features |
| equivalent | 1.0.2 | Apache-2.0 OR MIT | default |
| errno | 0.3.14 | MIT OR Apache-2.0 | default |
| event-listener | 5.4.2 | Apache-2.0 OR MIT | all features |
| event-listener-strategy | 0.5.4 | Apache-2.0 OR MIT | all features |
| fastrand | 2.5.0 | Apache-2.0 OR MIT | restore-model |
| fax | 0.2.7 | MIT | default |
| fdeflate | 0.3.7 | MIT OR Apache-2.0 | default |
| find-msvc-tools | 0.1.12 | MIT OR Apache-2.0 | restore-model |
| fixedbitset | 0.5.7 | MIT OR Apache-2.0 | all features |
| flate2 | 1.1.10 | MIT OR Apache-2.0 | default |
| float-cmp | 0.9.0 | MIT | default |
| float-ord | 0.3.2 | MIT / Apache-2.0 | all features |
| float4 | 0.2.0 | MIT | all features |
| float8 | 0.7.0 | MIT | all features |
| fnv | 1.0.7 | Apache-2.0 / MIT | all features |
| foldhash | 0.1.5 | Zlib | all features |
| foldhash | 0.2.0 | Zlib | all features |
| foreign-types | 0.3.2 | MIT/Apache-2.0 | restore-model |
| foreign-types-shared | 0.1.1 | MIT/Apache-2.0 | restore-model |
| form_urlencoded | 1.2.2 | MIT OR Apache-2.0 | default |
| futures-channel | 0.3.34 | MIT OR Apache-2.0 | default |
| futures-core | 0.3.34 | MIT OR Apache-2.0 | default |
| futures-io | 0.3.34 | MIT OR Apache-2.0 | all features |
| futures-lite | 2.6.1 | Apache-2.0 OR MIT | all features |
| futures-task | 0.3.34 | MIT OR Apache-2.0 | default |
| futures-util | 0.3.34 | MIT OR Apache-2.0 | default |
| gemm | 0.19.0 | MIT | all features |
| gemm-c32 | 0.19.0 | MIT | all features |
| gemm-c64 | 0.19.0 | MIT | all features |
| gemm-common | 0.19.0 | MIT | all features |
| gemm-f16 | 0.19.0 | MIT | all features |
| gemm-f32 | 0.19.0 | MIT | all features |
| gemm-f64 | 0.19.0 | MIT | all features |
| getrandom | 0.2.17 | MIT OR Apache-2.0 | all features |
| getrandom | 0.4.3 | MIT OR Apache-2.0 | restore-model |
| gif | 0.14.2 | MIT OR Apache-2.0 | default |
| gimli | 0.32.3 | MIT OR Apache-2.0 | all features |
| gl_generator | 0.14.0 | Apache-2.0 | all features |
| glow | 0.17.0 | MIT OR Apache-2.0 OR Zlib | all features |
| glutin_wgl_sys | 0.6.1 | Apache-2.0 | all features |
| gpu-allocator | 0.28.0 | MIT OR Apache-2.0 | all features |
| gpu-descriptor | 0.3.2 | MIT OR Apache-2.0 | all features |
| gpu-descriptor-types | 0.2.0 | MIT OR Apache-2.0 | all features |
| half | 2.7.1 | MIT OR Apache-2.0 | default |
| hashbrown | 0.13.2 | MIT OR Apache-2.0 | all features |
| hashbrown | 0.15.5 | MIT OR Apache-2.0 | all features |
| hashbrown | 0.16.1 | MIT OR Apache-2.0 | all features |
| hashbrown | 0.17.1 | MIT OR Apache-2.0 | default |
| heck | 0.5.0 | MIT OR Apache-2.0 | all features |
| hermit-abi | 0.5.3 | MIT OR Apache-2.0 | all features |
| hexf-parse | 0.2.1 | CC0-1.0 | all features |
| hmac-sha256 | 1.1.14 | ISC | restore-model |
| home | 0.5.12 | MIT OR Apache-2.0 | all features |
| http | 1.5.0 | MIT OR Apache-2.0 | default |
| http-body | 1.1.0 | MIT | default |
| http-body-util | 0.1.5 | MIT | default |
| httparse | 1.10.1 | MIT OR Apache-2.0 | default |
| httpdate | 1.0.3 | MIT OR Apache-2.0 | default |
| hybrid-array | 0.4.15 | MIT OR Apache-2.0 | default |
| hyper | 1.11.1 | MIT | default |
| hyper-util | 0.1.20 | MIT | default |
| i_float | 5.0.0 | MIT | default |
| i_key_sort | 0.11.0 | MIT | default |
| i_overlay | 9.0.0 | MIT OR Apache-2.0 | default |
| i_shape | 5.0.0 | MIT | default |
| i_tree | 0.19.0 | MIT | default |
| ident_case | 1.0.1 | MIT/Apache-2.0 | all features |
| image | 0.25.10 | MIT OR Apache-2.0 | default |
| image-webp | 0.2.4 | MIT OR Apache-2.0 | default |
| imagesize | 0.15.0 | MIT | default |
| indexmap | 2.14.1 | Apache-2.0 OR MIT | default |
| inflections | 1.1.1 | MIT | all features |
| is_terminal_polyfill | 1.70.2 | MIT OR Apache-2.0 | all features |
| itertools | 0.14.0 | MIT OR Apache-2.0 | all features |
| itoa | 1.0.18 | MIT OR Apache-2.0 | default |
| jni-sys | 0.3.1 | MIT OR Apache-2.0 | all features |
| jni-sys | 0.4.1 | MIT OR Apache-2.0 | all features |
| jni-sys-macros | 0.4.1 | MIT OR Apache-2.0 | all features |
| js-sys | 0.3.105 | MIT OR Apache-2.0 | default |
| khronos-egl | 6.0.0 | MIT/Apache-2.0 | all features |
| khronos_api | 3.1.0 | Apache-2.0 | all features |
| kurbo | 0.13.1 | Apache-2.0 OR MIT | default |
| lazy_static | 1.5.0 | MIT OR Apache-2.0 | default |
| libc | 0.2.189 | MIT OR Apache-2.0 | default |
| libloading | 0.8.9 | ISC | all features |
| libloading | 0.9.0 | ISC | all features |
| libm | 0.2.16 | MIT | default |
| libredox | 0.1.24 | MIT | all features |
| linux-raw-sys | 0.12.1 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | restore-model |
| linux-raw-sys | 0.4.15 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | all features |
| litrs | 1.0.0 | MIT OR Apache-2.0 | all features |
| lock_api | 0.4.14 | MIT OR Apache-2.0 | all features |
| log | 0.4.34 | MIT OR Apache-2.0 | default |
| lzma-rust2 | 0.15.8 | Apache-2.0 | restore-model |
| macerator | 0.3.4 | MIT OR Apache-2.0 | all features |
| macerator-macros | 0.2.0 | MIT OR Apache-2.0 | all features |
| matchers | 0.2.0 | MIT | default |
| matchit | 0.8.4 | MIT AND BSD-3-Clause | default |
| matrixmultiply | 0.3.11 | MIT/Apache-2.0 | all features |
| md5 | 0.8.1 | Apache-2.0 OR MIT | all features |
| memchr | 2.8.3 | Unlicense OR MIT | default |
| memmap2 | 0.9.11 | MIT OR Apache-2.0 | all features |
| mime | 0.3.17 | MIT OR Apache-2.0 | default |
| miniz_oxide | 0.8.9 | MIT OR Zlib OR Apache-2.0 | default |
| miniz_oxide | 0.9.1 | MIT OR Zlib OR Apache-2.0 | default |
| mio | 1.2.3 | MIT | default |
| moddef | 0.3.0 | MIT | all features |
| moxcms | 0.8.1 | BSD-3-Clause OR Apache-2.0 | default |
| multer | 3.1.0 | MIT | default |
| multiversion | 0.9.0 | MIT OR Apache-2.0 | default |
| multiversion-macros | 0.9.0 | MIT OR Apache-2.0 | default |
| multiversion_no_op | 1.0.0 | Apache-2.0 OR MIT | default |
| naga | 29.0.4 | MIT OR Apache-2.0 | all features |
| native-tls | 0.2.18 | MIT OR Apache-2.0 | restore-model |
| nb | 0.1.3 | MIT OR Apache-2.0 | all features |
| nb | 1.1.0 | MIT OR Apache-2.0 | all features |
| ndarray | 0.17.2 | MIT OR Apache-2.0 | all features |
| ndk-sys | 0.6.0+11769913 | MIT OR Apache-2.0 | all features |
| nom | 8.0.0 | MIT | all features |
| nu-ansi-term | 0.50.3 | MIT | default |
| num | 0.4.3 | MIT OR Apache-2.0 | all features |
| num-bigint | 0.4.8 | MIT OR Apache-2.0 | all features |
| num-complex | 0.4.6 | MIT OR Apache-2.0 | all features |
| num-integer | 0.1.47 | MIT OR Apache-2.0 | all features |
| num-iter | 0.1.46 | MIT OR Apache-2.0 | all features |
| num-rational | 0.4.2 | MIT OR Apache-2.0 | all features |
| num-traits | 0.2.19 | MIT OR Apache-2.0 | default |
| num_cpus | 1.17.0 | MIT OR Apache-2.0 | all features |
| objc2 | 0.6.4 | MIT | all features |
| objc2-core-foundation | 0.3.2 | Zlib OR Apache-2.0 OR MIT | all features |
| objc2-encode | 4.1.0 | MIT | all features |
| objc2-foundation | 0.3.2 | MIT | all features |
| objc2-metal | 0.3.2 | Zlib OR Apache-2.0 OR MIT | all features |
| objc2-quartz-core | 0.3.2 | Zlib OR Apache-2.0 OR MIT | all features |
| object | 0.37.3 | Apache-2.0 OR MIT | all features |
| once_cell | 1.21.4 | MIT OR Apache-2.0 | default |
| once_cell_polyfill | 1.70.2 | MIT OR Apache-2.0 | all features |
| oneshot | 0.2.1 | MIT OR Apache-2.0 | all features |
| onnx-ir | 0.21.0 | MIT OR Apache-2.0 | all features |
| onnx-ir-derive | 0.21.0 | MIT OR Apache-2.0 | all features |
| openssl | 0.10.81 | Apache-2.0 | restore-model |
| openssl-macros | 0.1.1 | MIT/Apache-2.0 | restore-model |
| openssl-probe | 0.2.1 | MIT OR Apache-2.0 | restore-model |
| openssl-sys | 0.9.117 | MIT | restore-model |
| option-ext | 0.2.0 | MPL-2.0 | all features |
| ordered-float | 5.5.0 | MIT | all features |
| ort | 2.0.0-rc.13 | MIT OR Apache-2.0 | restore-model |
| ort-sys | 2.0.0-rc.13 | MIT OR Apache-2.0 | restore-model |
| parking | 2.2.1 | Apache-2.0 OR MIT | all features |
| parking_lot | 0.12.5 | MIT OR Apache-2.0 | all features |
| parking_lot_core | 0.9.12 | MIT OR Apache-2.0 | all features |
| paste | 1.0.15 | MIT OR Apache-2.0 | all features |
| pem-rfc7468 | 1.0.0 | Apache-2.0 OR MIT | restore-model |
| percent-encoding | 2.3.2 | MIT OR Apache-2.0 | default |
| petgraph | 0.8.3 | MIT OR Apache-2.0 | all features |
| pico-args | 0.5.0 | MIT | default |
| pin-project-lite | 0.2.17 | Apache-2.0 OR MIT | default |
| pkg-config | 0.3.34 | MIT OR Apache-2.0 | restore-model |
| png | 0.18.1 | MIT OR Apache-2.0 | default |
| polycool | 0.4.0 | MIT OR Apache-2.0 | default |
| portable-atomic | 1.15.0 | Apache-2.0 OR MIT | all features |
| portable-atomic-util | 0.2.8 | Apache-2.0 OR MIT | all features |
| presser | 0.3.1 | MIT OR Apache-2.0 | all features |
| prettyplease | 0.1.25 | MIT OR Apache-2.0 | all features |
| prettyplease | 0.2.37 | MIT OR Apache-2.0 | all features |
| proc-macro2 | 1.0.107 | MIT OR Apache-2.0 | default |
| profiling | 1.0.18 | MIT OR Apache-2.0 | all features |
| protobuf | 3.7.2 | MIT | all features |
| protobuf-codegen | 3.7.2 | MIT | all features |
| protobuf-parse | 3.7.2 | MIT | all features |
| protobuf-support | 3.7.2 | MIT | all features |
| pulp | 0.22.3 | MIT | all features |
| pulp-wasm-simd-flag | 0.1.1 | MIT | all features |
| pxfm | 0.1.30 | BSD-3-Clause OR Apache-2.0 | default |
| pyo3 | 0.29.2 | MIT OR Apache-2.0 | all features |
| pyo3-build-config | 0.29.2 | MIT OR Apache-2.0 | all features |
| pyo3-ffi | 0.29.2 | MIT OR Apache-2.0 | all features |
| pyo3-macros | 0.29.2 | MIT OR Apache-2.0 | all features |
| pyo3-macros-backend | 0.29.2 | MIT OR Apache-2.0 | all features |
| quick-error | 2.0.1 | MIT/Apache-2.0 | default |
| quote | 1.0.47 | MIT OR Apache-2.0 | default |
| r-efi | 6.0.0 | MIT OR Apache-2.0 OR LGPL-2.1-or-later | restore-model |
| rand | 0.10.2 | MIT OR Apache-2.0 | all features |
| rand_core | 0.10.1 | MIT OR Apache-2.0 | all features |
| rand_distr | 0.6.0 | MIT OR Apache-2.0 | all features |
| range-alloc | 0.1.5 | MIT OR Apache-2.0 | all features |
| raw-cpuid | 11.6.0 | MIT | all features |
| raw-window-handle | 0.6.2 | MIT OR Apache-2.0 OR Zlib | all features |
| raw-window-metal | 1.1.0 | MIT OR Apache-2.0 | all features |
| rawpointer | 0.2.1 | MIT/Apache-2.0 | all features |
| rayon | 1.12.0 | MIT OR Apache-2.0 | default |
| rayon-core | 1.13.0 | MIT OR Apache-2.0 | default |
| reborrow | 0.5.5 | MIT | all features |
| redox_syscall | 0.5.18 | MIT | all features |
| redox_users | 0.5.2 | MIT | all features |
| ref-cast | 1.0.27 | MIT OR Apache-2.0 | default |
| ref-cast-impl | 1.0.27 | MIT OR Apache-2.0 | default |
| regex | 1.13.1 | MIT OR Apache-2.0 | all features |
| regex-automata | 0.4.18 | MIT OR Apache-2.0 | default |
| regex-syntax | 0.8.11 | MIT OR Apache-2.0 | default |
| renderdoc-sys | 1.1.0 | MIT OR Apache-2.0 | all features |
| resvg | 0.48.1 | Apache-2.0 OR MIT | default |
| rgb | 0.8.53 | MIT | default |
| rmp | 0.8.15 | MIT | all features |
| rmp-serde | 1.3.1 | MIT | all features |
| robust | 1.2.0 | MIT OR Apache-2.0 | default |
| roxmltree | 0.21.1 | MIT OR Apache-2.0 | default |
| rust-format | 0.3.4 | MIT OR Apache-2.0 | all features |
| rustc-demangle | 0.1.28 | MIT/Apache-2.0 | all features |
| rustc-hash | 1.1.0 | Apache-2.0/MIT | all features |
| rustc-hash | 2.1.3 | Apache-2.0 OR MIT | all features |
| rustc_version | 0.4.1 | MIT OR Apache-2.0 | all features |
| rustix | 0.38.44 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | all features |
| rustix | 1.1.4 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | restore-model |
| rustls-pki-types | 1.15.1 | MIT OR Apache-2.0 | restore-model |
| rustversion | 1.0.23 | MIT OR Apache-2.0 | default |
| ryu | 1.0.23 | Apache-2.0 OR BSL-1.0 | default |
| safetensors | 0.7.0 | Apache-2.0 | all features |
| same-file | 1.0.6 | Unlicense/MIT | all features |
| sanitize-filename | 0.6.0 | MIT | all features |
| schannel | 0.1.29 | MIT | restore-model |
| schemars | 1.2.2 | MIT | default |
| schemars_derive | 1.2.2 | MIT | default |
| scopeguard | 1.2.0 | MIT OR Apache-2.0 | default |
| security-framework | 3.7.0 | MIT OR Apache-2.0 | restore-model |
| security-framework-sys | 2.17.0 | MIT OR Apache-2.0 | restore-model |
| semver | 1.0.28 | MIT OR Apache-2.0 | all features |
| seq-macro | 0.3.6 | MIT OR Apache-2.0 | all features |
| serde | 1.0.229 | MIT OR Apache-2.0 | default |
| serde_bytes | 0.11.19 | MIT OR Apache-2.0 | all features |
| serde_core | 1.0.229 | MIT OR Apache-2.0 | default |
| serde_derive | 1.0.229 | MIT OR Apache-2.0 | default |
| serde_derive_internals | 0.30.0 | MIT OR Apache-2.0 | default |
| serde_json | 1.0.151 | MIT OR Apache-2.0 | default |
| serde_path_to_error | 0.1.20 | MIT OR Apache-2.0 | default |
| serde_spanned | 1.1.1 | MIT OR Apache-2.0 | all features |
| serde_urlencoded | 0.7.1 | MIT/Apache-2.0 | default |
| sha2 | 0.11.0 | MIT OR Apache-2.0 | default |
| sharded-slab | 0.1.7 | MIT | default |
| shlex | 2.0.1 | MIT OR Apache-2.0 | restore-model |
| signal-hook-registry | 1.4.8 | MIT OR Apache-2.0 | default |
| simd-adler32 | 0.3.10 | MIT | default |
| simdutf8 | 0.1.5 | MIT OR Apache-2.0 | default |
| simplecss | 0.2.2 | Apache-2.0 OR MIT | default |
| siphasher | 1.0.3 | MIT/Apache-2.0 | default |
| slab | 0.4.12 | MIT | default |
| slotmap | 1.1.1 | Zlib | all features |
| smallvec | 1.15.2 | MIT OR Apache-2.0 | default |
| socket2 | 0.6.5 | MIT OR Apache-2.0 | default |
| socks | 0.3.4 | MIT/Apache-2.0 | restore-model |
| spin | 0.10.1 | MIT | all features |
| spin | 0.9.9 | MIT | default |
| spirv | 0.4.0+sdk-1.4.341.0 | Apache-2.0 | all features |
| stable-vec | 0.4.3 | MIT/Apache-2.0 | all features |
| static_assertions | 1.1.0 | MIT OR Apache-2.0 | all features |
| strict-num | 0.1.1 | MIT | default |
| strsim | 0.11.1 | MIT | all features |
| strum | 0.28.0 | MIT | all features |
| strum_macros | 0.28.0 | MIT | all features |
| svgtypes | 0.16.1 | Apache-2.0 OR MIT | default |
| syn | 1.0.109 | MIT OR Apache-2.0 | all features |
| syn | 2.0.119 | MIT OR Apache-2.0 | default |
| syn | 3.0.4 | MIT OR Apache-2.0 | default |
| sync_wrapper | 1.0.2 | Apache-2.0 | default |
| sysctl | 0.6.0 | MIT | all features |
| target-lexicon | 0.13.5 | Apache-2.0 WITH LLVM-exception | all features |
| tempfile | 3.27.0 | MIT OR Apache-2.0 | restore-model |
| text_placeholder | 0.5.1 | MIT | all features |
| textdistance | 1.1.1 | MIT | all features |
| thiserror | 1.0.69 | MIT OR Apache-2.0 | all features |
| thiserror | 2.0.20 | MIT OR Apache-2.0 | all features |
| thiserror-impl | 1.0.69 | MIT OR Apache-2.0 | all features |
| thiserror-impl | 2.0.20 | MIT OR Apache-2.0 | all features |
| thread-tree | 0.3.3 | MIT OR Apache-2.0 | all features |
| thread_local | 1.1.10 | MIT OR Apache-2.0 | default |
| tiff | 0.11.3 | MIT | default |
| tiny-keccak | 2.0.2 | CC0-1.0 | all features |
| tiny-skia | 0.12.0 | BSD-3-Clause | default |
| tiny-skia-path | 0.12.0 | BSD-3-Clause | default |
| tokio | 1.53.1 | MIT | default |
| tokio-macros | 2.7.2 | MIT | default |
| toml | 1.1.6+spec-1.1.0 | MIT OR Apache-2.0 | all features |
| toml_datetime | 1.1.1+spec-1.1.0 | MIT OR Apache-2.0 | all features |
| toml_parser | 1.1.3+spec-1.1.0 | MIT OR Apache-2.0 | all features |
| toml_writer | 1.1.2+spec-1.1.0 | MIT OR Apache-2.0 | all features |
| tower | 0.5.3 | MIT | default |
| tower-http | 0.7.1 | MIT | default |
| tower-layer | 0.3.3 | MIT | default |
| tower-service | 0.3.3 | MIT | default |
| tracing | 0.1.44 | MIT | default |
| tracing-attributes | 0.1.31 | MIT | default |
| tracing-core | 0.1.36 | MIT | default |
| tracing-log | 0.2.0 | MIT | default |
| tracing-subscriber | 0.3.23 | MIT | default |
| tynm | 0.2.0 | MIT OR Apache-2.0 | all features |
| type-map | 0.5.1 | MIT/Apache-2.0 | all features |
| typenum | 1.20.1 | MIT OR Apache-2.0 | default |
| unicode-ident | 1.0.24 | (MIT OR Apache-2.0) AND Unicode-3.0 | default |
| unicode-segmentation | 1.13.3 | MIT OR Apache-2.0 | all features |
| unicode-width | 0.2.2 | MIT OR Apache-2.0 | all features |
| unicode-xid | 0.2.6 | MIT OR Apache-2.0 | all features |
| unty | 0.0.4 | MIT OR Apache-2.0 | all features |
| ureq | 3.4.2 | MIT OR Apache-2.0 | restore-model |
| ureq-proto | 0.6.3 | MIT OR Apache-2.0 | restore-model |
| usvg | 0.48.1 | Apache-2.0 OR MIT | default |
| utf8-zero | 0.8.1 | MIT OR Apache-2.0 | restore-model |
| utf8parse | 0.2.2 | Apache-2.0 OR MIT | all features |
| uuid | 1.26.1 | Apache-2.0 OR MIT | all features |
| variadics_please | 1.1.0 | MIT OR Apache-2.0 | all features |
| vcpkg | 0.2.15 | MIT/Apache-2.0 | restore-model |
| version_check | 0.9.5 | MIT/Apache-2.0 | default |
| void | 1.0.2 | MIT | all features |
| walkdir | 2.5.0 | Unlicense/MIT | all features |
| wasi | 0.11.1+wasi-snapshot-preview1 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | default |
| wasm-bindgen | 0.2.128 | MIT OR Apache-2.0 | default |
| wasm-bindgen-futures | 0.4.78 | MIT OR Apache-2.0 | all features |
| wasm-bindgen-macro | 0.2.128 | MIT OR Apache-2.0 | default |
| wasm-bindgen-macro-support | 0.2.128 | MIT OR Apache-2.0 | default |
| wasm-bindgen-rayon | 1.3.0 | Apache-2.0 | all features |
| wasm-bindgen-shared | 0.2.128 | MIT OR Apache-2.0 | default |
| wasm_sync | 0.1.2 | MIT OR Apache-2.0 | all features |
| wayland-sys | 0.31.11 | MIT | all features |
| web-sys | 0.3.105 | MIT OR Apache-2.0 | all features |
| web-time | 1.1.0 | MIT OR Apache-2.0 | default |
| webpki-root-certs | 1.0.9 | CDLA-Permissive-2.0 | restore-model |
| weezl | 0.1.12 | MIT OR Apache-2.0 | default |
| wgpu | 29.0.4 | MIT OR Apache-2.0 | all features |
| wgpu-core | 29.0.4 | MIT OR Apache-2.0 | all features |
| wgpu-core-deps-apple | 29.0.4 | MIT OR Apache-2.0 | all features |
| wgpu-core-deps-emscripten | 29.0.4 | MIT OR Apache-2.0 | all features |
| wgpu-core-deps-windows-linux-android | 29.0.4 | MIT OR Apache-2.0 | all features |
| wgpu-hal | 29.0.4 | MIT OR Apache-2.0 | all features |
| wgpu-naga-bridge | 29.0.4 | MIT OR Apache-2.0 | all features |
| wgpu-types | 29.0.4 | MIT OR Apache-2.0 | all features |
| which | 4.4.2 | MIT | all features |
| winapi | 0.3.9 | MIT/Apache-2.0 | restore-model |
| winapi-i686-pc-windows-gnu | 0.4.0 | MIT/Apache-2.0 | restore-model |
| winapi-util | 0.1.11 | Unlicense OR MIT | all features |
| winapi-x86_64-pc-windows-gnu | 0.4.0 | MIT/Apache-2.0 | restore-model |
| windows | 0.62.2 | MIT OR Apache-2.0 | all features |
| windows-collections | 0.3.2 | MIT OR Apache-2.0 | all features |
| windows-core | 0.62.2 | MIT OR Apache-2.0 | all features |
| windows-future | 0.3.2 | MIT OR Apache-2.0 | all features |
| windows-implement | 0.60.2 | MIT OR Apache-2.0 | all features |
| windows-interface | 0.59.3 | MIT OR Apache-2.0 | all features |
| windows-link | 0.2.1 | MIT OR Apache-2.0 | default |
| windows-numerics | 0.3.1 | MIT OR Apache-2.0 | all features |
| windows-result | 0.4.1 | MIT OR Apache-2.0 | all features |
| windows-strings | 0.5.1 | MIT OR Apache-2.0 | all features |
| windows-sys | 0.59.0 | MIT OR Apache-2.0 | all features |
| windows-sys | 0.61.2 | MIT OR Apache-2.0 | default |
| windows-targets | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows-threading | 0.2.1 | MIT OR Apache-2.0 | all features |
| windows_aarch64_gnullvm | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows_aarch64_msvc | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows_i686_gnu | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows_i686_gnullvm | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows_i686_msvc | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows_x86_64_gnu | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows_x86_64_gnullvm | 0.52.6 | MIT OR Apache-2.0 | all features |
| windows_x86_64_msvc | 0.52.6 | MIT OR Apache-2.0 | all features |
| winnow | 1.0.4 | MIT | all features |
| xml-rs | 0.8.29 | MIT | all features |
| xxhash-rust | 0.8.18 | BSL-1.0 | all features |
| zerocopy | 0.8.56 | BSD-2-Clause OR Apache-2.0 OR MIT | default |
| zerocopy-derive | 0.8.56 | BSD-2-Clause OR Apache-2.0 OR MIT | default |
| zeroize | 1.9.0 | Apache-2.0 OR MIT | restore-model |
| zmij | 1.0.23 | MIT | default |
| zune-core | 0.5.3 | MIT OR Apache-2.0 OR Zlib | default |
| zune-jpeg | 0.5.15 | MIT OR Apache-2.0 OR Zlib | default |