birdy v0.1.11 (/home/kakoc/projects/rust/my_projects/birdy)
├── arboard v3.3.1
│   ├── image v0.24.8
│   │   ├── bytemuck v1.14.3
│   │   ├── byteorder v1.5.0
│   │   ├── color_quant v1.1.0
│   │   ├── exr v1.72.0
│   │   │   ├── bit_field v0.10.2
│   │   │   ├── flume v0.11.0
│   │   │   │   └── spin v0.9.8
│   │   │   │       └── lock_api v0.4.11
│   │   │   │           └── scopeguard v1.2.0
│   │   │   │           [build-dependencies]
│   │   │   │           └── autocfg v1.1.0
│   │   │   ├── half v2.3.1
│   │   │   │   └── cfg-if v1.0.0
│   │   │   ├── lebe v0.5.2
│   │   │   ├── miniz_oxide v0.7.2
│   │   │   │   ├── adler v1.0.2
│   │   │   │   └── simd-adler32 v0.3.7
│   │   │   ├── rayon-core v1.12.1
│   │   │   │   ├── crossbeam-deque v0.8.5
│   │   │   │   │   ├── crossbeam-epoch v0.9.18
│   │   │   │   │   │   └── crossbeam-utils v0.8.19
│   │   │   │   │   └── crossbeam-utils v0.8.19
│   │   │   │   └── crossbeam-utils v0.8.19
│   │   │   ├── smallvec v1.13.1
│   │   │   └── zune-inflate v0.2.54
│   │   │       └── simd-adler32 v0.3.7
│   │   ├── gif v0.12.0
│   │   │   ├── color_quant v1.1.0
│   │   │   └── weezl v0.1.8
│   │   ├── jpeg-decoder v0.3.1
│   │   │   └── rayon v1.8.1
│   │   │       ├── either v1.10.0
│   │   │       └── rayon-core v1.12.1 (*)
│   │   ├── num-traits v0.2.18
│   │   │   [build-dependencies]
│   │   │   └── autocfg v1.1.0
│   │   ├── png v0.17.13
│   │   │   ├── bitflags v1.3.2
│   │   │   ├── crc32fast v1.4.0
│   │   │   │   └── cfg-if v1.0.0
│   │   │   ├── fdeflate v0.3.4
│   │   │   │   └── simd-adler32 v0.3.7
│   │   │   ├── flate2 v1.0.28
│   │   │   │   ├── crc32fast v1.4.0 (*)
│   │   │   │   └── miniz_oxide v0.7.2 (*)
│   │   │   └── miniz_oxide v0.7.2 (*)
│   │   ├── qoi v0.4.1
│   │   │   └── bytemuck v1.14.3
│   │   └── tiff v0.9.1
│   │       ├── flate2 v1.0.28 (*)
│   │       ├── jpeg-decoder v0.3.1 (*)
│   │       └── weezl v0.1.8
│   ├── log v0.4.20
│   ├── parking_lot v0.12.1
│   │   ├── lock_api v0.4.11 (*)
│   │   └── parking_lot_core v0.9.9
│   │       ├── cfg-if v1.0.0
│   │       ├── libc v0.2.153
│   │       └── smallvec v1.13.1
│   ├── thiserror v1.0.57
│   │   └── thiserror-impl v1.0.57 (proc-macro)
│   │       ├── proc-macro2 v1.0.78
│   │       │   └── unicode-ident v1.0.12
│   │       ├── quote v1.0.35
│   │       │   └── proc-macro2 v1.0.78 (*)
│   │       └── syn v2.0.49
│   │           ├── proc-macro2 v1.0.78 (*)
│   │           ├── quote v1.0.35 (*)
│   │           └── unicode-ident v1.0.12
│   ├── wl-clipboard-rs v0.8.0
│   │   ├── derive-new v0.5.9 (proc-macro)
│   │   │   ├── proc-macro2 v1.0.78 (*)
│   │   │   ├── quote v1.0.35 (*)
│   │   │   └── syn v1.0.109
│   │   │       ├── proc-macro2 v1.0.78 (*)
│   │   │       ├── quote v1.0.35 (*)
│   │   │       └── unicode-ident v1.0.12
│   │   ├── libc v0.2.153
│   │   ├── log v0.4.20
│   │   ├── nix v0.26.4
│   │   │   ├── bitflags v1.3.2
│   │   │   ├── cfg-if v1.0.0
│   │   │   ├── libc v0.2.153
│   │   │   ├── memoffset v0.7.1
│   │   │   │   [build-dependencies]
│   │   │   │   └── autocfg v1.1.0
│   │   │   └── pin-utils v0.1.0
│   │   ├── os_pipe v1.1.5
│   │   │   └── libc v0.2.153
│   │   ├── tempfile v3.10.0
│   │   │   ├── cfg-if v1.0.0
│   │   │   ├── fastrand v2.0.1
│   │   │   └── rustix v0.38.31
│   │   │       ├── bitflags v2.4.2
│   │   │       └── linux-raw-sys v0.4.13
│   │   ├── thiserror v1.0.57 (*)
│   │   ├── tree_magic_mini v3.0.3
│   │   │   ├── bytecount v0.6.7
│   │   │   ├── fnv v1.0.7
│   │   │   ├── lazy_static v1.4.0
│   │   │   ├── nom v7.1.3
│   │   │   │   ├── memchr v2.7.1
│   │   │   │   └── minimal-lexical v0.2.1
│   │   │   ├── once_cell v1.19.0
│   │   │   └── petgraph v0.6.4
│   │   │       ├── fixedbitset v0.4.2
│   │   │       └── indexmap v2.2.3
│   │   │           ├── equivalent v1.0.1
│   │   │           └── hashbrown v0.14.3
│   │   │               ├── ahash v0.8.8
│   │   │               │   ├── cfg-if v1.0.0
│   │   │               │   ├── once_cell v1.19.0
│   │   │               │   └── zerocopy v0.7.32
│   │   │               │   [build-dependencies]
│   │   │               │   └── version_check v0.9.4
│   │   │               └── allocator-api2 v0.2.16
│   │   ├── wayland-backend v0.3.3
│   │   │   ├── downcast-rs v1.2.0
│   │   │   ├── rustix v0.38.31 (*)
│   │   │   ├── scoped-tls v1.0.1
│   │   │   ├── smallvec v1.13.1
│   │   │   └── wayland-sys v0.31.1
│   │   │       ├── dlib v0.5.2
│   │   │       │   └── libloading v0.8.1
│   │   │       │       └── cfg-if v1.0.0
│   │   │       └── log v0.4.20
│   │   │       [build-dependencies]
│   │   │       └── pkg-config v0.3.30
│   │   │   [build-dependencies]
│   │   │   └── cc v1.0.83
│   │   │       └── libc v0.2.153
│   │   ├── wayland-client v0.31.2
│   │   │   ├── bitflags v2.4.2
│   │   │   ├── rustix v0.38.31 (*)
│   │   │   ├── wayland-backend v0.3.3 (*)
│   │   │   └── wayland-scanner v0.31.1 (proc-macro)
│   │   │       ├── proc-macro2 v1.0.78 (*)
│   │   │       ├── quick-xml v0.31.0
│   │   │       │   └── memchr v2.7.1
│   │   │       └── quote v1.0.35 (*)
│   │   ├── wayland-protocols v0.31.2
│   │   │   ├── bitflags v2.4.2
│   │   │   ├── wayland-backend v0.3.3 (*)
│   │   │   ├── wayland-client v0.31.2 (*)
│   │   │   └── wayland-scanner v0.31.1 (proc-macro) (*)
│   │   └── wayland-protocols-wlr v0.2.0
│   │       ├── bitflags v2.4.2
│   │       ├── wayland-backend v0.3.3 (*)
│   │       ├── wayland-client v0.31.2 (*)
│   │       ├── wayland-protocols v0.31.2 (*)
│   │       └── wayland-scanner v0.31.1 (proc-macro) (*)
│   └── x11rb v0.13.0
│       ├── rustix v0.38.31 (*)
│       └── x11rb-protocol v0.13.0
├── env_logger v0.10.2
│   ├── humantime v2.1.0
│   ├── is-terminal v0.4.12
│   │   └── libc v0.2.153
│   ├── log v0.4.20
│   ├── regex v1.10.3
│   │   ├── aho-corasick v1.1.2
│   │   │   └── memchr v2.7.1
│   │   ├── memchr v2.7.1
│   │   ├── regex-automata v0.4.5
│   │   │   ├── aho-corasick v1.1.2 (*)
│   │   │   ├── memchr v2.7.1
│   │   │   └── regex-syntax v0.8.2
│   │   └── regex-syntax v0.8.2
│   └── termcolor v1.4.1
├── error-iter v0.4.1
├── fastblur v0.1.1
├── fontdue v0.7.3
│   ├── hashbrown v0.13.2
│   │   └── ahash v0.8.8 (*)
│   └── ttf-parser v0.15.2
├── log v0.4.20
├── pixels v0.13.0
│   ├── bytemuck v1.14.3
│   ├── pollster v0.3.0
│   ├── raw-window-handle v0.5.2
│   ├── thiserror v1.0.57 (*)
│   ├── ultraviolet v0.9.2
│   │   └── wide v0.7.15
│   │       ├── bytemuck v1.14.3
│   │       └── safe_arch v0.7.1
│   │           └── bytemuck v1.14.3
│   └── wgpu v0.16.3
│       ├── arrayvec v0.7.4
│       ├── cfg-if v1.0.0
│       ├── log v0.4.20
│       ├── parking_lot v0.12.1 (*)
│       ├── profiling v1.0.15
│       ├── raw-window-handle v0.5.2
│       ├── smallvec v1.13.1
│       ├── static_assertions v1.1.0
│       ├── wgpu-core v0.16.1
│       │   ├── arrayvec v0.7.4
│       │   ├── bit-vec v0.6.3
│       │   ├── bitflags v2.4.2
│       │   ├── codespan-reporting v0.11.1
│       │   │   ├── termcolor v1.4.1
│       │   │   └── unicode-width v0.1.11
│       │   ├── log v0.4.20
│       │   ├── 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.1.0
│       │   │   ├── log v0.4.20
│       │   │   ├── num-traits v0.2.18 (*)
│       │   │   ├── rustc-hash v1.1.0
│       │   │   ├── spirv v0.2.0+1.5.4
│       │   │   │   ├── bitflags v1.3.2
│       │   │   │   └── num-traits v0.2.18 (*)
│       │   │   ├── termcolor v1.4.1
│       │   │   ├── thiserror v1.0.57 (*)
│       │   │   └── unicode-xid v0.2.4
│       │   ├── parking_lot v0.12.1 (*)
│       │   ├── profiling v1.0.15
│       │   ├── raw-window-handle v0.5.2
│       │   ├── rustc-hash v1.1.0
│       │   ├── smallvec v1.13.1
│       │   ├── thiserror v1.0.57 (*)
│       │   ├── wgpu-hal v0.16.2
│       │   │   ├── arrayvec v0.7.4
│       │   │   ├── ash v0.37.3+1.3.251
│       │   │   │   └── libloading v0.7.4
│       │   │   │       └── cfg-if v1.0.0
│       │   │   ├── bitflags v2.4.2
│       │   │   ├── glow v0.12.3
│       │   │   ├── gpu-alloc v0.5.4
│       │   │   │   ├── bitflags v1.3.2
│       │   │   │   └── gpu-alloc-types v0.2.0
│       │   │   │       └── bitflags v1.3.2
│       │   │   ├── gpu-descriptor v0.2.4
│       │   │   │   ├── bitflags v2.4.2
│       │   │   │   ├── gpu-descriptor-types v0.1.2
│       │   │   │   │   └── bitflags v2.4.2
│       │   │   │   └── hashbrown v0.14.3 (*)
│       │   │   ├── khronos-egl v4.1.0
│       │   │   │   ├── libc v0.2.153
│       │   │   │   └── libloading v0.7.4 (*)
│       │   │   ├── libc v0.2.153
│       │   │   ├── libloading v0.8.1 (*)
│       │   │   ├── log v0.4.20
│       │   │   ├── naga v0.12.3 (*)
│       │   │   ├── parking_lot v0.12.1 (*)
│       │   │   ├── profiling v1.0.15
│       │   │   ├── raw-window-handle v0.5.2
│       │   │   ├── renderdoc-sys v1.0.0
│       │   │   ├── rustc-hash v1.1.0
│       │   │   ├── smallvec v1.13.1
│       │   │   ├── thiserror v1.0.57 (*)
│       │   │   └── wgpu-types v0.16.1
│       │   │       └── bitflags v2.4.2
│       │   └── wgpu-types v0.16.1 (*)
│       ├── wgpu-hal v0.16.2 (*)
│       └── wgpu-types v0.16.1 (*)
├── screenshots v0.8.5
│   ├── anyhow v1.0.80
│   ├── dbus v0.9.7
│   │   ├── libc v0.2.153
│   │   └── libdbus-sys v0.2.5
│   │       [build-dependencies]
│   │       ├── cc v1.0.83 (*)
│   │       └── pkg-config v0.3.30
│   ├── display-info v0.4.8
│   │   ├── anyhow v1.0.80
│   │   └── xcb v1.3.0
│   │       ├── bitflags v1.3.2
│   │       └── libc v0.2.153
│   │       [build-dependencies]
│   │       └── quick-xml v0.30.0
│   │           └── memchr v2.7.1
│   ├── image v0.24.8 (*)
│   ├── libwayshot v0.2.0
│   │   ├── image v0.24.8 (*)
│   │   ├── log v0.4.20
│   │   ├── memmap2 v0.7.1
│   │   │   └── libc v0.2.153
│   │   ├── nix v0.26.4 (*)
│   │   ├── thiserror v1.0.57 (*)
│   │   ├── wayland-client v0.30.2
│   │   │   ├── bitflags v1.3.2
│   │   │   ├── nix v0.26.4 (*)
│   │   │   ├── wayland-backend v0.1.2
│   │   │   │   ├── downcast-rs v1.2.0
│   │   │   │   ├── io-lifetimes v1.0.11
│   │   │   │   │   └── libc v0.2.153
│   │   │   │   ├── nix v0.26.4 (*)
│   │   │   │   ├── scoped-tls v1.0.1
│   │   │   │   ├── smallvec v1.13.1
│   │   │   │   └── wayland-sys v0.30.1
│   │   │   │       ├── dlib v0.5.2 (*)
│   │   │   │       └── log v0.4.20
│   │   │   │       [build-dependencies]
│   │   │   │       └── pkg-config v0.3.30
│   │   │   │   [build-dependencies]
│   │   │   │   └── cc v1.0.83 (*)
│   │   │   └── wayland-scanner v0.30.1 (proc-macro)
│   │   │       ├── proc-macro2 v1.0.78 (*)
│   │   │       ├── quick-xml v0.28.2
│   │   │       │   └── memchr v2.7.1
│   │   │       └── quote v1.0.35 (*)
│   │   ├── wayland-protocols v0.30.1
│   │   │   ├── bitflags v1.3.2
│   │   │   ├── wayland-backend v0.1.2 (*)
│   │   │   ├── wayland-client v0.30.2 (*)
│   │   │   └── wayland-scanner v0.30.1 (proc-macro) (*)
│   │   └── wayland-protocols-wlr v0.1.0
│   │       ├── bitflags v1.3.2
│   │       ├── wayland-backend v0.1.2 (*)
│   │       ├── wayland-client v0.30.2 (*)
│   │       ├── wayland-protocols v0.30.1 (*)
│   │       └── wayland-scanner v0.30.1 (proc-macro) (*)
│   ├── percent-encoding v2.3.1
│   └── xcb v1.3.0 (*)
├── serde v1.0.196
│   └── serde_derive v1.0.196 (proc-macro)
│       ├── proc-macro2 v1.0.78 (*)
│       ├── quote v1.0.35 (*)
│       └── syn v2.0.49 (*)
├── serde_json v1.0.113
│   ├── itoa v1.0.10
│   ├── ryu v1.0.17
│   └── serde v1.0.196 (*)
├── winit v0.28.7
│   ├── bitflags v1.3.2
│   ├── instant v0.1.12
│   │   └── cfg-if v1.0.0
│   ├── libc v0.2.153
│   ├── log v0.4.20
│   ├── mio v0.8.10
│   │   ├── libc v0.2.153
│   │   └── log v0.4.20
│   ├── once_cell v1.19.0
│   ├── percent-encoding v2.3.1
│   ├── raw-window-handle v0.5.2
│   ├── sctk-adwaita v0.5.4
│   │   ├── ab_glyph v0.2.23
│   │   │   ├── ab_glyph_rasterizer v0.1.8
│   │   │   └── owned_ttf_parser v0.20.0
│   │   │       └── ttf-parser v0.20.0
│   │   ├── log v0.4.20
│   │   ├── memmap2 v0.5.10
│   │   │   └── libc v0.2.153
│   │   ├── smithay-client-toolkit v0.16.1
│   │   │   ├── bitflags v1.3.2
│   │   │   ├── calloop v0.10.6
│   │   │   │   ├── bitflags v1.3.2
│   │   │   │   ├── log v0.4.20
│   │   │   │   ├── nix v0.25.1
│   │   │   │   │   ├── bitflags v1.3.2
│   │   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   │   ├── libc v0.2.153
│   │   │   │   │   └── memoffset v0.6.5
│   │   │   │   │       [build-dependencies]
│   │   │   │   │       └── autocfg v1.1.0
│   │   │   │   │   [build-dependencies]
│   │   │   │   │   └── autocfg v1.1.0
│   │   │   │   ├── slotmap v1.0.7
│   │   │   │   │   [build-dependencies]
│   │   │   │   │   └── version_check v0.9.4
│   │   │   │   ├── thiserror v1.0.57 (*)
│   │   │   │   └── vec_map v0.8.2
│   │   │   ├── dlib v0.5.2 (*)
│   │   │   ├── lazy_static v1.4.0
│   │   │   ├── log v0.4.20
│   │   │   ├── memmap2 v0.5.10 (*)
│   │   │   ├── nix v0.24.3
│   │   │   │   ├── bitflags v1.3.2
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   ├── libc v0.2.153
│   │   │   │   └── memoffset v0.6.5 (*)
│   │   │   ├── wayland-client v0.29.5
│   │   │   │   ├── bitflags v1.3.2
│   │   │   │   ├── downcast-rs v1.2.0
│   │   │   │   ├── libc v0.2.153
│   │   │   │   ├── nix v0.24.3 (*)
│   │   │   │   ├── scoped-tls v1.0.1
│   │   │   │   ├── wayland-commons v0.29.5
│   │   │   │   │   ├── nix v0.24.3 (*)
│   │   │   │   │   ├── once_cell v1.19.0
│   │   │   │   │   ├── smallvec v1.13.1
│   │   │   │   │   └── wayland-sys v0.29.5
│   │   │   │   │       ├── dlib v0.5.2 (*)
│   │   │   │   │       └── lazy_static v1.4.0
│   │   │   │   │       [build-dependencies]
│   │   │   │   │       └── pkg-config v0.3.30
│   │   │   │   └── wayland-sys v0.29.5 (*)
│   │   │   │   [build-dependencies]
│   │   │   │   └── wayland-scanner v0.29.5
│   │   │   │       ├── proc-macro2 v1.0.78 (*)
│   │   │   │       ├── quote v1.0.35 (*)
│   │   │   │       └── xml-rs v0.8.19
│   │   │   ├── wayland-cursor v0.29.5
│   │   │   │   ├── nix v0.24.3 (*)
│   │   │   │   ├── wayland-client v0.29.5 (*)
│   │   │   │   └── xcursor v0.3.5
│   │   │   └── wayland-protocols v0.29.5
│   │   │       ├── bitflags v1.3.2
│   │   │       ├── wayland-client v0.29.5 (*)
│   │   │       └── wayland-commons v0.29.5 (*)
│   │   │       [build-dependencies]
│   │   │       └── wayland-scanner v0.29.5 (*)
│   │   │   [build-dependencies]
│   │   │   └── pkg-config v0.3.30
│   │   └── tiny-skia v0.8.4
│   │       ├── arrayref v0.3.7
│   │       ├── arrayvec v0.7.4
│   │       ├── bytemuck v1.14.3
│   │       ├── cfg-if v1.0.0
│   │       ├── png v0.17.13 (*)
│   │       └── tiny-skia-path v0.8.4
│   │           ├── arrayref v0.3.7
│   │           ├── bytemuck v1.14.3
│   │           └── strict-num v0.1.1
│   ├── smithay-client-toolkit v0.16.1 (*)
│   ├── wayland-client v0.29.5 (*)
│   ├── wayland-commons v0.29.5 (*)
│   ├── wayland-protocols v0.29.5 (*)
│   └── x11-dl v2.21.0
│       ├── libc v0.2.153
│       └── once_cell v1.19.0
│       [build-dependencies]
│       └── pkg-config v0.3.30
│   [build-dependencies]
│   ├── cfg_aliases v0.1.1
│   └── wayland-scanner v0.29.5 (*)
└── winit_input_helper v0.14.1
    └── winit v0.28.7 (*)
[dev-dependencies]
└── rusty-hook v0.11.2
    ├── ci_info v0.10.2
    │   └── envmnt v0.8.4
    │       ├── fsio v0.1.3
    │       └── indexmap v1.9.3 (*)
    ├── getopts v0.2.21
    │   └── unicode-width v0.1.11
    ├── nias v0.5.0
    └── toml v0.5.11
        └── serde v1.0.196
    [build-dependencies]
    ├── ci_info v0.10.2 (*)
    ├── nias v0.5.0
    └── toml v0.5.11 (*)
