Dormouse is a terminal, so users trust it with shells, source trees, credentials, and local files. Our security procedures are documented in full (and audited nightly and immediately before every release) in SECURITY.md, here is a summary:
- We wait at least 24 hours before adopting any newly published dependency.
- Signing and auto-update secrets for the Standalone app are stored offline, never in CI.
- Publishing secrets for the VS Code extension are stored in CI locked by two separate maintainer accounts.
All bundled libraries are listed below. Thank you to every author and contributor. Thanks also to ascii-splash and react-router and their transitive dependencies, which power this marketing site but don't ship in the app, so they're not listed below.
Bundled Runtime
The Standalone app ships a bundled NodeJS, which bundles other components under their own licenses. The VS Code extension bundles no runtime — it runs on the editor's own Electron Node.
| Package | Version | License | Author |
|---|---|---|---|
| Node.js | 24.18.0 | MIT and bundled component licenses | OpenJS Foundation and Node.js contributors |
npm Dependencies
Runtime npm packages used by the Standalone app, the VS Code extension, and the coordinating server you run yourself to pair a phone with your laptop.
| Package | Version | License | Author |
|---|---|---|---|
| @hono/node-server | 2.1.1 | MIT | Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe) |
| @hono/node-ws | 1.3.1 | MIT | Hono middleware contributors |
| @noble/ciphers | 2.4.0 | MIT | Paul Miller (https://paulmillr.com) |
| @phosphor-icons/react | 2.1.10 | MIT | Tobias Fried |
| @stricli/core | 1.3.0 | Apache-2.0 | Michael Molisani <mmolisani@bloomberg.net> |
| @tauri-apps/api | 2.11.1 | MIT OR Apache-2.0 | Tauri Apps Contributors |
| @tauri-apps/plugin-shell | 2.3.5 | MIT OR Apache-2.0 | Tauri Apps Contributors |
| @tauri-apps/plugin-updater | 2.10.1 | MIT OR Apache-2.0 | Tauri Apps Contributors |
| @xterm/addon-fit | 0.12.0-beta.301 | MIT | The xterm.js authors |
| @xterm/addon-unicode-graphemes | 0.5.0-beta.301 | MIT | The xterm.js authors |
| @xterm/addon-webgl | 0.20.0-beta.300 | MIT | The xterm.js authors |
| @xterm/xterm | 6.1.0-beta.304 | MIT | Christopher Jeffrey, SourceLair Private Company, xterm.js authors |
| @zxing/browser | 0.2.1 | MIT | David Werth, Luiz Barni |
| @zxing/library | 0.23.0 | Apache-2.0 | Adrian Toșcă, David Werth, Luiz Barni |
| @zxing/text-encoding | 0.9.0 | (Unlicense OR Apache-2.0) | Joshua Bell <inexorabletash@gmail.com> |
| agent-base | 7.1.4 | MIT | Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/) |
| asn1.js | 5.4.1 | MIT | Fedor Indutny |
| bn.js | 4.12.5 | MIT | Fedor Indutny <fedor@indutny.com> |
| buffer-equal-constant-time | 1.0.1 | BSD-3-Clause | GoInstant Inc., a salesforce.com company |
| clsx | 2.1.1 | MIT | Luke Edwards |
| cross-spawn | 7.0.6 | MIT | André Cruz <andre@moxy.studio> |
| debug | 4.4.3 | MIT | Josh Junon (https://github.com/qix-) |
| ecdsa-sig-formatter | 1.0.11 | Apache-2.0 | D2L Corporation |
| fflate | 0.8.3 | MIT | Arjun Barrett <arjunbarrett@gmail.com> |
| hono | 4.13.5 | MIT | Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe) |
| http_ece | 1.2.0 | MIT | Martin Thomson |
| https-proxy-agent | 7.0.6 | MIT | Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/) |
| inherits | 2.0.4 | ISC | Isaac Z. Schlueter |
| isexe | 2.0.0 | ISC | Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/) |
| jsonc-parser | 3.3.1 | MIT | Microsoft Corporation |
| jwa | 2.0.1 | MIT | Brian J. Brennan <brianloveswords@gmail.com> |
| jws | 4.0.1 | MIT | Brian J Brennan |
| minimalistic-assert | 1.0.1 | ISC | Calvin Metcalf |
| minimist | 1.2.8 | MIT | James Halliday |
| ms | 2.1.3 | MIT | Vercel, Inc. |
| node-addon-api | 7.1.1 | MIT | Node.js API collaborators |
| node-pty | 1.2.0-beta.15 | MIT | Microsoft Corporation |
| path-key | 3.1.1 | MIT | Sindre Sorhus |
| react | 19.2.8 | MIT | Meta Platforms, Inc. and affiliates |
| react-dom | 19.2.8 | MIT | Meta Platforms, Inc. and affiliates |
| safe-buffer | 5.2.1 | MIT | Feross Aboukhadijeh |
| safer-buffer | 2.1.2 | MIT | Nikita Skovoroda |
| scheduler | 0.27.0 | MIT | Meta Platforms, Inc. and affiliates |
| shebang-command | 2.0.0 | MIT | Kevin Mårtensson |
| shebang-regex | 3.0.0 | MIT | Sindre Sorhus |
| Solarized & Selenized | 0.3.18 | MIT | santoso-wijaya |
| tailwind-merge | 3.6.0 | MIT | Dany Castillo |
| tailwind-variants | 3.2.2 | MIT | Junior Garcia <jrgarciadev@gmail.com> |
| ts-custom-error | 3.3.1 | MIT | Adrien Gibrat <adrien.gibrat@gmail.com> |
| uqr | 0.1.3 | MIT | Anthony Fu <anthonyfu117@hotmail.com> |
| VS Code built-in themes | 1.95.3 | MIT | Microsoft Corporation |
| web-push | 3.6.7 | MPL-2.0 | Marco Castelluccio |
| which | 2.0.2 | ISC | Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me) |
| ws | 8.21.3 | MIT | Einar Otto Stangvik <einaros@gmail.com> (http://2x.io) |
Direct Cargo Dependencies
Crates declared directly in standalone/src-tauri/Cargo.toml, including build and target-specific dependencies.
| Crate | Version | License | Author |
|---|---|---|---|
| base64 | 0.23.1 | MIT OR Apache-2.0 | Marshall Pierce <marshall@mpierce.org> |
| getrandom | 0.4.3 | MIT OR Apache-2.0 | The Rand Project Developers |
| objc2 | 0.6.4 | MIT | Mads Marquart <mads@marquart.dk> |
| objc2-app-kit | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-foundation | 0.3.2 | MIT | Unknown |
| process-wrap | 9.1.0 | MIT OR Apache-2.0 | Félix Saparelli <felix@passcod.name> |
| serde | 1.0.229 | MIT OR Apache-2.0 | Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com> |
| serde_json | 1.0.151 | MIT OR Apache-2.0 | Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com> |
| tauri | 2.11.5 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-build | 2.6.3 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-plugin-shell | 2.3.5 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-plugin-updater | 2.10.1 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| windows | 0.62.2 | MIT OR Apache-2.0 | Unknown |
Transitive Cargo Dependencies
Every crate the direct dependencies pull into the locked Tauri build graph, including build-time and platform-specific crates that aren't all linked into the final binary.
| Package | Version | License | Author |
|---|---|---|---|
| adler2 | 2.0.1 | MIT OR 0BSD OR Apache-2.0 | Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com> |
| aho-corasick | 1.1.4 | MIT OR Unlicense | Andrew Gallant <jamslam@gmail.com> |
| alloc-no-stdlib | 2.0.4 | BSD-3-Clause | Daniel Reiter Horn <danielrh@dropbox.com> |
| alloc-stdlib | 0.2.2 | BSD-3-Clause | Daniel Reiter Horn <danielrh@dropbox.com> |
| android_system_properties | 0.1.5 | MIT OR Apache-2.0 | Nicolas Silva <nical@fastmail.com> |
| anyhow | 1.0.102 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| arbitrary | 1.4.2 | MIT OR Apache-2.0 | The Rust-Fuzz Project Developers, Nick Fitzgerald <fitzgen@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>, Simonas Kazlauskas <arbitrary@kazlauskas.me>, Brian L. Troutwine <brian@troutwine.us>, Corey Farwell <coreyf@rwell.org> |
| atk | 0.18.2 | MIT | The gtk-rs Project Developers |
| atk-sys | 0.18.2 | MIT | The gtk-rs Project Developers |
| atomic-waker | 1.1.2 | MIT OR Apache-2.0 | Stjepan Glavina <stjepang@gmail.com>, Contributors to futures-rs |
| autocfg | 1.5.0 | MIT OR Apache-2.0 | Josh Stone <cuviper@gmail.com> |
| base64 | 0.21.7 | MIT OR Apache-2.0 | Alice Maz <alice@alicemaz.com>, Marshall Pierce <marshall@mpierce.org> |
| base64 | 0.22.1 | MIT OR Apache-2.0 | Marshall Pierce <marshall@mpierce.org> |
| bit-set | 0.8.0 | MIT OR Apache-2.0 | Alexis Beingessner <a.beingessner@gmail.com> |
| bit-vec | 0.8.0 | MIT OR Apache-2.0 | Alexis Beingessner <a.beingessner@gmail.com> |
| bitflags | 1.3.2 | MIT OR Apache-2.0 | The Rust Project Developers |
| bitflags | 2.11.1 | MIT OR Apache-2.0 | The Rust Project Developers |
| block-buffer | 0.10.4 | MIT OR Apache-2.0 | RustCrypto Developers |
| block2 | 0.6.2 | MIT | Mads Marquart <mads@marquart.dk> |
| brotli | 8.0.2 | BSD-3-Clause AND MIT | Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors |
| brotli-decompressor | 5.0.0 | MIT OR BSD-3-Clause | Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors |
| bs58 | 0.5.1 | MIT OR Apache-2.0 | Unknown |
| bumpalo | 3.20.2 | MIT OR Apache-2.0 | Nick Fitzgerald <fitzgen@gmail.com> |
| bytemuck | 1.25.0 | MIT OR Zlib OR Apache-2.0 | Lokathor <zefria@gmail.com> |
| byteorder | 1.5.0 | MIT OR Unlicense | Andrew Gallant <jamslam@gmail.com> |
| bytes | 1.11.1 | MIT | Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com> |
| cairo-rs | 0.18.5 | MIT | The gtk-rs Project Developers |
| cairo-sys-rs | 0.18.2 | MIT | The gtk-rs Project Developers |
| camino | 1.2.2 | MIT OR Apache-2.0 | Without Boats <saoirse@without.boats>, Ashley Williams <ashley666ashley@gmail.com>, Steve Klabnik <steve@steveklabnik.com>, Rain <rain@sunshowers.io> |
| cargo_metadata | 0.19.2 | MIT | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> |
| cargo_toml | 0.22.3 | MIT OR Apache-2.0 | Kornel <kornel@geekhood.net> |
| cargo-platform | 0.1.9 | MIT OR Apache-2.0 | Unknown |
| cc | 1.2.62 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| cesu8 | 1.1.0 | MIT OR Apache-2.0 | Eric Kidd <git@randomhacks.net> |
| cfb | 0.7.3 | MIT | Matthew D. Steele <mdsteele@alum.mit.edu> |
| cfg_aliases | 0.2.1 | MIT | Zicklag <zicklag@katharostech.com> |
| cfg-expr | 0.15.8 | MIT OR Apache-2.0 | Embark <opensource@embark-studios.com>, Jake Shadle <jake.shadle@embark-studios.com> |
| cfg-if | 1.0.4 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| chrono | 0.4.44 | MIT OR Apache-2.0 | Unknown |
| combine | 4.6.7 | MIT | Markus Westerlind <marwes91@gmail.com> |
| cookie | 0.18.1 | MIT OR Apache-2.0 | Sergio Benitez <sb@sergio.bz>, Alex Crichton <alex@alexcrichton.com> |
| core-foundation | 0.10.1 | MIT OR Apache-2.0 | The Servo Project Developers |
| core-foundation-sys | 0.8.7 | MIT OR Apache-2.0 | The Servo Project Developers |
| core-graphics | 0.25.0 | MIT OR Apache-2.0 | The Servo Project Developers |
| core-graphics-types | 0.2.0 | MIT OR Apache-2.0 | The Servo Project Developers |
| cpufeatures | 0.2.17 | MIT OR Apache-2.0 | RustCrypto Developers |
| crc32fast | 1.5.0 | MIT OR Apache-2.0 | Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com> |
| crossbeam-channel | 0.5.15 | MIT OR Apache-2.0 | Unknown |
| crossbeam-utils | 0.8.21 | MIT OR Apache-2.0 | Unknown |
| crypto-common | 0.1.7 | MIT OR Apache-2.0 | RustCrypto Developers |
| cssparser | 0.36.0 | MPL-2.0 | Simon Sapin <simon.sapin@exyr.org> |
| cssparser-macros | 0.6.1 | MPL-2.0 | Simon Sapin <simon.sapin@exyr.org> |
| ctor | 0.8.0 | MIT OR Apache-2.0 | Matt Mastracci <matthew@mastracci.com> |
| ctor-proc-macro | 0.0.7 | MIT OR Apache-2.0 | Matt Mastracci <matthew@mastracci.com> |
| darling | 0.23.0 | MIT | Ted Driggs <ted.driggs@outlook.com> |
| darling_core | 0.23.0 | MIT | Ted Driggs <ted.driggs@outlook.com> |
| darling_macro | 0.23.0 | MIT | Ted Driggs <ted.driggs@outlook.com> |
| dbus | 0.9.11 | MIT OR Apache-2.0 | David Henningsson <diwic@ubuntu.com> |
| deranged | 0.5.8 | MIT OR Apache-2.0 | Jacob Pratt <jacob@jhpratt.dev> |
| derive_arbitrary | 1.4.2 | MIT OR Apache-2.0 | The Rust-Fuzz Project Developers, Nick Fitzgerald <fitzgen@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>, Andre Bogus <bogusandre@gmail.com>, Corey Farwell <coreyf@rwell.org> |
| derive_more | 2.1.1 | MIT | Jelte Fennema <github-tech@jeltef.nl> |
| derive_more-impl | 2.1.1 | MIT | Jelte Fennema <github-tech@jeltef.nl> |
| digest | 0.10.7 | MIT OR Apache-2.0 | RustCrypto Developers |
| dirs | 6.0.0 | MIT OR Apache-2.0 | Simon Ochsenreither <simon@ochsenreither.de> |
| dirs-sys | 0.5.0 | MIT OR Apache-2.0 | Simon Ochsenreither <simon@ochsenreither.de> |
| dispatch2 | 0.3.1 | MIT OR Zlib OR Apache-2.0 | Mads Marquart <mads@marquart.dk>, Mary <mary@mary.zone> |
| displaydoc | 0.2.5 | MIT OR Apache-2.0 | Jane Lusby <jlusby@yaah.dev> |
| dlopen2 | 0.8.2 | MIT | Szymon Wieloch <szymon.wieloch@gmail.com>, Ahmed Masud <ahmed.masud@saf.ai>, OpenByte <development.openbyte@gmail.com> |
| dlopen2_derive | 0.4.3 | MIT | Szymon Wieloch <szymon.wieloch@gmail.com>, OpenByte <development.openbyte@gmail.com> |
| dom_query | 0.27.0 | MIT | niklak <morgenpurple@gmail.com>, importcjj <importcjj@gmail.com> |
| dpi | 0.1.2 | Apache-2.0 AND MIT | Unknown |
| dtoa | 1.0.11 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| dtoa-short | 0.3.5 | MPL-2.0 | Xidorn Quan <me@upsuper.org> |
| dtor | 0.3.0 | MIT OR Apache-2.0 | Matt Mastracci <matthew@mastracci.com> |
| dtor-proc-macro | 0.0.6 | MIT OR Apache-2.0 | Matt Mastracci <matthew@mastracci.com> |
| dunce | 1.0.5 | CC0-1.0 OR MIT-0 OR Apache-2.0 | Kornel <kornel@geekhood.net> |
| dyn-clone | 1.0.20 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| embed_plist | 1.2.2 | MIT OR Apache-2.0 | Nikolai Vazquez <hello@nikolaivazquez.com> |
| embed-resource | 3.0.9 | MIT | наб <nabijaczleweli@nabijaczleweli.xyz>, Cat Plus Plus <piotrlegnica@piotrl.pl>, Liigo <liigo@qq.com>, azyobuzin <azyobuzin@users.sourceforge.jp>, Peter Atashian <retep998@gmail.com>, pravic <ehysta@gmail.com>, Gabriel Majeri <gabriel.majeri6@gmail.com>, SonnyX, Johan Andersson <repi@repi.se>, Jordan Poles <jpdev.noreply@gmail.com>, MSxDOS <melcodos@gmail.com>, Jim McGrath <jimmc2@gmail.com>, roblabla <unfiltered@roblab.la>, Jasper Bekkers <jasper@traverseresearch.nl>, Richard Markiewicz <rmarkiewicz@devolutions.net>, Emerson de Freitas Barcelos <emersonfxbx@gmail.com>, Li Keqing <me@kaze.ai>, Alexis Bourget <alexis.bourget@gmail.com>, Michael Farrell <micolous+git@gmail.com>, Jacob Okamoto <oko@oko.io>, Marijn Suijten <marijn@traverseresearch.nl>, Lucas Nogueira <lucas@tauri.app>, CharlesChen0823 <yongchen0823@gmail.com>, Daniel Schaefer <dhs@frame.work>, Rene Leonhardt, ssrlive, Kan-Ru Chen <kanru@kanru.info>, Tony <legendmastertony@gmail.com> |
| encoding_rs | 0.8.35 | (MIT OR Apache-2.0) AND BSD-3-Clause | Henri Sivonen <hsivonen@hsivonen.fi> |
| equivalent | 1.0.2 | MIT OR Apache-2.0 | Unknown |
| erased-serde | 0.4.10 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| errno | 0.3.14 | MIT OR Apache-2.0 | Chris Wong <lambda.fairy@gmail.com>, Dan Gohman <dev@sunfishcode.online> |
| fastrand | 2.4.1 | MIT OR Apache-2.0 | Stjepan Glavina <stjepang@gmail.com> |
| fdeflate | 0.3.7 | MIT OR Apache-2.0 | The image-rs Developers |
| field-offset | 0.3.6 | MIT OR Apache-2.0 | Diggory Blake <diggsey@googlemail.com> |
| filetime | 0.2.29 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| find-msvc-tools | 0.1.9 | MIT OR Apache-2.0 | Unknown |
| flate2 | 1.1.9 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org> |
| fnv | 1.0.7 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| foldhash | 0.2.0 | Zlib | Orson Peters <orsonpeters@gmail.com> |
| foreign-types | 0.5.0 | MIT OR Apache-2.0 | Steven Fackler <sfackler@gmail.com> |
| foreign-types-macros | 0.2.3 | MIT OR Apache-2.0 | Steven Fackler <sfackler@gmail.com> |
| foreign-types-shared | 0.3.1 | MIT OR Apache-2.0 | Steven Fackler <sfackler@gmail.com> |
| form_urlencoded | 1.2.2 | MIT OR Apache-2.0 | The rust-url developers |
| futures-channel | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| futures-core | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| futures-executor | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| futures-io | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| futures-macro | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| futures-sink | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| futures-task | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| futures-util | 0.3.32 | MIT OR Apache-2.0 | Unknown |
| gdk | 0.18.2 | MIT | The gtk-rs Project Developers |
| gdk-pixbuf | 0.18.5 | MIT | The gtk-rs Project Developers |
| gdk-pixbuf-sys | 0.18.0 | MIT | The gtk-rs Project Developers |
| gdk-sys | 0.18.2 | MIT | The gtk-rs Project Developers |
| gdkwayland-sys | 0.18.2 | MIT | The gtk-rs Project Developers |
| gdkx11 | 0.18.2 | MIT | The gtk-rs Project Developers |
| gdkx11-sys | 0.18.2 | MIT | The gtk-rs Project Developers |
| generic-array | 0.14.7 | MIT | Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com> |
| getrandom | 0.2.17 | MIT OR Apache-2.0 | The Rand Project Developers |
| getrandom | 0.3.4 | MIT OR Apache-2.0 | The Rand Project Developers |
| gio | 0.18.4 | MIT | The gtk-rs Project Developers |
| gio-sys | 0.18.1 | MIT | The gtk-rs Project Developers |
| glib | 0.18.5 | MIT | The gtk-rs Project Developers |
| glib-macros | 0.18.5 | MIT | The gtk-rs Project Developers |
| glib-sys | 0.18.1 | MIT | The gtk-rs Project Developers |
| glob | 0.3.3 | MIT OR Apache-2.0 | The Rust Project Developers |
| gobject-sys | 0.18.0 | MIT | The gtk-rs Project Developers |
| gtk | 0.18.2 | MIT | The gtk-rs Project Developers |
| gtk-sys | 0.18.2 | MIT | The gtk-rs Project Developers |
| gtk3-macros | 0.18.2 | MIT | The gtk-rs Project Developers |
| hashbrown | 0.12.3 | MIT OR Apache-2.0 | Amanieu d'Antras <amanieu@gmail.com> |
| hashbrown | 0.17.1 | MIT OR Apache-2.0 | Unknown |
| heck | 0.4.1 | MIT OR Apache-2.0 | Without Boats <woboats@gmail.com> |
| heck | 0.5.0 | MIT OR Apache-2.0 | Unknown |
| hex | 0.4.3 | MIT OR Apache-2.0 | KokaKiwi <kokakiwi@kokakiwi.net> |
| html5ever | 0.38.0 | MIT OR Apache-2.0 | The html5ever Project Developers |
| http | 1.4.0 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com> |
| http-body | 1.0.1 | MIT | Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com> |
| http-body-util | 0.1.3 | MIT | Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com> |
| httparse | 1.10.1 | MIT OR Apache-2.0 | Sean McArthur <sean@seanmonstar.com> |
| hyper | 1.9.0 | MIT | Sean McArthur <sean@seanmonstar.com> |
| hyper-rustls | 0.27.9 | MIT OR Apache-2.0 OR ISC | Unknown |
| hyper-util | 0.1.20 | MIT | Sean McArthur <sean@seanmonstar.com> |
| iana-time-zone | 0.1.65 | MIT OR Apache-2.0 | Andrew Straw <strawman@astraw.com>, René Kijewski <rene.kijewski@fu-berlin.de>, Ryan Lopopolo <rjl@hyperbo.la> |
| iana-time-zone-haiku | 0.1.2 | MIT OR Apache-2.0 | René Kijewski <crates.io@k6i.de> |
| ico | 0.5.0 | MIT | Matthew D. Steele <mdsteele@alum.mit.edu> |
| icu_collections | 2.2.0 | Unicode-3.0 | The ICU4X Project Developers |
| icu_locale_core | 2.2.0 | Unicode-3.0 | The ICU4X Project Developers |
| icu_normalizer | 2.2.0 | Unicode-3.0 | The ICU4X Project Developers |
| icu_normalizer_data | 2.2.0 | Unicode-3.0 | The ICU4X Project Developers |
| icu_properties | 2.2.0 | Unicode-3.0 | The ICU4X Project Developers |
| icu_properties_data | 2.2.0 | Unicode-3.0 | The ICU4X Project Developers |
| icu_provider | 2.2.0 | Unicode-3.0 | The ICU4X Project Developers |
| ident_case | 1.0.1 | MIT OR Apache-2.0 | Ted Driggs <ted.driggs@outlook.com> |
| idna | 1.1.0 | MIT OR Apache-2.0 | The rust-url developers |
| idna_adapter | 1.2.2 | MIT OR Apache-2.0 | The rust-url developers |
| indexmap | 1.9.3 | MIT OR Apache-2.0 | Unknown |
| indexmap | 2.14.0 | MIT OR Apache-2.0 | Unknown |
| infer | 0.19.0 | MIT | Bojan <dbojan@gmail.com> |
| ipnet | 2.12.0 | MIT OR Apache-2.0 | Kris Price <kris@krisprice.nz> |
| is-docker | 0.2.0 | MIT | Sean Larkin <TheLarkInn@users.noreply.github.com> |
| is-wsl | 0.4.0 | MIT | Sean Larkin <TheLarkInn@users.noreply.github.com> |
| itoa | 1.0.18 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| javascriptcore-rs | 1.1.2 | MIT | Unknown |
| javascriptcore-rs-sys | 1.1.1 | MIT | The Gtk-rs Project Developers |
| jni | 0.21.1 | MIT OR Apache-2.0 | Josh Chase <josh@prevoty.com> |
| jni | 0.22.4 | MIT OR Apache-2.0 | jni team |
| jni-macros | 0.22.4 | MIT OR Apache-2.0 | Unknown |
| jni-sys | 0.3.1 | MIT OR Apache-2.0 | Steven Fackler <sfackler@gmail.com> |
| jni-sys | 0.4.1 | MIT OR Apache-2.0 | Steven Fackler <sfackler@gmail.com>, Robert Bragg <robert@sixbynine.org> |
| jni-sys-macros | 0.4.1 | MIT OR Apache-2.0 | Robert Bragg <robert@sixbynine.org> |
| js-sys | 0.3.98 | MIT OR Apache-2.0 | The wasm-bindgen Developers |
| json-patch | 3.0.1 | MIT OR Apache-2.0 | Ivan Dubrov <dubrov.ivan@gmail.com> |
| jsonptr | 0.6.3 | MIT OR Apache-2.0 | chance dinkins, André Sá de Mello <codasm@pm.me> |
| keyboard-types | 0.7.0 | MIT OR Apache-2.0 | Pyfisch <pyfisch@posteo.org> |
| libappindicator | 0.9.0 | MIT OR Apache-2.0 | Tauri Apps Contributors |
| libappindicator-sys | 0.9.0 | MIT OR Apache-2.0 | Tauri Apps Contributors |
| libc | 0.2.186 | MIT OR Apache-2.0 | The Rust Project Developers |
| libdbus-sys | 0.2.7 | MIT OR Apache-2.0 | David Henningsson <diwic@ubuntu.com> |
| libloading | 0.7.4 | ISC | Simonas Kazlauskas <libloading@kazlauskas.me> |
| libredox | 0.1.16 | MIT | 4lDO2 <4lDO2@protonmail.com> |
| linux-raw-sys | 0.12.1 | MIT OR Apache-2.0 WITH LLVM-exception OR Apache-2.0 | Dan Gohman <dev@sunfishcode.online> |
| litemap | 0.8.2 | Unicode-3.0 | The ICU4X Project Developers |
| lock_api | 0.4.14 | MIT OR Apache-2.0 | Amanieu d'Antras <amanieu@gmail.com> |
| log | 0.4.29 | MIT OR Apache-2.0 | The Rust Project Developers |
| markup5ever | 0.38.0 | MIT OR Apache-2.0 | The html5ever Project Developers |
| memchr | 2.8.0 | MIT OR Unlicense | Andrew Gallant <jamslam@gmail.com>, bluss |
| memoffset | 0.9.1 | MIT | Gilad Naaman <gilad.naaman@gmail.com> |
| mime | 0.3.17 | MIT OR Apache-2.0 | Sean McArthur <sean@seanmonstar.com> |
| minisign-verify | 0.2.5 | MIT | Frank Denis <github@pureftpd.org> |
| miniz_oxide | 0.8.9 | MIT OR Zlib OR Apache-2.0 | Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com |
| mio | 1.2.0 | MIT | Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs> |
| muda | 0.19.1 | MIT OR Apache-2.0 | Unknown |
| ndk | 0.9.0 | MIT OR Apache-2.0 | The Rust Mobile contributors |
| ndk-sys | 0.6.0+11769913 | MIT OR Apache-2.0 | The Rust Windowing contributors |
| new_debug_unreachable | 1.0.6 | MIT | Matt Brubeck <mbrubeck@limpet.net>, Jonathan Reem <jonathan.reem@gmail.com> |
| nix | 0.31.3 | MIT | Unknown |
| num_enum | 0.7.6 | MIT OR BSD-3-Clause OR Apache-2.0 | Daniel Wagner-Hall <dawagner@gmail.com>, Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>, Vincent Esche <regexident@gmail.com> |
| num_enum_derive | 0.7.6 | MIT OR BSD-3-Clause OR Apache-2.0 | Daniel Wagner-Hall <dawagner@gmail.com>, Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>, Vincent Esche <regexident@gmail.com> |
| num-conv | 0.2.2 | MIT OR Apache-2.0 | Jacob Pratt <jacob@jhpratt.dev> |
| num-traits | 0.2.19 | MIT OR Apache-2.0 | The Rust Project Developers |
| objc2-cloud-kit | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-core-data | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-core-foundation | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-core-graphics | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-core-image | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-core-location | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-core-text | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-encode | 4.1.0 | MIT | Mads Marquart <mads@marquart.dk> |
| objc2-exception-helper | 0.1.1 | MIT OR Zlib OR Apache-2.0 | Mads Marquart <mads@marquart.dk> |
| objc2-io-surface | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-osa-kit | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-quartz-core | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-ui-kit | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-user-notifications | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| objc2-web-kit | 0.3.2 | MIT OR Zlib OR Apache-2.0 | Unknown |
| once_cell | 1.21.4 | MIT OR Apache-2.0 | Aleksey Kladov <aleksey.kladov@gmail.com> |
| open | 5.3.5 | MIT | Sebastian Thiel <byronimo@gmail.com> |
| openssl-probe | 0.2.1 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| option-ext | 0.2.0 | MPL-2.0 | Simon Ochsenreither <simon@ochsenreither.de> |
| os_pipe | 1.2.3 | MIT | Jack O'Connor |
| osakit | 0.3.1 | MIT OR Apache-2.0 | Marat Dulin <mdevils@gmail.com> |
| pango | 0.18.3 | MIT | The gtk-rs Project Developers |
| pango-sys | 0.18.0 | MIT | The gtk-rs Project Developers |
| parking_lot | 0.12.5 | MIT OR Apache-2.0 | Amanieu d'Antras <amanieu@gmail.com> |
| parking_lot_core | 0.9.12 | MIT OR Apache-2.0 | Amanieu d'Antras <amanieu@gmail.com> |
| pathdiff | 0.2.3 | MIT OR Apache-2.0 | Manish Goregaokar <manishsmail@gmail.com> |
| percent-encoding | 2.3.2 | MIT OR Apache-2.0 | The rust-url developers |
| phf | 0.13.1 | MIT | Steven Fackler <sfackler@gmail.com> |
| phf_codegen | 0.13.1 | MIT | Steven Fackler <sfackler@gmail.com> |
| phf_generator | 0.13.1 | MIT | Steven Fackler <sfackler@gmail.com> |
| phf_macros | 0.13.1 | MIT | Steven Fackler <sfackler@gmail.com> |
| phf_shared | 0.13.1 | MIT | Steven Fackler <sfackler@gmail.com> |
| pin-project-lite | 0.2.17 | MIT OR Apache-2.0 | Unknown |
| pkg-config | 0.3.33 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| plist | 1.9.0 | MIT | Ed Barnard <eabarnard@gmail.com> |
| png | 0.17.16 | MIT OR Apache-2.0 | The image-rs Developers |
| png | 0.18.1 | MIT OR Apache-2.0 | The image-rs Developers |
| potential_utf | 0.1.5 | Unicode-3.0 | The ICU4X Project Developers |
| powerfmt | 0.2.0 | MIT OR Apache-2.0 | Jacob Pratt <jacob@jhpratt.dev> |
| precomputed-hash | 0.1.1 | MIT | Emilio Cobos Álvarez <emilio@crisal.io> |
| proc-macro-crate | 1.3.1 | MIT OR Apache-2.0 | Bastian Köcher <git@kchr.de> |
| proc-macro-crate | 2.0.2 | MIT OR Apache-2.0 | Bastian Köcher <git@kchr.de> |
| proc-macro-crate | 3.5.0 | MIT OR Apache-2.0 | Bastian Köcher <git@kchr.de> |
| proc-macro-error | 1.0.4 | MIT OR Apache-2.0 | CreepySkeleton <creepy-skeleton@yandex.ru> |
| proc-macro-error-attr | 1.0.4 | MIT OR Apache-2.0 | CreepySkeleton <creepy-skeleton@yandex.ru> |
| proc-macro2 | 1.0.106 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com> |
| quick-xml | 0.39.4 | MIT | Unknown |
| quote | 1.0.45 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| r-efi | 5.3.0 | MIT OR Apache-2.0 OR LGPL-2.1-or-later | Unknown |
| r-efi | 6.0.0 | MIT OR Apache-2.0 OR LGPL-2.1-or-later | Unknown |
| raw-window-handle | 0.6.2 | MIT OR Apache-2.0 OR Zlib | Osspial <osspial@gmail.com> |
| redox_syscall | 0.5.18 | MIT | Jeremy Soller <jackpot51@gmail.com> |
| redox_users | 0.5.2 | MIT | Jose Narvaez <goyox86@gmail.com>, Wesley Hershberger <mggmugginsmc@gmail.com> |
| ref-cast | 1.0.25 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| ref-cast-impl | 1.0.25 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| regex | 1.12.3 | MIT OR Apache-2.0 | The Rust Project Developers, Andrew Gallant <jamslam@gmail.com> |
| regex-automata | 0.4.14 | MIT OR Apache-2.0 | The Rust Project Developers, Andrew Gallant <jamslam@gmail.com> |
| regex-syntax | 0.8.10 | MIT OR Apache-2.0 | The Rust Project Developers, Andrew Gallant <jamslam@gmail.com> |
| reqwest | 0.13.3 | MIT OR Apache-2.0 | Sean McArthur <sean@seanmonstar.com> |
| ring | 0.17.14 | Apache-2.0 AND ISC | Unknown |
| rustc_version | 0.4.1 | MIT OR Apache-2.0 | Unknown |
| rustc-hash | 2.1.2 | MIT OR Apache-2.0 | The Rust Project Developers |
| rustix | 1.1.4 | MIT OR Apache-2.0 WITH LLVM-exception OR Apache-2.0 | Dan Gohman <dev@sunfishcode.online>, Jakub Konka <kubkon@jakubkonka.com> |
| rustls | 0.23.40 | MIT OR Apache-2.0 OR ISC | Unknown |
| rustls-native-certs | 0.8.3 | MIT OR Apache-2.0 OR ISC | Unknown |
| rustls-pki-types | 1.14.1 | MIT OR Apache-2.0 | Unknown |
| rustls-platform-verifier | 0.7.0 | MIT OR Apache-2.0 | Unknown |
| rustls-platform-verifier-android | 0.1.1 | MIT OR Apache-2.0 | Unknown |
| rustls-webpki | 0.103.13 | ISC | Unknown |
| rustversion | 1.0.22 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| same-file | 1.0.6 | MIT OR Unlicense | Andrew Gallant <jamslam@gmail.com> |
| schannel | 0.1.29 | MIT | Steven Fackler <sfackler@gmail.com>, Steffen Butzer <steffen.butzer@outlook.com> |
| schemars | 0.8.22 | MIT | Graham Esau <gesau@hotmail.co.uk> |
| schemars | 0.9.0 | MIT | Graham Esau <gesau@hotmail.co.uk> |
| schemars | 1.2.1 | MIT | Graham Esau <gesau@hotmail.co.uk> |
| schemars_derive | 0.8.22 | MIT | Graham Esau <gesau@hotmail.co.uk> |
| scopeguard | 1.2.0 | MIT OR Apache-2.0 | bluss |
| security-framework | 3.7.0 | MIT OR Apache-2.0 | Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net> |
| security-framework-sys | 2.17.0 | MIT OR Apache-2.0 | Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net> |
| selectors | 0.36.1 | MPL-2.0 | The Servo Project Developers |
| semver | 1.0.28 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| serde_core | 1.0.229 | MIT OR Apache-2.0 | Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com> |
| serde_derive | 1.0.229 | MIT OR Apache-2.0 | Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com> |
| serde_derive_internals | 0.29.1 | MIT OR Apache-2.0 | Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com> |
| serde_repr | 0.1.20 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| serde_spanned | 0.6.9 | MIT OR Apache-2.0 | Unknown |
| serde_spanned | 1.1.1 | MIT OR Apache-2.0 | Unknown |
| serde_with | 3.20.0 | MIT OR Apache-2.0 | Jonas Bushart, Marcin Kaźmierczak |
| serde_with_macros | 3.20.0 | MIT OR Apache-2.0 | Jonas Bushart |
| serde-untagged | 0.1.9 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| serialize-to-javascript | 0.1.2 | MIT OR Apache-2.0 | Chip Reed <chip@chip.sh> |
| serialize-to-javascript-impl | 0.1.2 | MIT OR Apache-2.0 | Chip Reed <chip@chip.sh> |
| servo_arc | 0.4.3 | MIT OR Apache-2.0 | The Servo Project Developers |
| sha2 | 0.10.9 | MIT OR Apache-2.0 | RustCrypto Developers |
| shared_child | 1.1.1 | MIT | jacko |
| shlex | 1.3.0 | MIT OR Apache-2.0 | comex <comexk@gmail.com>, Fenhl <fenhl@fenhl.net>, Adrian Taylor <adetaylor@chromium.org>, Alex Touchet <alextouchet@outlook.com>, Daniel Parks <dp+git@oxidized.org>, Garrett Berg <googberg@gmail.com> |
| sigchld | 0.2.4 | MIT | Jack O'Connor |
| signal-hook | 0.3.18 | MIT OR Apache-2.0 | Michal 'vorner' Vaner <vorner@vorner.cz>, Thomas Himmelstoss <thimm@posteo.de> |
| signal-hook-registry | 1.4.8 | MIT OR Apache-2.0 | Michal 'vorner' Vaner <vorner@vorner.cz>, Masaki Hara <ackie.h.gmai@gmail.com> |
| simd_cesu8 | 1.1.1 | MIT OR Apache-2.0 | Sean C. Roach <me@seancroach.dev> |
| simd-adler32 | 0.3.9 | MIT | Marvin Countryman <me@maar.vin> |
| simdutf8 | 0.1.5 | MIT OR Apache-2.0 | Hans Kratz <hans@appfour.com> |
| siphasher | 1.0.3 | MIT OR Apache-2.0 | Frank Denis <github@pureftpd.org> |
| slab | 0.4.12 | MIT | Carl Lerche <me@carllerche.com> |
| smallvec | 1.15.1 | MIT OR Apache-2.0 | The Servo Project Developers |
| socket2 | 0.6.3 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com> |
| softbuffer | 0.4.8 | MIT OR Apache-2.0 | Unknown |
| soup3 | 0.5.0 | MIT | Unknown |
| soup3-sys | 0.5.0 | MIT | The Gtk-rs Project Developers |
| stable_deref_trait | 1.2.1 | MIT OR Apache-2.0 | Robert Grosse <n210241048576@gmail.com> |
| string_cache | 0.9.0 | MIT OR Apache-2.0 | The Servo Project Developers |
| string_cache_codegen | 0.6.1 | MIT OR Apache-2.0 | The Servo Project Developers |
| strsim | 0.11.1 | MIT | Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de> |
| subtle | 2.6.1 | BSD-3-Clause | Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca> |
| swift-rs | 1.0.7 | MIT OR Apache-2.0 | The swift-rs contributors |
| syn | 1.0.109 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| syn | 2.0.117 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| syn | 3.0.3 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| sync_wrapper | 1.0.2 | Apache-2.0 | Actyx AG <developer@actyx.io> |
| synstructure | 0.13.2 | MIT | Nika Layzell <nika@thelayzells.com> |
| system-deps | 6.2.2 | MIT OR Apache-2.0 | Guillaume Desmottes <guillaume.desmottes@collabora.com>, Josh Triplett <josh@joshtriplett.org> |
| tao | 0.35.2 | Apache-2.0 | Tauri Programme within The Commons Conservancy, The winit contributors |
| tao-macros | 0.1.3 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tar | 0.4.46 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| target-lexicon | 0.12.16 | Apache-2.0 WITH LLVM-exception | Dan Gohman <sunfish@mozilla.com> |
| tauri-codegen | 2.6.3 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-macros | 2.6.3 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-plugin | 2.6.2 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-runtime | 2.11.3 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-runtime-wry | 2.11.4 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-utils | 2.9.3 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| tauri-winres | 0.3.6 | MIT | Tauri Programme within The Commons Conservancy, Max Resch <resch.max@gmail.com> |
| tempfile | 3.27.0 | MIT OR Apache-2.0 | Steven Allen <steven@stebalien.com>, The Rust Project Developers, Ashley Mannix <ashleymannix@live.com.au>, Jason White <me@jasonwhite.io> |
| tendril | 0.5.0 | MIT OR Apache-2.0 | Keegan McAllister <mcallister.keegan@gmail.com>, Simon Sapin <simon.sapin@exyr.org>, Chris Morgan <me@chrismorgan.info> |
| thiserror | 1.0.69 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| thiserror | 2.0.18 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| thiserror-impl | 1.0.69 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| thiserror-impl | 2.0.18 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| time | 0.3.47 | MIT OR Apache-2.0 | Jacob Pratt <open-source@jhpratt.dev>, Time contributors |
| time-core | 0.1.8 | MIT OR Apache-2.0 | Jacob Pratt <open-source@jhpratt.dev>, Time contributors |
| time-macros | 0.2.27 | MIT OR Apache-2.0 | Jacob Pratt <open-source@jhpratt.dev>, Time contributors |
| tinystr | 0.8.3 | Unicode-3.0 | The ICU4X Project Developers |
| tinyvec | 1.11.0 | MIT OR Zlib OR Apache-2.0 | Lokathor <zefria@gmail.com> |
| tinyvec_macros | 0.1.1 | MIT OR Apache-2.0 OR Zlib | Soveu <marx.tomasz@gmail.com> |
| tokio | 1.52.3 | MIT | Tokio Contributors <team@tokio.rs> |
| tokio-rustls | 0.26.4 | MIT OR Apache-2.0 | Unknown |
| tokio-util | 0.7.18 | MIT | Tokio Contributors <team@tokio.rs> |
| toml | 0.8.2 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| toml | 0.9.12+spec-1.1.0 | MIT OR Apache-2.0 | Unknown |
| toml | 1.1.2+spec-1.1.0 | MIT OR Apache-2.0 | Unknown |
| toml_datetime | 0.6.3 | MIT OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| toml_datetime | 0.7.5+spec-1.1.0 | MIT OR Apache-2.0 | Unknown |
| toml_datetime | 1.1.1+spec-1.1.0 | MIT OR Apache-2.0 | Unknown |
| toml_edit | 0.19.15 | MIT OR Apache-2.0 | Andronik Ordian <write@reusable.software>, Ed Page <eopage@gmail.com> |
| toml_edit | 0.20.2 | MIT OR Apache-2.0 | Andronik Ordian <write@reusable.software>, Ed Page <eopage@gmail.com> |
| toml_edit | 0.25.11+spec-1.1.0 | MIT OR Apache-2.0 | Unknown |
| toml_parser | 1.1.2+spec-1.1.0 | MIT OR Apache-2.0 | Unknown |
| toml_writer | 1.1.1+spec-1.1.0 | MIT OR Apache-2.0 | Unknown |
| tower | 0.5.3 | MIT | Tower Maintainers <team@tower-rs.com> |
| tower-http | 0.6.11 | MIT | Tower Maintainers <team@tower-rs.com> |
| tower-layer | 0.3.3 | MIT | Tower Maintainers <team@tower-rs.com> |
| tower-service | 0.3.3 | MIT | Tower Maintainers <team@tower-rs.com> |
| tracing | 0.1.44 | MIT | Eliza Weisman <eliza@buoyant.io>, Tokio Contributors <team@tokio.rs> |
| tracing-attributes | 0.1.31 | MIT | Tokio Contributors <team@tokio.rs>, Eliza Weisman <eliza@buoyant.io>, David Barsky <dbarsky@amazon.com> |
| tracing-core | 0.1.36 | MIT | Tokio Contributors <team@tokio.rs> |
| tray-icon | 0.24.1 | MIT OR Apache-2.0 | Unknown |
| try-lock | 0.2.5 | MIT | Sean McArthur <sean@seanmonstar.com> |
| typeid | 1.0.3 | MIT OR Apache-2.0 | David Tolnay <dtolnay@gmail.com> |
| typenum | 1.20.0 | MIT OR Apache-2.0 | Paho Lurie-Gregg <paho@paholg.com>, Andre Bogus <bogusandre@gmail.com> |
| unic-char-property | 0.9.0 | MIT OR Apache-2.0 | The UNIC Project Developers |
| unic-char-range | 0.9.0 | MIT OR Apache-2.0 | The UNIC Project Developers |
| unic-common | 0.9.0 | MIT OR Apache-2.0 | The UNIC Project Developers |
| unic-ucd-ident | 0.9.0 | MIT OR Apache-2.0 | The UNIC Project Developers |
| unic-ucd-version | 0.9.0 | MIT OR Apache-2.0 | The UNIC Project Developers |
| unicode-ident | 1.0.24 | (MIT OR Apache-2.0) AND Unicode-3.0 | David Tolnay <dtolnay@gmail.com> |
| unicode-segmentation | 1.13.2 | MIT OR Apache-2.0 | kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com> |
| untrusted | 0.9.0 | ISC | Brian Smith <brian@briansmith.org> |
| url | 2.5.8 | MIT OR Apache-2.0 | The rust-url developers |
| urlpattern | 0.3.0 | MIT | the Deno authors, crowlKats <crowlkats@toaxl.com> |
| utf-8 | 0.7.6 | MIT OR Apache-2.0 | Simon Sapin <simon.sapin@exyr.org> |
| utf8_iter | 1.0.4 | MIT OR Apache-2.0 | Henri Sivonen <hsivonen@hsivonen.fi> |
| uuid | 1.23.1 | MIT OR Apache-2.0 | Ashley Mannix<ashleymannix@live.com.au>, Dylan DPC<dylan.dpc@gmail.com>, Hunar Roop Kahlon<hunar.roop@gmail.com> |
| version_check | 0.9.5 | MIT OR Apache-2.0 | Sergio Benitez <sb@sergio.bz> |
| version-compare | 0.2.1 | MIT | Tim Visee <3a4fb3964f@sinenomine.email> |
| vswhom | 0.1.0 | MIT | nabijaczleweli <nabijaczleweli@gmail.com> |
| vswhom-sys | 0.1.3 | MIT | наб <nabijaczleweli@nabijaczleweli.xyz>, forrestsmithfb <forrest.smith@fb.com> |
| walkdir | 2.5.0 | MIT OR Unlicense | Andrew Gallant <jamslam@gmail.com> |
| want | 0.3.1 | MIT | Sean McArthur <sean@seanmonstar.com> |
| wasi | 0.11.1+wasi-snapshot-preview1 | MIT OR Apache-2.0 WITH LLVM-exception OR Apache-2.0 | The Cranelift Project Developers |
| wasip2 | 1.0.3+wasi-0.2.9 | MIT OR Apache-2.0 WITH LLVM-exception OR Apache-2.0 | Unknown |
| wasm-bindgen | 0.2.121 | MIT OR Apache-2.0 | The wasm-bindgen Developers |
| wasm-bindgen-futures | 0.4.71 | MIT OR Apache-2.0 | The wasm-bindgen Developers |
| wasm-bindgen-macro | 0.2.121 | MIT OR Apache-2.0 | The wasm-bindgen Developers |
| wasm-bindgen-macro-support | 0.2.121 | MIT OR Apache-2.0 | The wasm-bindgen Developers |
| wasm-bindgen-shared | 0.2.121 | MIT OR Apache-2.0 | The wasm-bindgen Developers |
| wasm-streams | 0.5.0 | MIT OR Apache-2.0 | Mattias Buelens <mattias@buelens.com> |
| web_atoms | 0.2.4 | MIT OR Apache-2.0 | The html5ever Project Developers |
| web-sys | 0.3.98 | MIT OR Apache-2.0 | The wasm-bindgen Developers |
| webkit2gtk | 2.0.2 | MIT | Unknown |
| webkit2gtk-sys | 2.0.2 | MIT | Unknown |
| webpki-root-certs | 1.0.7 | CDLA-Permissive-2.0 | Unknown |
| webview2-com | 0.38.2 | MIT | Unknown |
| webview2-com-macros | 0.8.1 | MIT | Unknown |
| webview2-com-sys | 0.38.2 | MIT | Unknown |
| winapi | 0.3.9 | MIT OR Apache-2.0 | Peter Atashian <retep998@gmail.com> |
| winapi-i686-pc-windows-gnu | 0.4.0 | MIT OR Apache-2.0 | Peter Atashian <retep998@gmail.com> |
| winapi-util | 0.1.11 | MIT OR Unlicense | Andrew Gallant <jamslam@gmail.com> |
| winapi-x86_64-pc-windows-gnu | 0.4.0 | MIT OR Apache-2.0 | Peter Atashian <retep998@gmail.com> |
| window-vibrancy | 0.6.0 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| windows | 0.61.3 | MIT OR Apache-2.0 | Microsoft |
| windows_aarch64_gnullvm | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows_aarch64_gnullvm | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_aarch64_gnullvm | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows_aarch64_msvc | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows_aarch64_msvc | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_aarch64_msvc | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows_i686_gnu | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows_i686_gnu | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_i686_gnu | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows_i686_gnullvm | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_i686_gnullvm | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows_i686_msvc | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows_i686_msvc | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_i686_msvc | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows_x86_64_gnu | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows_x86_64_gnu | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_x86_64_gnu | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows_x86_64_gnullvm | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows_x86_64_gnullvm | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_x86_64_gnullvm | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows_x86_64_msvc | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows_x86_64_msvc | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows_x86_64_msvc | 0.53.1 | MIT OR Apache-2.0 | Unknown |
| windows-collections | 0.2.0 | MIT OR Apache-2.0 | Unknown |
| windows-collections | 0.3.2 | MIT OR Apache-2.0 | Unknown |
| windows-core | 0.61.2 | MIT OR Apache-2.0 | Microsoft |
| windows-core | 0.62.2 | MIT OR Apache-2.0 | Unknown |
| windows-future | 0.2.1 | MIT OR Apache-2.0 | Unknown |
| windows-future | 0.3.2 | MIT OR Apache-2.0 | Unknown |
| windows-implement | 0.60.2 | MIT OR Apache-2.0 | Unknown |
| windows-interface | 0.59.3 | MIT OR Apache-2.0 | Unknown |
| windows-link | 0.1.3 | MIT OR Apache-2.0 | Microsoft |
| windows-link | 0.2.1 | MIT OR Apache-2.0 | Unknown |
| windows-numerics | 0.2.0 | MIT OR Apache-2.0 | Unknown |
| windows-numerics | 0.3.1 | MIT OR Apache-2.0 | Unknown |
| windows-result | 0.3.4 | MIT OR Apache-2.0 | Microsoft |
| windows-result | 0.4.1 | MIT OR Apache-2.0 | Unknown |
| windows-strings | 0.4.2 | MIT OR Apache-2.0 | Microsoft |
| windows-strings | 0.5.1 | MIT OR Apache-2.0 | Unknown |
| windows-sys | 0.45.0 | MIT OR Apache-2.0 | Microsoft |
| windows-sys | 0.52.0 | MIT OR Apache-2.0 | Microsoft |
| windows-sys | 0.59.0 | MIT OR Apache-2.0 | Microsoft |
| windows-sys | 0.60.2 | MIT OR Apache-2.0 | Microsoft |
| windows-sys | 0.61.2 | MIT OR Apache-2.0 | Unknown |
| windows-targets | 0.42.2 | MIT OR Apache-2.0 | Microsoft |
| windows-targets | 0.52.6 | MIT OR Apache-2.0 | Microsoft |
| windows-targets | 0.53.5 | MIT OR Apache-2.0 | Unknown |
| windows-threading | 0.1.0 | MIT OR Apache-2.0 | Microsoft |
| windows-threading | 0.2.1 | MIT OR Apache-2.0 | Unknown |
| windows-version | 0.1.7 | MIT OR Apache-2.0 | Unknown |
| winnow | 0.5.40 | MIT | Unknown |
| winnow | 0.7.15 | MIT | Unknown |
| winnow | 1.0.3 | MIT | Unknown |
| winreg | 0.55.0 | MIT | Igor Shaula <gentoo90@gmail.com> |
| wit-bindgen | 0.57.1 | MIT OR Apache-2.0 WITH LLVM-exception OR Apache-2.0 | Alex Crichton <alex@alexcrichton.com> |
| writeable | 0.6.3 | Unicode-3.0 | The ICU4X Project Developers |
| wry | 0.55.1 | MIT OR Apache-2.0 | Tauri Programme within The Commons Conservancy |
| x11 | 2.21.0 | MIT | daggerbot <daggerbot@gmail.com>, Erle Pereira <erle@erlepereira.com>, AltF02 <contact@altf2.dev> |
| x11-dl | 2.21.0 | MIT | daggerbot <daggerbot@gmail.com>, Erle Pereira <erle@erlepereira.com>, AltF02 <contact@altf2.dev> |
| xattr | 1.6.1 | MIT OR Apache-2.0 | Steven Allen <steven@stebalien.com> |
| yoke | 0.8.2 | Unicode-3.0 | Manish Goregaokar <manishsmail@gmail.com> |
| yoke-derive | 0.8.2 | Unicode-3.0 | Manish Goregaokar <manishsmail@gmail.com> |
| zerofrom | 0.1.8 | Unicode-3.0 | The ICU4X Project Developers |
| zerofrom-derive | 0.1.7 | Unicode-3.0 | Manish Goregaokar <manishsmail@gmail.com> |
| zeroize | 1.8.2 | MIT OR Apache-2.0 | The RustCrypto Project Developers |
| zerotrie | 0.2.4 | Unicode-3.0 | The ICU4X Project Developers |
| zerovec | 0.11.6 | Unicode-3.0 | The ICU4X Project Developers |
| zerovec-derive | 0.11.3 | Unicode-3.0 | Manish Goregaokar <manishsmail@gmail.com> |
| zip | 4.6.1 | MIT | Mathijs van de Nes <git@mathijs.vd-nes.nl>, Marli Frost <marli@frost.red>, Ryan Levick <ryan.levick@gmail.com>, Chris Hennick <hennickc@amazon.com> |
| zmij | 1.0.21 | MIT | David Tolnay <dtolnay@gmail.com> |