Created
July 16, 2024 20:50
-
-
Save jacobhq/8248f59c7f392a2d10a1722422641e9b to your computer and use it in GitHub Desktop.
wonnx-repro output of `cargo tree`
This file contains hidden or 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
wonnx-repro v0.1.0 (C:\Users\jacob\code\wonnx-repro) | |
|-- wasm-bindgen v0.2.92 | |
| |-- cfg-if v1.0.0 | |
| `-- wasm-bindgen-macro v0.2.92 (proc-macro) | |
| |-- quote v1.0.36 | |
| | `-- proc-macro2 v1.0.86 | |
| | `-- unicode-ident v1.0.12 | |
| `-- wasm-bindgen-macro-support v0.2.92 | |
| |-- proc-macro2 v1.0.86 (*) | |
| |-- quote v1.0.36 (*) | |
| |-- syn v2.0.71 | |
| | |-- proc-macro2 v1.0.86 (*) | |
| | |-- quote v1.0.36 (*) | |
| | `-- unicode-ident v1.0.12 | |
| |-- wasm-bindgen-backend v0.2.92 | |
| | |-- bumpalo v3.16.0 | |
| | |-- log v0.4.22 | |
| | |-- once_cell v1.19.0 | |
| | |-- proc-macro2 v1.0.86 (*) | |
| | |-- quote v1.0.36 (*) | |
| | |-- syn v2.0.71 (*) | |
| | `-- wasm-bindgen-shared v0.2.92 | |
| `-- wasm-bindgen-shared v0.2.92 | |
|-- web-sys v0.3.69 | |
| |-- js-sys v0.3.69 | |
| | `-- wasm-bindgen v0.2.92 (*) | |
| `-- wasm-bindgen v0.2.92 (*) | |
`-- wonnx v0.5.1 | |
|-- async-recursion v1.1.1 (proc-macro) | |
| |-- proc-macro2 v1.0.86 (*) | |
| |-- quote v1.0.36 (*) | |
| `-- syn v2.0.71 (*) | |
|-- bytemuck v1.16.1 | |
|-- lazy_static v1.5.0 | |
|-- log v0.4.22 | |
|-- num v0.4.3 | |
| |-- num-bigint v0.4.6 | |
| | |-- num-integer v0.1.46 | |
| | | `-- num-traits v0.2.19 | |
| | | [build-dependencies] | |
| | | `-- autocfg v1.3.0 | |
| | `-- num-traits v0.2.19 (*) | |
| |-- num-complex v0.4.6 | |
| | `-- num-traits v0.2.19 (*) | |
| |-- num-integer v0.1.46 (*) | |
| |-- num-iter v0.1.45 | |
| | |-- num-integer v0.1.46 (*) | |
| | `-- num-traits v0.2.19 (*) | |
| | [build-dependencies] | |
| | `-- autocfg v1.3.0 | |
| |-- num-rational v0.4.2 | |
| | |-- num-bigint v0.4.6 (*) | |
| | |-- num-integer v0.1.46 (*) | |
| | `-- num-traits v0.2.19 (*) | |
| `-- num-traits v0.2.19 (*) | |
|-- protobuf v2.28.0 | |
| `-- bytes v1.6.1 | |
|-- serde v1.0.204 | |
| `-- serde_derive v1.0.204 (proc-macro) | |
| |-- proc-macro2 v1.0.86 (*) | |
| |-- quote v1.0.36 (*) | |
| `-- syn v2.0.71 (*) | |
|-- serde_derive v1.0.204 (proc-macro) (*) | |
|-- tera v1.20.0 | |
| |-- globwalk v0.9.1 | |
| | |-- bitflags v2.6.0 | |
| | |-- ignore v0.4.22 | |
| | | |-- crossbeam-deque v0.8.5 | |
| | | | |-- crossbeam-epoch v0.9.18 | |
| | | | | `-- crossbeam-utils v0.8.20 | |
| | | | `-- crossbeam-utils v0.8.20 | |
| | | |-- globset v0.4.14 | |
| | | | |-- aho-corasick v1.1.3 | |
| | | | | `-- memchr v2.7.4 | |
| | | | |-- bstr v1.9.1 | |
| | | | | `-- memchr v2.7.4 | |
| | | | |-- log v0.4.22 | |
| | | | |-- regex-automata v0.4.7 | |
| | | | | |-- aho-corasick v1.1.3 (*) | |
| | | | | |-- memchr v2.7.4 | |
| | | | | `-- regex-syntax v0.8.4 | |
| | | | `-- regex-syntax v0.8.4 | |
| | | |-- log v0.4.22 | |
| | | |-- memchr v2.7.4 | |
| | | |-- regex-automata v0.4.7 (*) | |
| | | |-- same-file v1.0.6 | |
| | | | `-- winapi-util v0.1.8 | |
| | | | `-- windows-sys v0.52.0 | |
| | | | `-- windows-targets v0.52.6 | |
| | | | `-- windows_x86_64_msvc v0.52.6 | |
| | | |-- walkdir v2.5.0 | |
| | | | |-- same-file v1.0.6 (*) | |
| | | | `-- winapi-util v0.1.8 (*) | |
| | | `-- winapi-util v0.1.8 (*) | |
| | `-- walkdir v2.5.0 (*) | |
| |-- lazy_static v1.5.0 | |
| |-- pest v2.7.11 | |
| | |-- memchr v2.7.4 | |
| | |-- thiserror v1.0.62 | |
| | | `-- thiserror-impl v1.0.62 (proc-macro) | |
| | | |-- proc-macro2 v1.0.86 (*) | |
| | | |-- quote v1.0.36 (*) | |
| | | `-- syn v2.0.71 (*) | |
| | `-- ucd-trie v0.1.6 | |
| |-- pest_derive v2.7.11 (proc-macro) | |
| | |-- pest v2.7.11 (*) | |
| | `-- pest_generator v2.7.11 | |
| | |-- pest v2.7.11 (*) | |
| | |-- pest_meta v2.7.11 | |
| | | |-- once_cell v1.19.0 | |
| | | `-- pest v2.7.11 (*) | |
| | | [build-dependencies] | |
| | | `-- sha2 v0.10.8 | |
| | | |-- cfg-if v1.0.0 | |
| | | |-- cpufeatures v0.2.12 | |
| | | `-- digest v0.10.7 | |
| | | |-- block-buffer v0.10.4 | |
| | | | `-- generic-array v0.14.7 | |
| | | | `-- typenum v1.17.0 | |
| | | | [build-dependencies] | |
| | | | `-- version_check v0.9.4 | |
| | | `-- crypto-common v0.1.6 | |
| | | |-- generic-array v0.14.7 (*) | |
| | | `-- typenum v1.17.0 | |
| | |-- proc-macro2 v1.0.86 (*) | |
| | |-- quote v1.0.36 (*) | |
| | `-- syn v2.0.71 (*) | |
| |-- regex v1.10.5 | |
| | |-- aho-corasick v1.1.3 (*) | |
| | |-- memchr v2.7.4 | |
| | |-- regex-automata v0.4.7 (*) | |
| | `-- regex-syntax v0.8.4 | |
| |-- serde v1.0.204 (*) | |
| |-- serde_json v1.0.120 | |
| | |-- itoa v1.0.11 | |
| | |-- ryu v1.0.18 | |
| | `-- serde v1.0.204 (*) | |
| `-- unic-segment v0.9.0 | |
| `-- unic-ucd-segment v0.9.0 | |
| |-- unic-char-property v0.9.0 | |
| | `-- unic-char-range v0.9.0 | |
| |-- unic-char-range v0.9.0 | |
| `-- unic-ucd-version v0.9.0 | |
| `-- unic-common v0.9.0 | |
|-- thiserror v1.0.62 (*) | |
`-- wgpu v0.16.3 | |
|-- arrayvec v0.7.4 | |
|-- cfg-if v1.0.0 | |
|-- log v0.4.22 | |
|-- parking_lot v0.12.3 | |
| |-- lock_api v0.4.12 | |
| | `-- scopeguard v1.2.0 | |
| | [build-dependencies] | |
| | `-- autocfg v1.3.0 | |
| `-- parking_lot_core v0.9.10 | |
| |-- cfg-if v1.0.0 | |
| |-- smallvec v1.13.2 | |
| `-- windows-targets v0.52.6 (*) | |
|-- profiling v1.0.15 | |
|-- raw-window-handle v0.5.2 | |
|-- smallvec v1.13.2 | |
|-- static_assertions v1.1.0 | |
|-- wgpu-core v0.16.1 | |
| |-- arrayvec v0.7.4 | |
| |-- bit-vec v0.6.3 | |
| |-- bitflags v2.6.0 | |
| |-- codespan-reporting v0.11.1 | |
| | |-- termcolor v1.4.1 | |
| | | `-- winapi-util v0.1.8 (*) | |
| | `-- unicode-width v0.1.13 | |
| |-- log v0.4.22 | |
| |-- naga v0.12.3 | |
| | |-- bit-set v0.5.3 | |
| | | `-- bit-vec v0.6.3 | |
| | |-- bitflags v1.3.2 | |
| | |-- codespan-reporting v0.11.1 (*) | |
| | |-- hexf-parse v0.2.1 | |
| | |-- indexmap v1.9.3 | |
| | | `-- hashbrown v0.12.3 | |
| | | [build-dependencies] | |
| | | `-- autocfg v1.3.0 | |
| | |-- log v0.4.22 | |
| | |-- num-traits v0.2.19 (*) | |
| | |-- rustc-hash v1.1.0 | |
| | |-- spirv v0.2.0+1.5.4 | |
| | | |-- bitflags v1.3.2 | |
| | | `-- num-traits v0.2.19 (*) | |
| | |-- termcolor v1.4.1 (*) | |
| | |-- thiserror v1.0.62 (*) | |
| | `-- unicode-xid v0.2.4 | |
| |-- parking_lot v0.12.3 (*) | |
| |-- profiling v1.0.15 | |
| |-- raw-window-handle v0.5.2 | |
| |-- rustc-hash v1.1.0 | |
| |-- smallvec v1.13.2 | |
| |-- thiserror v1.0.62 (*) | |
| |-- wgpu-hal v0.16.2 | |
| | |-- arrayvec v0.7.4 | |
| | |-- ash v0.37.3+1.3.251 | |
| | | `-- libloading v0.7.4 | |
| | | `-- winapi v0.3.9 | |
| | |-- bit-set v0.5.3 (*) | |
| | |-- bitflags v2.6.0 | |
| | |-- d3d12 v0.6.0 | |
| | | |-- bitflags v1.3.2 | |
| | | |-- libloading v0.7.4 (*) | |
| | | `-- winapi v0.3.9 | |
| | |-- glow v0.12.3 | |
| | |-- gpu-alloc v0.5.4 | |
| | | |-- bitflags v1.3.2 | |
| | | `-- gpu-alloc-types v0.2.0 | |
| | | `-- bitflags v1.3.2 | |
| | |-- gpu-allocator v0.22.0 | |
| | | |-- backtrace v0.3.73 | |
| | | | |-- cfg-if v1.0.0 | |
| | | | `-- rustc-demangle v0.1.24 | |
| | | | [build-dependencies] | |
| | | | `-- cc v1.1.5 | |
| | | |-- log v0.4.22 | |
| | | |-- thiserror v1.0.62 (*) | |
| | | |-- winapi v0.3.9 | |
| | | `-- windows v0.44.0 | |
| | | `-- windows-targets v0.42.2 | |
| | | `-- windows_x86_64_msvc v0.42.2 | |
| | |-- gpu-descriptor v0.2.4 | |
| | | |-- bitflags v2.6.0 | |
| | | |-- gpu-descriptor-types v0.1.2 | |
| | | | `-- bitflags v2.6.0 | |
| | | `-- hashbrown v0.14.5 | |
| | | |-- ahash v0.8.11 | |
| | | | |-- cfg-if v1.0.0 | |
| | | | |-- once_cell v1.19.0 | |
| | | | `-- zerocopy v0.7.35 | |
| | | | [build-dependencies] | |
| | | | `-- version_check v0.9.4 | |
| | | `-- allocator-api2 v0.2.18 | |
| | |-- hassle-rs v0.10.0 | |
| | | |-- bitflags v1.3.2 | |
| | | |-- com-rs v0.2.1 | |
| | | |-- libloading v0.7.4 (*) | |
| | | |-- thiserror v1.0.62 (*) | |
| | | |-- widestring v1.1.0 | |
| | | `-- winapi v0.3.9 | |
| | |-- khronos-egl v4.1.0 | |
| | | |-- libc v0.2.155 | |
| | | `-- libloading v0.7.4 (*) | |
| | |-- libloading v0.8.4 | |
| | | `-- windows-targets v0.52.6 (*) | |
| | |-- log v0.4.22 | |
| | |-- naga v0.12.3 (*) | |
| | |-- parking_lot v0.12.3 (*) | |
| | |-- profiling v1.0.15 | |
| | |-- range-alloc v0.1.3 | |
| | |-- raw-window-handle v0.5.2 | |
| | |-- renderdoc-sys v1.1.0 | |
| | |-- rustc-hash v1.1.0 | |
| | |-- smallvec v1.13.2 | |
| | |-- thiserror v1.0.62 (*) | |
| | |-- wgpu-types v0.16.1 | |
| | | `-- bitflags v2.6.0 | |
| | `-- winapi v0.3.9 | |
| `-- wgpu-types v0.16.1 (*) | |
|-- wgpu-hal v0.16.2 (*) | |
`-- wgpu-types v0.16.1 (*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment