Title Screen Blobcat: Copyright (c) 2024 Yibo Cao "cyb0124". All rights reserved.

This project uses libraries licensed under either MIT with the below terms:
  Permission is hereby granted, free of charge, to any
  person obtaining a copy of this software and associated
  documentation files (the "Software"), to deal in the
  Software without restriction, including without
  limitation the rights to use, copy, modify, merge,
  publish, distribute, sublicense, and/or sell copies of
  the Software, and to permit persons to whom the Software
  is furnished to do so, subject to the following
  conditions:

  The above copyright notice and this permission notice
  shall be included in all copies or substantial portions
  of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
  ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
  SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.

This project uses The Rust Standard Library [https://github.com/rust-lang/rust]
licensed under MIT: Copyright (c) 2014 The Rust Project Developers

This project uses:
- anyhow [https://github.com/dtolnay/anyhow]
- proc-macro2 [https://github.com/dtolnay/proc-macro2]
- quote [https://github.com/dtolnay/quote]
- syn [https://github.com/dtolnay/syn]
- unicode-ident [https://github.com/dtolnay/unicode-ident]
- once_cell [https://github.com/matklad/once_cell]
licensed under MIT.

This project uses hashbrown [https://github.com/rust-lang/hashbrown]
licensed under MIT: Copyright (c) 2016 Amanieu d'Antras

This project uses ahash [https://github.com/tkaitchuck/ahash]
licensed under MIT: Copyright (c) 2018 Tom Kaitchuck

This project uses version_check [https://github.com/SergioBenitez/version_check]
licensed under MIT: Copyright (c) 2017-2018 Sergio Benitez

This project uses zerocopy [https://github.com/google/zerocopy/tree/main]
licensed under MIT: Copyright (c) 2023 The Fuchsia Authors
