[
  {
    "name": "addr2line",
    "version": "0.25.1",
    "authors": null,
    "repository": "https://github.com/gimli-rs/addr2line",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A cross-platform symbolication library written in Rust, using `gimli`"
  },
  {
    "name": "adler2",
    "version": "2.0.1",
    "authors": "Jonas Schievink <jonasschievink@gmail.com>|oyvindln <oyvindln@users.noreply.github.com>",
    "repository": "https://github.com/oyvindln/adler2",
    "license": "0BSD OR Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A simple clean-room implementation of the Adler-32 checksum"
  },
  {
    "name": "aead",
    "version": "0.5.2",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/traits",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API"
  },
  {
    "name": "ahash",
    "version": "0.8.12",
    "authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
    "repository": "https://github.com/tkaitchuck/ahash",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A non-cryptographic hash function using AES-NI for high performance"
  },
  {
    "name": "aho-corasick",
    "version": "1.1.5",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/aho-corasick",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "Fast multiple substring searching."
  },
  {
    "name": "allocator-api2",
    "version": "0.2.21",
    "authors": "Zakarum <zaq.dev@icloud.com>",
    "repository": "https://github.com/zakarumych/allocator-api2",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Mirror of Rust's allocator API"
  },
  {
    "name": "android_system_properties",
    "version": "0.1.6",
    "authors": "Nicolas Silva <nical@fastmail.com>",
    "repository": "https://github.com/nical/android_system_properties",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Minimal Android system properties wrapper"
  },
  {
    "name": "anyhow",
    "version": "1.0.104",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/anyhow",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Flexible concrete Error type built on std::error::Error"
  },
  {
    "name": "approx",
    "version": "0.5.1",
    "authors": "Brendan Zabarauskas <bjzaba@yahoo.com.au>",
    "repository": "https://github.com/brendanzab/approx",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Approximate floating point equality comparisons and assertions."
  },
  {
    "name": "arrayvec",
    "version": "0.7.8",
    "authors": "bluss",
    "repository": "https://github.com/bluss/arrayvec",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
  },
  {
    "name": "assert_into",
    "version": "1.1.0",
    "authors": "Jonathan Nilsson <jonathan@voysys.se>",
    "repository": "https://github.com/voysys/assert_into",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "For when writing .try_into().unwrap() feels too long"
  },
  {
    "name": "async-trait",
    "version": "0.1.92",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/async-trait",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Type erasure for async trait methods"
  },
  {
    "name": "attohttpc",
    "version": "0.30.1",
    "authors": "Simon Bernier St-Pierre <git.sbstp.ca@gmail.com>",
    "repository": "https://github.com/sbstp/attohttpc",
    "license": "MPL-2.0",
    "license_file": null,
    "description": "Small and lightweight HTTP client"
  },
  {
    "name": "audio-codec-algorithms",
    "version": "0.8.1",
    "authors": null,
    "repository": "https://github.com/karip/audio-codec-algorithms",
    "license": "0BSD OR Apache-2.0",
    "license_file": null,
    "description": "Audio codec algorithms: A-law, μ-law and IMA ADPCM"
  },
  {
    "name": "audioadapter",
    "version": "5.0.0",
    "authors": "HEnquist <henrik.enquist@gmail.com>",
    "repository": "https://github.com/HEnquist/audioadapter-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library for making it easier to work with buffers of audio data"
  },
  {
    "name": "audioadapter-buffers",
    "version": "5.2.0",
    "authors": "HEnquist <henrik.enquist@gmail.com>",
    "repository": "https://github.com/HEnquist/audioadapter-buffers-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A selection of wrappers and buffers for audio data"
  },
  {
    "name": "audioadapter-sample",
    "version": "5.2.0",
    "authors": "HEnquist <henrik.enquist@gmail.com>",
    "repository": "https://github.com/HEnquist/audioadapter-sample-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library for making it easier to work with audio data"
  },
  {
    "name": "autocfg",
    "version": "1.5.1",
    "authors": "Josh Stone <cuviper@gmail.com>",
    "repository": "https://github.com/cuviper/autocfg",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Automatic cfg for Rust compiler features"
  },
  {
    "name": "aws-lc-rs",
    "version": "1.18.1",
    "authors": "AWS-LibCrypto",
    "repository": "https://github.com/aws/aws-lc-rs",
    "license": "ISC AND (Apache-2.0 OR ISC)",
    "license_file": null,
    "description": "aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. This library strives to be API-compatible with the popular Rust library named ring."
  },
  {
    "name": "aws-lc-sys",
    "version": "0.45.0",
    "authors": "AWS-LC",
    "repository": "https://github.com/aws/aws-lc-rs",
    "license": "ISC OR ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT-0)",
    "license_file": null,
    "description": "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project."
  },
  {
    "name": "backtrace",
    "version": "0.3.76",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-lang/backtrace-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program."
  },
  {
    "name": "base64",
    "version": "0.13.1",
    "authors": "Alice Maz <alice@alicemaz.com>|Marshall Pierce <marshall@mpierce.org>",
    "repository": "https://github.com/marshallpierce/rust-base64",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "encodes and decodes base64 as bytes or utf8"
  },
  {
    "name": "base64",
    "version": "0.22.1",
    "authors": "Marshall Pierce <marshall@mpierce.org>",
    "repository": "https://github.com/marshallpierce/rust-base64",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "encodes and decodes base64 as bytes or utf8"
  },
  {
    "name": "bincode",
    "version": "1.3.3",
    "authors": "Ty Overby <ty@pre-alpha.com>|Francesco Mazzoli <f@mazzo.li>|David Tolnay <dtolnay@gmail.com>|Zoey Riordan <zoey@dos.cafe>",
    "repository": "https://github.com/servo/bincode",
    "license": "MIT",
    "license_file": null,
    "description": "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!"
  },
  {
    "name": "bindgen",
    "version": "0.72.1",
    "authors": "Jyun-Yan You <jyyou.tw@gmail.com>|Emilio Cobos Álvarez <emilio@crisal.io>|Nick Fitzgerald <fitzgen@gmail.com>|The Servo project developers",
    "repository": "https://github.com/rust-lang/rust-bindgen",
    "license": "BSD-3-Clause",
    "license_file": null,
    "description": "Automatically generates Rust FFI bindings to C and C++ libraries."
  },
  {
    "name": "bitflags",
    "version": "1.3.2",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/bitflags/bitflags",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A macro to generate structures which behave like bitflags."
  },
  {
    "name": "bitflags",
    "version": "2.13.2",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/bitflags/bitflags",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A macro to generate structures which behave like bitflags."
  },
  {
    "name": "bitstream-io",
    "version": "1.10.0",
    "authors": "Brian Langenberger <bjl@usa.net>",
    "repository": "https://github.com/tuffy/bitstream-io",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats."
  },
  {
    "name": "bitstream-io",
    "version": "2.6.0",
    "authors": "Brian Langenberger <bjl@usa.net>",
    "repository": "https://github.com/tuffy/bitstream-io",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats."
  },
  {
    "name": "blake2",
    "version": "0.10.6",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/hashes",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "BLAKE2 hash functions"
  },
  {
    "name": "block-buffer",
    "version": "0.10.4",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/utils",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Buffer type for block processing of data"
  },
  {
    "name": "block2",
    "version": "0.6.2",
    "authors": "Mads Marquart <mads@marquart.dk>",
    "repository": "https://github.com/madsmtm/objc2",
    "license": "MIT",
    "license_file": null,
    "description": "Apple's C language extension of blocks"
  },
  {
    "name": "boringtun",
    "version": "0.6.1",
    "authors": "Noah Kennedy <nkennedy@cloudflare.com>|Andy Grover <agrover@cloudflare.com>|Jeff Hiner <jhiner@cloudflare.com>",
    "repository": "https://github.com/cloudflare/boringtun",
    "license": "BSD-3-Clause",
    "license_file": null,
    "description": "an implementation of the WireGuard® protocol designed for portability and speed"
  },
  {
    "name": "breakpad-symbols",
    "version": "0.19.1",
    "authors": "Ted Mielczarek <ted@mielczarek.org>",
    "repository": "https://github.com/rust-minidump/rust-minidump",
    "license": "MIT",
    "license_file": null,
    "description": "A library for working with Google Breakpad's text-format symbol files."
  },
  {
    "name": "bstr",
    "version": "1.13.1",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/bstr",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A string type that is not required to be valid UTF-8."
  },
  {
    "name": "bumpalo",
    "version": "3.20.3",
    "authors": "Nick Fitzgerald <fitzgen@gmail.com>",
    "repository": "https://github.com/fitzgen/bumpalo",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A fast bump allocation arena for Rust."
  },
  {
    "name": "bytemuck",
    "version": "1.25.2",
    "authors": "Lokathor <zefria@gmail.com>",
    "repository": "https://github.com/Lokathor/bytemuck",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "A crate for mucking around with piles of bytes."
  },
  {
    "name": "byteorder",
    "version": "1.5.0",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/byteorder",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "Library for reading/writing numbers in big-endian and little-endian."
  },
  {
    "name": "byteorder-lite",
    "version": "0.1.0",
    "authors": null,
    "repository": "https://github.com/image-rs/byteorder-lite",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "Library for reading/writing numbers in big-endian and little-endian."
  },
  {
    "name": "bytes",
    "version": "1.12.1",
    "authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
    "repository": "https://github.com/tokio-rs/bytes",
    "license": "MIT",
    "license_file": null,
    "description": "Types and traits for working with bytes"
  },
  {
    "name": "cachemap2",
    "version": "0.2.0",
    "authors": "Alex Franchuk <alex.franchuk@gmail.com>",
    "repository": null,
    "license": "MIT",
    "license_file": null,
    "description": "A concurrent insert-only hashmap for caching values"
  },
  {
    "name": "caps",
    "version": "0.5.6",
    "authors": "Luca Bruno <lucab@lucabruno.net>",
    "repository": "https://github.com/lucab/caps-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A pure-Rust library to work with Linux capabilities"
  },
  {
    "name": "cc",
    "version": "1.4.4",
    "authors": null,
    "repository": "https://github.com/rust-lang/cc-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code."
  },
  {
    "name": "cc",
    "version": "1.4.7",
    "authors": null,
    "repository": "https://github.com/rust-lang/cc-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code."
  },
  {
    "name": "cef_child_process_rs",
    "version": "0.1.0",
    "authors": null,
    "repository": null,
    "license": null,
    "license_file": null,
    "description": null
  },
  {
    "name": "cexpr",
    "version": "0.6.0",
    "authors": "Jethro Beekman <jethro@jbeekman.nl>",
    "repository": "https://github.com/jethrogb/rust-cexpr",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A C expression parser and evaluator"
  },
  {
    "name": "cfg-if",
    "version": "0.1.10",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/alexcrichton/cfg-if",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted."
  },
  {
    "name": "cfg-if",
    "version": "1.0.5",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/rust-lang/cfg-if",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted."
  },
  {
    "name": "cfg_aliases",
    "version": "0.1.1",
    "authors": "Zicklag <zicklag@katharostech.com>",
    "repository": "https://github.com/katharostech/cfg_aliases",
    "license": "MIT",
    "license_file": null,
    "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks."
  },
  {
    "name": "cfg_aliases",
    "version": "0.2.2",
    "authors": "Zicklag <zicklag@katharostech.com>",
    "repository": "https://github.com/katharostech/cfg_aliases",
    "license": "MIT",
    "license_file": null,
    "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks."
  },
  {
    "name": "chacha20",
    "version": "0.10.2",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/stream-ciphers",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers."
  },
  {
    "name": "chacha20",
    "version": "0.9.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/stream-ciphers",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers."
  },
  {
    "name": "chacha20poly1305",
    "version": "0.10.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration. Also contains implementations of the XChaCha20Poly1305 extended nonce variant of ChaCha20Poly1305, and the reduced-round ChaCha8Poly1305 and ChaCha12Poly1305 lightweight variants."
  },
  {
    "name": "chrono",
    "version": "0.4.45",
    "authors": null,
    "repository": "https://github.com/chronotope/chrono",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Date and time library for Rust"
  },
  {
    "name": "ciborium",
    "version": "0.2.2",
    "authors": "Nathaniel McCallum <npmccallum@profian.com>",
    "repository": "https://github.com/enarx/ciborium",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "serde implementation of CBOR using ciborium-basic"
  },
  {
    "name": "ciborium-io",
    "version": "0.2.2",
    "authors": "Nathaniel McCallum <npmccallum@profian.com>",
    "repository": "https://github.com/enarx/ciborium",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Simplified Read/Write traits for no_std usage"
  },
  {
    "name": "ciborium-ll",
    "version": "0.2.2",
    "authors": "Nathaniel McCallum <npmccallum@profian.com>",
    "repository": "https://github.com/enarx/ciborium",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Low-level CBOR codec primitives"
  },
  {
    "name": "cipher",
    "version": "0.4.4",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/traits",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Traits for describing block ciphers and stream ciphers"
  },
  {
    "name": "circular",
    "version": "0.3.0",
    "authors": "Geoffroy Couprie <geo.couprie@gmail.com>",
    "repository": "https://github.com/sozu-proxy/circular",
    "license": "MIT",
    "license_file": null,
    "description": "A stream abstraction designed for use with nom"
  },
  {
    "name": "clang",
    "version": "2.1.0",
    "authors": "Kyle Mayes <kyle@mayeses.com>",
    "repository": "https://github.com/KyleMayes/clang-rs",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "A somewhat idiomatic Rust wrapper for libclang."
  },
  {
    "name": "clang-sys",
    "version": "1.9.1",
    "authors": "Kyle Mayes <kyle@mayeses.com>",
    "repository": "https://github.com/KyleMayes/clang-sys",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Rust bindings for libclang."
  },
  {
    "name": "cmake",
    "version": "0.1.58",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/rust-lang/cmake-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A build dependency for running `cmake` to build a native library"
  },
  {
    "name": "concurrent-queue",
    "version": "2.5.0",
    "authors": "Stjepan Glavina <stjepang@gmail.com>|Taiki Endo <te316e89@gmail.com>|John Nunley <dev@notgull.net>",
    "repository": "https://github.com/smol-rs/concurrent-queue",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Concurrent multi-producer multi-consumer queue"
  },
  {
    "name": "constant_time_eq",
    "version": "0.4.2",
    "authors": "Cesar Eduardo Barros <cesarb@cesarb.eti.br>",
    "repository": "https://github.com/cesarb/constant_time_eq",
    "license": "Apache-2.0 OR CC0-1.0 OR MIT-0",
    "license_file": null,
    "description": "Compares two equal-sized byte strings in constant time."
  },
  {
    "name": "cookie-factory",
    "version": "0.3.3",
    "authors": "Geoffroy Couprie <geo.couprie@gmail.com>|Pierre Chifflier <chifflier@wzdftpd.net>",
    "repository": "https://github.com/rust-bakery/cookie-factory",
    "license": "MIT",
    "license_file": null,
    "description": "nom inspired serialization library"
  },
  {
    "name": "core-foundation-sys",
    "version": "0.8.7",
    "authors": "The Servo Project Developers",
    "repository": "https://github.com/servo/core-foundation-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Bindings to Core Foundation for macOS"
  },
  {
    "name": "core_detect",
    "version": "1.0.0",
    "authors": "Thom Chiovoloni <chiovolonit@gmail.com>",
    "repository": "https://github.com/thomcc/core_detect",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A `no_std` version of the `std::is_x86_feature_detected!` macro."
  },
  {
    "name": "cpufeatures",
    "version": "0.2.17",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/utils",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,  with no_std support and support for mobile targets including Android and iOS"
  },
  {
    "name": "cpufeatures",
    "version": "0.3.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/utils",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS"
  },
  {
    "name": "crash-context",
    "version": "0.6.3",
    "authors": "Embark <opensource@embark-studios.com>|Jake Shadle <jake.shadle@embark-studios.com>",
    "repository": "https://github.com/EmbarkStudios/crash-handling",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Provides portable types containing target specific contextual information at the time of a crash"
  },
  {
    "name": "crash-handler",
    "version": "0.6.3",
    "authors": "Embark <opensource@embark-studios.com>",
    "repository": "https://github.com/EmbarkStudios/crash-handling",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Allows running of user code during crash events"
  },
  {
    "name": "crc",
    "version": "3.4.0",
    "authors": "Rui Hu <code@mrhooray.com>|Akhil Velagapudi <4@4khil.com>",
    "repository": "https://github.com/mrhooray/crc-rs.git",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust implementation of CRC with support of various standards"
  },
  {
    "name": "crc-catalog",
    "version": "2.5.0",
    "authors": "Akhil Velagapudi <akhilvelagapudi@gmail.com>",
    "repository": "https://github.com/akhilles/crc-catalog.git",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs."
  },
  {
    "name": "crc32fast",
    "version": "1.5.2",
    "authors": "Sam Rijs <srijs@airpost.net>|Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/srijs/rust-crc32fast",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation"
  },
  {
    "name": "crossbeam",
    "version": "0.8.5",
    "authors": null,
    "repository": "https://github.com/crossbeam-rs/crossbeam",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Tools for concurrent programming"
  },
  {
    "name": "crossbeam-channel",
    "version": "0.5.17",
    "authors": null,
    "repository": "https://github.com/crossbeam-rs/crossbeam",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Multi-producer multi-consumer channels for message passing"
  },
  {
    "name": "crossbeam-deque",
    "version": "0.8.8",
    "authors": null,
    "repository": "https://github.com/crossbeam-rs/crossbeam",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Concurrent work-stealing deque"
  },
  {
    "name": "crossbeam-epoch",
    "version": "0.9.21",
    "authors": null,
    "repository": "https://github.com/crossbeam-rs/crossbeam",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Epoch-based garbage collection"
  },
  {
    "name": "crossbeam-queue",
    "version": "0.3.14",
    "authors": null,
    "repository": "https://github.com/crossbeam-rs/crossbeam",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Concurrent queues"
  },
  {
    "name": "crossbeam-utils",
    "version": "0.8.23",
    "authors": null,
    "repository": "https://github.com/crossbeam-rs/crossbeam",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Utilities for concurrent programming"
  },
  {
    "name": "crossterm",
    "version": "0.27.0",
    "authors": "T. Post",
    "repository": "https://github.com/crossterm-rs/crossterm",
    "license": "MIT",
    "license_file": null,
    "description": "A crossplatform terminal library for manipulating terminals."
  },
  {
    "name": "crossterm_winapi",
    "version": "0.9.1",
    "authors": "T. Post",
    "repository": "https://github.com/crossterm-rs/crossterm-winapi",
    "license": "MIT",
    "license_file": null,
    "description": "WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls"
  },
  {
    "name": "crunchy",
    "version": "0.2.4",
    "authors": "Eira Fransham <jackefransham@gmail.com>",
    "repository": "https://github.com/eira-fransham/crunchy",
    "license": "MIT",
    "license_file": null,
    "description": "Crunchy unroller: deterministically unroll constant loops"
  },
  {
    "name": "crypto-common",
    "version": "0.1.7",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/traits",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Common cryptographic traits"
  },
  {
    "name": "crypto_box",
    "version": "0.9.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/nacl-compat/tree/master/crypto_box",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Pure Rust implementation of NaCl's crypto_box public-key authenticated encryption primitive which combines the X25519 Elliptic Curve Diffie-Hellman function and the XSalsa20Poly1305 authenticated encryption cipher"
  },
  {
    "name": "crypto_secretbox",
    "version": "0.1.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Pure Rust implementation of the XSalsa20Poly1305 (a.k.a. NaCl crypto_secretbox) authenticated encryption cipher as well as the libsodium variant of XChaCha20Poly1305"
  },
  {
    "name": "ctrlc",
    "version": "3.5.2",
    "authors": "Antti Keränen <detegr@gmail.com>",
    "repository": "https://github.com/Detegr/rust-ctrlc.git",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Easy Ctrl-C handler for Rust projects"
  },
  {
    "name": "curve25519-dalek",
    "version": "4.1.3",
    "authors": "Isis Lovecruft <isis@patternsinthevoid.net>|Henry de Valence <hdevalence@hdevalence.ca>",
    "repository": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek",
    "license": "BSD-3-Clause",
    "license_file": null,
    "description": "A pure-Rust implementation of group operations on ristretto255 and Curve25519"
  },
  {
    "name": "curve25519-dalek",
    "version": "5.0.0",
    "authors": "Isis Lovecruft <isis@patternsinthevoid.net>|Henry de Valence <hdevalence@hdevalence.ca>",
    "repository": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek",
    "license": "BSD-3-Clause",
    "license_file": null,
    "description": "A pure-Rust implementation of group operations on ristretto255 and Curve25519"
  },
  {
    "name": "curve25519-dalek-derive",
    "version": "0.1.1",
    "authors": null,
    "repository": "https://github.com/dalek-cryptography/curve25519-dalek",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "curve25519-dalek Derives"
  },
  {
    "name": "dashmap",
    "version": "5.5.3",
    "authors": "Acrimon <joel.wejdenstal@gmail.com>",
    "repository": "https://github.com/xacrimon/dashmap",
    "license": "MIT",
    "license_file": null,
    "description": "Blazing fast concurrent HashMap for Rust."
  },
  {
    "name": "data-encoding",
    "version": "2.11.1",
    "authors": null,
    "repository": "https://github.com/ia0/data-encoding",
    "license": "MIT",
    "license_file": null,
    "description": "Efficient and customizable data-encoding functions like base64, base32, and hex"
  },
  {
    "name": "debugid",
    "version": "0.8.0",
    "authors": "Sentry <hello@sentry.io>",
    "repository": "https://github.com/getsentry/rust-debugid",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Common reusable types for implementing the sentry.io protocol."
  },
  {
    "name": "defmt",
    "version": "1.1.1",
    "authors": "The Knurling-rs developers",
    "repository": "https://github.com/knurling-rs/defmt",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A highly efficient logging framework that targets resource-constrained devices, like microcontrollers"
  },
  {
    "name": "defmt-macros",
    "version": "1.1.1",
    "authors": "The Knurling-rs developers",
    "repository": "https://github.com/knurling-rs/defmt",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "defmt macros"
  },
  {
    "name": "defmt-parser",
    "version": "1.0.0",
    "authors": "The Knurling-rs developers",
    "repository": "https://github.com/knurling-rs/defmt",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parsing library for defmt format strings"
  },
  {
    "name": "deranged",
    "version": "0.5.8",
    "authors": "Jacob Pratt <jacob@jhpratt.dev>",
    "repository": "https://github.com/jhpratt/deranged",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Ranged integers"
  },
  {
    "name": "difflib",
    "version": "0.4.0",
    "authors": "Dima Kudosh <dimakudosh@gmail.com>",
    "repository": "https://github.com/DimaKudosh/difflib",
    "license": "MIT",
    "license_file": null,
    "description": "Port of Python's difflib library to Rust."
  },
  {
    "name": "digest",
    "version": "0.10.7",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/traits",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Traits for cryptographic hash functions and message authentication codes"
  },
  {
    "name": "dircpy",
    "version": "0.3.20",
    "authors": "Johann Woelper <woelper@gmail.com>",
    "repository": "https://github.com/woelper/dircpy/",
    "license": "MIT",
    "license_file": null,
    "description": "Copy directories recursively with flexible options."
  },
  {
    "name": "dispatch2",
    "version": "0.3.1",
    "authors": "Mads Marquart <mads@marquart.dk>|Mary <mary@mary.zone>",
    "repository": "https://github.com/madsmtm/objc2",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "Bindings and wrappers for Apple's Grand Central Dispatch (GCD)"
  },
  {
    "name": "displaydoc",
    "version": "0.2.7",
    "authors": "Jane Lusby <jlusby@yaah.dev>",
    "repository": "https://github.com/yaahc/displaydoc",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation"
  },
  {
    "name": "dns-parser",
    "version": "0.8.0",
    "authors": "Paul Colomiets <paul@colomiets.name>",
    "repository": null,
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Pure-rust DNS protocol parser library. This does not support network, only     raw protocol parser."
  },
  {
    "name": "doc-comment",
    "version": "0.3.4",
    "authors": "Guillaume Gomez <guillaume1.gomez@gmail.com>",
    "repository": "https://github.com/GuillaumeGomez/doc-comment",
    "license": "MIT",
    "license_file": null,
    "description": "Macro to generate doc comments"
  },
  {
    "name": "downcast",
    "version": "0.11.0",
    "authors": "Felix Köpge <fkoep@mailbox.org>",
    "repository": "https://github.com/fkoep/downcast-rs",
    "license": "MIT",
    "license_file": null,
    "description": "Trait for downcasting trait objects back to their original types."
  },
  {
    "name": "drm-fourcc",
    "version": "2.2.0",
    "authors": "Daniel Franklin <daniel@danielzfranklin.org>",
    "repository": "https://github.com/danielzfranklin/drm-fourcc-rs",
    "license": "MIT",
    "license_file": null,
    "description": "Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc"
  },
  {
    "name": "dunce",
    "version": "1.0.5",
    "authors": "Kornel <kornel@geekhood.net>",
    "repository": "https://gitlab.com/kornelski/dunce",
    "license": "Apache-2.0 OR CC0-1.0 OR MIT-0",
    "license_file": null,
    "description": "Normalize Windows paths to the most compatible format, avoiding UNC where possible"
  },
  {
    "name": "either",
    "version": "1.18.0",
    "authors": null,
    "repository": "https://github.com/rayon-rs/either",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases."
  },
  {
    "name": "embed-resource",
    "version": "1.8.0",
    "authors": "наб <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>",
    "repository": "https://github.com/nabijaczleweli/rust-embed-resource",
    "license": "MIT",
    "license_file": null,
    "description": "A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable"
  },
  {
    "name": "encoding_rs",
    "version": "0.8.41",
    "authors": "Henri Sivonen <hsivonen@hsivonen.fi>",
    "repository": "https://github.com/hsivonen/encoding_rs",
    "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause",
    "license_file": null,
    "description": "A Gecko-oriented implementation of the Encoding Standard"
  },
  {
    "name": "env_logger",
    "version": "0.10.2",
    "authors": null,
    "repository": "https://github.com/rust-cli/env_logger",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A logging implementation for `log` which is configured via an environment variable."
  },
  {
    "name": "err-derive",
    "version": "0.2.4",
    "authors": "Thomas Schaller <torkleyy@gmail.com>",
    "repository": "https://gitlab.com/torkleyy/err-derive",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Derive macro for `std::error::Error`"
  },
  {
    "name": "errno",
    "version": "0.3.14",
    "authors": "Chris Wong <lambda.fairy@gmail.com>|Dan Gohman <dev@sunfishcode.online>",
    "repository": "https://github.com/lambda-fairy/rust-errno",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Cross-platform interface to the `errno` variable."
  },
  {
    "name": "error-chain",
    "version": "0.12.4",
    "authors": "Brian Anderson <banderson@mozilla.com>|Paul Colomiets <paul@colomiets.name>|Colin Kiegel <kiegel@gmx.de>|Yamakaky <yamakaky@yamaworld.fr>|Andrew Gauger <andygauge@gmail.com>",
    "repository": "https://github.com/rust-lang-nursery/error-chain",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Yet another error boilerplate library."
  },
  {
    "name": "fallible-iterator",
    "version": "0.3.0",
    "authors": "Steven Fackler <sfackler@gmail.com>",
    "repository": "https://github.com/sfackler/rust-fallible-iterator",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Fallible iterator traits"
  },
  {
    "name": "fastrand",
    "version": "2.5.0",
    "authors": "Stjepan Glavina <stjepang@gmail.com>",
    "repository": "https://github.com/smol-rs/fastrand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A simple and fast random number generator"
  },
  {
    "name": "fdeflate",
    "version": "0.3.7",
    "authors": "The image-rs Developers",
    "repository": "https://github.com/image-rs/fdeflate",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Fast specialized deflate implementation"
  },
  {
    "name": "fiat-crypto",
    "version": "0.2.9",
    "authors": "Fiat Crypto library authors <jgross@mit.edu>",
    "repository": "https://github.com/mit-plv/fiat-crypto",
    "license": "Apache-2.0 OR BSD-1-Clause OR MIT",
    "license_file": null,
    "description": "Fiat-crypto generated Rust"
  },
  {
    "name": "fiat-crypto",
    "version": "0.3.0",
    "authors": "Fiat Crypto library authors <jgross@mit.edu>",
    "repository": "https://github.com/mit-plv/fiat-crypto",
    "license": "Apache-2.0 OR BSD-1-Clause OR MIT",
    "license_file": null,
    "description": "Fiat-crypto generated Rust"
  },
  {
    "name": "file-guard",
    "version": "0.2.0",
    "authors": "Jeremy Larkin <jeremylarkin@gmail.com>",
    "repository": "https://github.com/kalamay/file-guard",
    "license": "MIT",
    "license_file": null,
    "description": "A cross-platform library for simple advisory file locking."
  },
  {
    "name": "filetime",
    "version": "0.2.29",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/alexcrichton/filetime",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Platform-agnostic accessors of timestamps in File metadata"
  },
  {
    "name": "find-msvc-tools",
    "version": "0.1.11",
    "authors": null,
    "repository": "https://github.com/rust-lang/cc-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces"
  },
  {
    "name": "find-msvc-tools",
    "version": "0.1.13",
    "authors": null,
    "repository": "https://github.com/rust-lang/cc-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces"
  },
  {
    "name": "flate2",
    "version": "1.1.10",
    "authors": "Alex Crichton <alex@alexcrichton.com>|Josh Triplett <josh@joshtriplett.org>",
    "repository": "https://github.com/rust-lang/flate2-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams."
  },
  {
    "name": "float-cmp",
    "version": "0.9.0",
    "authors": "Mike Dilger <mike@mikedilger.com>",
    "repository": "https://github.com/mikedilger/float-cmp",
    "license": "MIT",
    "license_file": null,
    "description": "Floating point approximate comparison traits"
  },
  {
    "name": "flume",
    "version": "0.11.1",
    "authors": "Joshua Barretto <joshua.s.barretto@gmail.com>",
    "repository": "https://github.com/zesterer/flume",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A blazingly fast multi-producer channel"
  },
  {
    "name": "form_urlencoded",
    "version": "1.2.2",
    "authors": "The rust-url developers",
    "repository": "https://github.com/servo/rust-url",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
  },
  {
    "name": "four-cc",
    "version": "0.1.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/four-cc",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Newtype wrapper providing a convenient representation of four-character-code values"
  },
  {
    "name": "four-cc",
    "version": "0.4.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/four-cc",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Newtype wrapper providing a convenient representation of four-character-code values"
  },
  {
    "name": "fragile",
    "version": "2.1.0",
    "authors": "Armin Ronacher <armin.ronacher@active-4.com>",
    "repository": "https://github.com/mitsuhiko/fragile",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Provides wrapper types for sending non-send values to other threads."
  },
  {
    "name": "fs_extra",
    "version": "1.3.0",
    "authors": "Denis Kurilenko <webdesus@gmail.com>",
    "repository": "https://github.com/webdesus/fs_extra",
    "license": "MIT",
    "license_file": null,
    "description": "Expanding std::fs and std::io. Recursively copy folders with information about process and much more."
  },
  {
    "name": "fsevent-sys",
    "version": "4.1.0",
    "authors": "Pierre Baillet <pierre@baillet.name>",
    "repository": "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys",
    "license": "MIT",
    "license_file": null,
    "description": "Rust bindings to the fsevent macOS API for file changes notifications"
  },
  {
    "name": "futures",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces."
  },
  {
    "name": "futures-channel",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Channels for asynchronous communication using futures-rs."
  },
  {
    "name": "futures-core",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The core traits and types in for the `futures` library."
  },
  {
    "name": "futures-executor",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Executors for asynchronous tasks based on the futures-rs library."
  },
  {
    "name": "futures-io",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library."
  },
  {
    "name": "futures-macro",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The futures-rs procedural macro implementations."
  },
  {
    "name": "futures-sink",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The asynchronous `Sink` trait for the futures-rs library."
  },
  {
    "name": "futures-task",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Tools for working with tasks."
  },
  {
    "name": "futures-util",
    "version": "0.3.34",
    "authors": null,
    "repository": "https://github.com/rust-lang/futures-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Common utilities and extension traits for the futures-rs library."
  },
  {
    "name": "generator",
    "version": "0.8.10",
    "authors": "Xudong Huang <huangxu008@hotmail.com>",
    "repository": "https://github.com/Xudong-Huang/generator-rs.git",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Stackfull Generator Library in Rust"
  },
  {
    "name": "generic-array",
    "version": "0.14.7",
    "authors": "Bartłomiej Kamiński <fizyk20@gmail.com>|Aaron Trent <novacrazy@gmail.com>",
    "repository": "https://github.com/fizyk20/generic-array.git",
    "license": "MIT",
    "license_file": null,
    "description": "Generic types implementing functionality of arrays"
  },
  {
    "name": "getrandom",
    "version": "0.2.17",
    "authors": "The Rand Project Developers",
    "repository": "https://github.com/rust-random/getrandom",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A small cross-platform library for retrieving random data from system source"
  },
  {
    "name": "getrandom",
    "version": "0.3.4",
    "authors": "The Rand Project Developers",
    "repository": "https://github.com/rust-random/getrandom",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A small cross-platform library for retrieving random data from system source"
  },
  {
    "name": "getrandom",
    "version": "0.4.3",
    "authors": "The Rand Project Developers",
    "repository": "https://github.com/rust-random/getrandom",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A small cross-platform library for retrieving random data from system source"
  },
  {
    "name": "gimli",
    "version": "0.32.3",
    "authors": null,
    "repository": "https://github.com/gimli-rs/gimli",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library for reading and writing the DWARF debugging format."
  },
  {
    "name": "gl",
    "version": "0.14.0",
    "authors": "Brendan Zabarauskas <bjzaba@yahoo.com.au>|Corey Richardson|Arseny Kapoulkine",
    "repository": "https://github.com/brendanzab/gl-rs/",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "OpenGL bindings"
  },
  {
    "name": "gl_generator",
    "version": "0.14.0",
    "authors": "Brendan Zabarauskas <bjzaba@yahoo.com.au>|Corey Richardson|Arseny Kapoulkine",
    "repository": "https://github.com/brendanzab/gl-rs/",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Code generators for creating bindings to the Khronos OpenGL APIs."
  },
  {
    "name": "glam",
    "version": "0.24.2",
    "authors": "Cameron Hart <cameron.hart@gmail.com>",
    "repository": "https://github.com/bitshifter/glam-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A simple and fast 3D math library for games and graphics"
  },
  {
    "name": "glob",
    "version": "0.3.4",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-lang/glob",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Support for matching file paths against Unix shell style patterns."
  },
  {
    "name": "goblin",
    "version": "0.8.2",
    "authors": "m4b <m4b.github.io@gmail.com>|seu <seu@panopticon.re>|Will Glynn <will@willglynn.com>|Philip Craig <philipjcraig@gmail.com>|Lzu Tao <taolzu@gmail.com>",
    "repository": "https://github.com/m4b/goblin",
    "license": "MIT",
    "license_file": null,
    "description": "An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate"
  },
  {
    "name": "gpu_bridge",
    "version": "0.1.0",
    "authors": null,
    "repository": null,
    "license": null,
    "license_file": null,
    "description": null
  },
  {
    "name": "grid",
    "version": "0.10.0",
    "authors": "Armin Becher <armin.becher@gmai.com>",
    "repository": "https://github.com/becheran/grid",
    "license": "MIT",
    "license_file": null,
    "description": "Dynamic generic 2D data structure."
  },
  {
    "name": "h264-reader",
    "version": "0.6.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/h264-reader",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Reader for H264 bitstream syntax"
  },
  {
    "name": "h264-reader",
    "version": "0.8.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/h264-reader",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Reader for H264 bitstream syntax"
  },
  {
    "name": "half",
    "version": "2.7.1",
    "authors": "Kathryn Long <squeeself@gmail.com>",
    "repository": "https://github.com/VoidStarKat/half-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types."
  },
  {
    "name": "halfbrown",
    "version": "0.1.18",
    "authors": "Heinz N. Gies <heinz@licenser.net>",
    "repository": "https://github.com/Licenser/halfbrown",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Multi backend HashMap for higher performance on different key space sizes"
  },
  {
    "name": "halfbrown",
    "version": "0.2.5",
    "authors": "Heinz N. Gies <heinz@licenser.net>",
    "repository": "https://github.com/Licenser/halfbrown",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Multi backend HashMap for higher performance on different key space sizes"
  },
  {
    "name": "hashbrown",
    "version": "0.13.2",
    "authors": "Amanieu d'Antras <amanieu@gmail.com>",
    "repository": "https://github.com/rust-lang/hashbrown",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A Rust port of Google's SwissTable hash map"
  },
  {
    "name": "hashbrown",
    "version": "0.14.5",
    "authors": "Amanieu d'Antras <amanieu@gmail.com>",
    "repository": "https://github.com/rust-lang/hashbrown",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A Rust port of Google's SwissTable hash map"
  },
  {
    "name": "heck",
    "version": "0.4.1",
    "authors": "Without Boats <woboats@gmail.com>",
    "repository": "https://github.com/withoutboats/heck",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "heck is a case conversion library."
  },
  {
    "name": "heck",
    "version": "0.5.0",
    "authors": null,
    "repository": "https://github.com/withoutboats/heck",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "heck is a case conversion library."
  },
  {
    "name": "hermit-abi",
    "version": "0.5.3",
    "authors": null,
    "repository": "https://github.com/hermit-os/hermit-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Hermit system calls definitions."
  },
  {
    "name": "hex",
    "version": "0.4.3",
    "authors": "KokaKiwi <kokakiwi@kokakiwi.net>",
    "repository": "https://github.com/KokaKiwi/rust-hex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Encoding and decoding data into/from hexadecimal representation."
  },
  {
    "name": "hex-slice",
    "version": "0.1.4",
    "authors": "Ceri Storey <cez@necrofish.org.uk>",
    "repository": "https://github.com/cstorey/hex-slice/",
    "license": "MIT",
    "license_file": null,
    "description": "Extends the std::fmt::*Hex traits to slices"
  },
  {
    "name": "hmac",
    "version": "0.12.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/MACs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)"
  },
  {
    "name": "hmac-sha256",
    "version": "1.1.14",
    "authors": "Frank Denis <github@pureftpd.org>",
    "repository": "https://github.com/jedisct1/rust-hmac-sha256",
    "license": "ISC",
    "license_file": null,
    "description": "A small, self-contained SHA256, HMAC-SHA256, and HKDF-SHA256 implementation"
  },
  {
    "name": "hostname",
    "version": "0.3.1",
    "authors": "fengcen <fengcen.love@gmail.com>|svartalf <self@svartalf.info>",
    "repository": "https://github.com/svartalf/hostname",
    "license": "MIT",
    "license_file": null,
    "description": "Cross-platform system's host name functions"
  },
  {
    "name": "http",
    "version": "1.5.0",
    "authors": "Alex Crichton <alex@alexcrichton.com>|Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
    "repository": "https://github.com/hyperium/http",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A set of types for representing HTTP requests and responses."
  },
  {
    "name": "http-auth",
    "version": "0.1.10",
    "authors": null,
    "repository": "https://github.com/scottlamb/http-auth",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "HTTP authentication: parse challenge lists, respond to Basic and Digest challenges. Likely to be extended with server support and additional auth schemes."
  },
  {
    "name": "httparse",
    "version": "1.10.1",
    "authors": "Sean McArthur <sean@seanmonstar.com>",
    "repository": "https://github.com/seanmonstar/httparse",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
  },
  {
    "name": "humantime",
    "version": "2.4.0",
    "authors": null,
    "repository": "https://github.com/chronotope/humantime",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A parser and formatter for std::time::{Duration, SystemTime}"
  },
  {
    "name": "iana-time-zone",
    "version": "0.1.65",
    "authors": "Andrew Straw <strawman@astraw.com>|René Kijewski <rene.kijewski@fu-berlin.de>|Ryan Lopopolo <rjl@hyperbo.la>",
    "repository": "https://github.com/strawlab/iana-time-zone",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "get the IANA time zone for the current system"
  },
  {
    "name": "iana-time-zone-haiku",
    "version": "0.1.2",
    "authors": "René Kijewski <crates.io@k6i.de>",
    "repository": "https://github.com/strawlab/iana-time-zone",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "iana-time-zone support crate for Haiku OS"
  },
  {
    "name": "icu_collections",
    "version": "2.3.0",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Collection of API for use in ICU libraries."
  },
  {
    "name": "icu_locale_core",
    "version": "2.3.0",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "API for managing Unicode Language and Locale Identifiers"
  },
  {
    "name": "icu_normalizer",
    "version": "2.3.0",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "API for normalizing text into Unicode Normalization Forms"
  },
  {
    "name": "icu_normalizer_data",
    "version": "2.3.0",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Data for the icu_normalizer crate"
  },
  {
    "name": "icu_properties",
    "version": "2.3.0",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Definitions for Unicode properties"
  },
  {
    "name": "icu_properties_data",
    "version": "2.3.0",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Data for the icu_properties crate"
  },
  {
    "name": "icu_provider",
    "version": "2.3.1",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Trait and struct definitions for the ICU data provider"
  },
  {
    "name": "idna",
    "version": "1.1.0",
    "authors": "The rust-url developers",
    "repository": "https://github.com/servo/rust-url/",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode."
  },
  {
    "name": "idna_adapter",
    "version": "1.2.2",
    "authors": "The rust-url developers",
    "repository": "https://github.com/hsivonen/idna_adapter",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Back end adapter for idna"
  },
  {
    "name": "if-addrs",
    "version": "0.13.4",
    "authors": "MaidSafe Developers <dev@maidsafe.net>|Messense Lv <messense@icloud.com>",
    "repository": "https://github.com/messense/if-addrs",
    "license": "BSD-3-Clause OR MIT",
    "license_file": null,
    "description": "Return interface IP addresses on Posix and windows systems"
  },
  {
    "name": "if-addrs",
    "version": "0.6.7",
    "authors": "MaidSafe Developers <dev@maidsafe.net>|Messense Lv <messense@icloud.com>",
    "repository": "https://github.com/messense/if-addrs",
    "license": "BSD-3-Clause OR MIT",
    "license_file": null,
    "description": "Return interface IP addresses on Posix and windows systems"
  },
  {
    "name": "if-addrs-sys",
    "version": "0.3.2",
    "authors": "MaidSafe Developers <dev@maidsafe.net>|Messense Lv <messense@icloud.com>",
    "repository": "https://github.com/messense/if-addrs",
    "license": "BSD-3-Clause OR MIT",
    "license_file": null,
    "description": "if_addrs sys crate"
  },
  {
    "name": "image",
    "version": "0.25.10",
    "authors": "The image-rs Developers",
    "repository": "https://github.com/image-rs/image",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Imaging library. Provides basic image processing and encoders/decoders for common image formats."
  },
  {
    "name": "inherent",
    "version": "1.0.14",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/inherent",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Make trait methods callable without the trait in scope"
  },
  {
    "name": "inotify",
    "version": "0.11.5",
    "authors": null,
    "repository": "https://github.com/hannobraun/inotify-rs",
    "license": "ISC",
    "license_file": null,
    "description": "Idiomatic wrapper for inotify"
  },
  {
    "name": "inotify-sys",
    "version": "0.1.8",
    "authors": "Hanno Braun <hb@hannobraun.de>",
    "repository": "https://github.com/hannobraun/inotify-sys",
    "license": "ISC",
    "license_file": null,
    "description": "inotify bindings for the Rust programming language"
  },
  {
    "name": "inout",
    "version": "0.1.4",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/utils",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
  },
  {
    "name": "ipc_message",
    "version": "0.1.0",
    "authors": null,
    "repository": null,
    "license": null,
    "license_file": null,
    "description": null
  },
  {
    "name": "ipnet",
    "version": "2.12.2",
    "authors": "Kris Price <kris@krisprice.nz>",
    "repository": "https://github.com/krisprice/ipnet",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain."
  },
  {
    "name": "ipnetwork",
    "version": "0.21.1",
    "authors": "Abhishek Chanda <abhishek.becs@gmail.com>|Linus Färnstrand <faern@faern.net>",
    "repository": "https://github.com/achanda/ipnetwork",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library to work with IP CIDRs in Rust"
  },
  {
    "name": "is-docker",
    "version": "0.2.0",
    "authors": "Sean Larkin <TheLarkInn@users.noreply.github.com>",
    "repository": "https://github.com/TheLarkInn/is-docker",
    "license": "MIT",
    "license_file": null,
    "description": "Checks if the process is running inside a Docker container."
  },
  {
    "name": "is-terminal",
    "version": "0.4.17",
    "authors": "softprops <d.tangren@gmail.com>|Dan Gohman <dev@sunfishcode.online>",
    "repository": "https://github.com/sunfishcode/is-terminal",
    "license": "MIT",
    "license_file": null,
    "description": "Test whether a given stream is a terminal"
  },
  {
    "name": "is-wsl",
    "version": "0.4.0",
    "authors": "Sean Larkin <TheLarkInn@users.noreply.github.com>",
    "repository": "https://github.com/TheLarkInn/is-wsl",
    "license": "MIT",
    "license_file": null,
    "description": "Checks if the process is running inside Windows Subsystem for Linux."
  },
  {
    "name": "itertools",
    "version": "0.10.5",
    "authors": "bluss",
    "repository": "https://github.com/rust-itertools/itertools",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Extra iterator adaptors, iterator methods, free functions, and macros."
  },
  {
    "name": "itertools",
    "version": "0.13.0",
    "authors": "bluss",
    "repository": "https://github.com/rust-itertools/itertools",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Extra iterator adaptors, iterator methods, free functions, and macros."
  },
  {
    "name": "itoa",
    "version": "1.0.18",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/itoa",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Fast integer primitive to string conversion"
  },
  {
    "name": "jiff",
    "version": "0.2.37",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/jiff",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "A date-time library that encourages you to jump into the pit of success.  This library is heavily inspired by the Temporal project."
  },
  {
    "name": "jiff-core",
    "version": "0.1.1",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/jiff",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "Low level datetime primitives for the Jiff library."
  },
  {
    "name": "jiff-static",
    "version": "0.2.37",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/jiff",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "Create static TimeZone values for Jiff (useful in core-only environments)."
  },
  {
    "name": "jiff-tzdb",
    "version": "0.1.8",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/jiff",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "The entire Time Zone Database embedded into your binary."
  },
  {
    "name": "jiff-tzdb-platform",
    "version": "0.1.3",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/jiff",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "The entire Time Zone Database embedded into your binary for specific platforms."
  },
  {
    "name": "jobserver",
    "version": "0.1.35",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/rust-lang/jobserver-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An implementation of the GNU Make jobserver for Rust."
  },
  {
    "name": "js-sys",
    "version": "0.3.105",
    "authors": "The wasm-bindgen Developers",
    "repository": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate."
  },
  {
    "name": "json",
    "version": "0.12.4",
    "authors": "Maciej Hirsz <hello@maciej.codes>",
    "repository": "https://github.com/maciejhirsz/json-rust",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "JSON implementation in Rust"
  },
  {
    "name": "jwalk",
    "version": "0.8.1",
    "authors": "Jesse Grosjean <jesse@hogbaysoftware.com>|Sebastian Thiel <byronimo@gmail.com>",
    "repository": "https://github.com/byron/jwalk",
    "license": "MIT",
    "license_file": null,
    "description": "Filesystem walk performed in parallel with streamed and sorted results."
  },
  {
    "name": "khronos-egl",
    "version": "6.0.0",
    "authors": "Timothée Haudebourg <author@haudebourg.net>|Sean Kerr <sean@metatomic.io>",
    "repository": "https://github.com/timothee-haudebourg/khronos-egl",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust bindings for EGL"
  },
  {
    "name": "khronos_api",
    "version": "3.1.0",
    "authors": "Brendan Zabarauskas <bjzaba@yahoo.com.au>|Corey Richardson|Arseny Kapoulkine|Pierre Krieger <pierre.krieger1708@gmail.com>",
    "repository": "https://github.com/brendanzab/gl-rs/",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "The Khronos XML API Registry, exposed as byte string constants."
  },
  {
    "name": "kqueue",
    "version": "1.2.1",
    "authors": "William Orr <will@worrbase.com>",
    "repository": "https://gitlab.com/rust-kqueue/rust-kqueue",
    "license": "MIT",
    "license_file": null,
    "description": "kqueue interface for BSDs"
  },
  {
    "name": "kqueue-sys",
    "version": "1.1.2",
    "authors": "William Orr <will@worrbase.com>|Daniel (dmilith) Dettlaff <dmilith@me.com>",
    "repository": "https://gitlab.com/rust-kqueue/rust-kqueue-sys",
    "license": "MIT",
    "license_file": null,
    "description": "Low-level kqueue interface for BSDs"
  },
  {
    "name": "lazy-regex",
    "version": "3.6.1",
    "authors": "Canop <cano.petrole@gmail.com>",
    "repository": "https://github.com/Canop/lazy-regex",
    "license": "MIT",
    "license_file": null,
    "description": "lazy static regular expressions checked at compile time"
  },
  {
    "name": "lazy-regex-proc_macros",
    "version": "3.6.1",
    "authors": "Canop <cano.petrole@gmail.com>",
    "repository": "https://github.com/Canop/lazy-regex/tree/main/src/proc_macros",
    "license": "MIT",
    "license_file": null,
    "description": "proc macros for the lazy_regex crate"
  },
  {
    "name": "lazy_static",
    "version": "1.5.0",
    "authors": "Marvin Löbel <loebel.marvin@gmail.com>",
    "repository": "https://github.com/rust-lang-nursery/lazy-static.rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A macro for declaring lazily evaluated statics in Rust."
  },
  {
    "name": "lfs-core",
    "version": "0.11.2",
    "authors": "dystroy <denys.seguret@gmail.com>",
    "repository": "https://github.com/Canop/lfs-core",
    "license": "MIT",
    "license_file": null,
    "description": "give information on mounted disks"
  },
  {
    "name": "libc",
    "version": "0.2.189",
    "authors": null,
    "repository": "https://github.com/rust-lang/libc",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Raw FFI bindings to platform libraries like libc."
  },
  {
    "name": "libloading",
    "version": "0.8.9",
    "authors": "Simonas Kazlauskas <libloading@kazlauskas.me>",
    "repository": "https://github.com/nagisa/rust_libloading/",
    "license": "ISC",
    "license_file": null,
    "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety."
  },
  {
    "name": "libmdns",
    "version": "0.6.1",
    "authors": "Will Stott <willstott101+libmdns@gmail.com>",
    "repository": "https://github.com/librespot-org/libmdns",
    "license": "MIT",
    "license_file": null,
    "description": "mDNS Responder library for building discoverable LAN services in Rust"
  },
  {
    "name": "libudev-sys",
    "version": "0.1.4",
    "authors": "David Cuddeback <david.cuddeback@gmail.com>",
    "repository": "https://github.com/dcuddeback/libudev-sys",
    "license": "MIT",
    "license_file": null,
    "description": "FFI bindings to libudev"
  },
  {
    "name": "linux-raw-sys",
    "version": "0.12.1",
    "authors": "Dan Gohman <dev@sunfishcode.online>",
    "repository": "https://github.com/sunfishcode/linux-raw-sys",
    "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
    "license_file": null,
    "description": "Generated bindings for Linux's userspace API"
  },
  {
    "name": "litemap",
    "version": "0.8.3",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "A key-value Map implementation based on a flat, sorted Vec."
  },
  {
    "name": "lock_api",
    "version": "0.4.14",
    "authors": "Amanieu d'Antras <amanieu@gmail.com>",
    "repository": "https://github.com/Amanieu/parking_lot",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
  },
  {
    "name": "log",
    "version": "0.4.34",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-lang/log",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A lightweight logging facade for Rust"
  },
  {
    "name": "loom",
    "version": "0.7.2",
    "authors": "Carl Lerche <me@carllerche.com>",
    "repository": "https://github.com/tokio-rs/loom",
    "license": "MIT",
    "license_file": null,
    "description": "Permutation testing for concurrent code"
  },
  {
    "name": "lz4_flex",
    "version": "0.11.6",
    "authors": "Pascal Seitz <pascal.seitz@gmail.com>|Arthur Silva <arthurprs@gmail.com>|ticki <Ticki@users.noreply.github.com>",
    "repository": "https://github.com/pseitz/lz4_flex",
    "license": "MIT",
    "license_file": null,
    "description": "Fastest LZ4 implementation in Rust, no unsafe by default."
  },
  {
    "name": "mach2",
    "version": "0.4.3",
    "authors": null,
    "repository": "https://github.com/JohnTitor/mach2",
    "license": "Apache-2.0 OR BSD-2-Clause OR MIT",
    "license_file": null,
    "description": "A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX."
  },
  {
    "name": "match_cfg",
    "version": "0.1.0",
    "authors": "gnzlbg <gonzalobg88@gmail.com>",
    "repository": "https://github.com/gnzlbg/match_cfg",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A convenience macro to ergonomically define an item depending on a large number of `#[cfg]` parameters. Structured like match statement, the first matching branch is the item that gets emitted."
  },
  {
    "name": "matchers",
    "version": "0.2.0",
    "authors": "Eliza Weisman <eliza@buoyant.io>",
    "repository": "https://github.com/hawkw/matchers",
    "license": "MIT",
    "license_file": null,
    "description": "Regex matching on character and byte streams."
  },
  {
    "name": "matrixmultiply",
    "version": "0.3.11",
    "authors": "bluss|R. Janis Goldschmidt",
    "repository": "https://github.com/bluss/matrixmultiply/",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses SIMD features on x86/x86-64 and AArch64 transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize.  Supports multithreading."
  },
  {
    "name": "md-5",
    "version": "0.10.6",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/hashes",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "MD5 hash function"
  },
  {
    "name": "memchr",
    "version": "2.8.3",
    "authors": "Andrew Gallant <jamslam@gmail.com>|bluss",
    "repository": "https://github.com/BurntSushi/memchr",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search."
  },
  {
    "name": "memmap2",
    "version": "0.8.0",
    "authors": "Dan Burkert <dan@danburkert.com>|Yevhenii Reizner <razrfalcon@gmail.com>",
    "repository": "https://github.com/RazrFalcon/memmap2-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Cross-platform Rust API for memory-mapped file IO"
  },
  {
    "name": "memmap2",
    "version": "0.9.11",
    "authors": "Dan Burkert <dan@danburkert.com>|Yevhenii Reizner <razrfalcon@gmail.com>|The Contributors",
    "repository": "https://github.com/RazrFalcon/memmap2-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Cross-platform Rust API for memory-mapped file IO"
  },
  {
    "name": "memoffset",
    "version": "0.6.5",
    "authors": "Gilad Naaman <gilad.naaman@gmail.com>",
    "repository": "https://github.com/Gilnaa/memoffset",
    "license": "MIT",
    "license_file": null,
    "description": "offset_of functionality for Rust structs."
  },
  {
    "name": "memoffset",
    "version": "0.7.1",
    "authors": "Gilad Naaman <gilad.naaman@gmail.com>",
    "repository": "https://github.com/Gilnaa/memoffset",
    "license": "MIT",
    "license_file": null,
    "description": "offset_of functionality for Rust structs."
  },
  {
    "name": "memoffset",
    "version": "0.9.1",
    "authors": "Gilad Naaman <gilad.naaman@gmail.com>",
    "repository": "https://github.com/Gilnaa/memoffset",
    "license": "MIT",
    "license_file": null,
    "description": "offset_of functionality for Rust structs."
  },
  {
    "name": "mime",
    "version": "0.3.17",
    "authors": "Sean McArthur <sean@seanmonstar.com>",
    "repository": "https://github.com/hyperium/mime",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Strongly Typed Mimes"
  },
  {
    "name": "mime_guess",
    "version": "2.0.5",
    "authors": "Austin Bonander <austin.bonander@gmail.com>",
    "repository": "https://github.com/abonander/mime_guess",
    "license": "MIT",
    "license_file": null,
    "description": "A simple crate for detection of a file's MIME type by its extension."
  },
  {
    "name": "minidump",
    "version": "0.19.1",
    "authors": "Ted Mielczarek <ted@mielczarek.org>",
    "repository": "https://github.com/rust-minidump/rust-minidump",
    "license": "MIT",
    "license_file": null,
    "description": "A parser for the minidump format."
  },
  {
    "name": "minidump-common",
    "version": "0.19.1",
    "authors": "Ted Mielczarek <ted@mielczarek.org>",
    "repository": "https://github.com/rust-minidump/rust-minidump",
    "license": "MIT",
    "license_file": null,
    "description": "Some common types for working with minidump files."
  },
  {
    "name": "minidump-common",
    "version": "0.21.2",
    "authors": "Ted Mielczarek <ted@mielczarek.org>",
    "repository": "https://github.com/rust-minidump/rust-minidump",
    "license": "MIT",
    "license_file": null,
    "description": "Some common types for working with minidump files."
  },
  {
    "name": "minidump-processor",
    "version": "0.19.1",
    "authors": "Ted Mielczarek <ted@mielczarek.org>",
    "repository": "https://github.com/rust-minidump/rust-minidump",
    "license": "MIT",
    "license_file": null,
    "description": "A library for producing stack traces and other useful information from minidump files."
  },
  {
    "name": "minidump-unwind",
    "version": "0.19.1",
    "authors": "Alex Franchuk <afranchuk@mozilla.com>",
    "repository": "https://github.com/rust-minidump/rust-minidump",
    "license": "MIT",
    "license_file": null,
    "description": "A library for producing stack traces from minidump files."
  },
  {
    "name": "minidump-writer",
    "version": "0.8.9",
    "authors": "Martin Sirringhaus",
    "repository": "https://github.com/rust-minidump/minidump-writer",
    "license": "MIT",
    "license_file": null,
    "description": "Rust rewrite of Breakpad's minidump_writer"
  },
  {
    "name": "minidumper",
    "version": "0.8.3",
    "authors": "Embark <opensource@embark-studios.com>|Jake Shadle <jake.shadle@embark-studios.com>",
    "repository": "https://github.com/EmbarkStudios/crash-handling",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "IPC impl for creating a minidump for a crashed process"
  },
  {
    "name": "minimal-lexical",
    "version": "0.2.1",
    "authors": "Alex Huszagh <ahuszagh@gmail.com>",
    "repository": "https://github.com/Alexhuszagh/minimal-lexical",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Fast float parsing conversion routines."
  },
  {
    "name": "miniz_oxide",
    "version": "0.8.9",
    "authors": "Frommi <daniil.liferenko@gmail.com>|oyvindln <oyvindln@users.noreply.github.com>|Rich Geldreich richgel99@gmail.com",
    "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz"
  },
  {
    "name": "miniz_oxide",
    "version": "0.9.1",
    "authors": "Frommi <daniil.liferenko@gmail.com>|oyvindln <oyvindln@users.noreply.github.com>|Rich Geldreich richgel99@gmail.com",
    "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz"
  },
  {
    "name": "mio",
    "version": "0.8.11",
    "authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/mio",
    "license": "MIT",
    "license_file": null,
    "description": "Lightweight non-blocking I/O."
  },
  {
    "name": "mio",
    "version": "1.2.3",
    "authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/mio",
    "license": "MIT",
    "license_file": null,
    "description": "Lightweight non-blocking I/O."
  },
  {
    "name": "mockall",
    "version": "0.11.4",
    "authors": "Alan Somers <asomers@gmail.com>",
    "repository": "https://github.com/asomers/mockall",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A powerful mock object library for Rust."
  },
  {
    "name": "mockall_derive",
    "version": "0.11.4",
    "authors": "Alan Somers <asomers@gmail.com>",
    "repository": "https://github.com/asomers/mockall",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Procedural macros for Mockall"
  },
  {
    "name": "moxcms",
    "version": "0.8.1",
    "authors": "Radzivon Bartoshyk",
    "repository": "https://github.com/awxkee/moxcms.git",
    "license": "Apache-2.0 OR BSD-3-Clause",
    "license_file": null,
    "description": "Simple Color Management in Rust"
  },
  {
    "name": "mp4ra-rust",
    "version": "0.1.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/mp4ra-rust",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Types and associated constants representing code points managed by the MPEG4 Registration Authority"
  },
  {
    "name": "mp4ra-rust",
    "version": "0.3.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/mp4ra-rust",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Types and associated constants representing code points managed by the MPEG4 Registration Authority"
  },
  {
    "name": "mpeg4-audio-const",
    "version": "0.2.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/mpeg4-audio-const",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Definitions of types and constants for values defined by ISO/IEC 14496 part 3 (Audio)"
  },
  {
    "name": "multimap",
    "version": "0.8.3",
    "authors": "Håvar Nøvik <havar.novik@gmail.com>",
    "repository": "https://github.com/havarnov/multimap",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A multimap implementation."
  },
  {
    "name": "multiversion",
    "version": "0.9.0",
    "authors": "Caleb Zulawski <caleb.zulawski@gmail.com>",
    "repository": "https://github.com/calebzulawski/multiversion",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Easy function multiversioning"
  },
  {
    "name": "multiversion-macros",
    "version": "0.9.0",
    "authors": "Caleb Zulawski <caleb.zulawski@gmail.com>",
    "repository": "https://github.com/calebzulawski/multiversion",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Implementation crate for multiversion"
  },
  {
    "name": "multiversion_no_op",
    "version": "1.0.0",
    "authors": "Henri Sivonen <hsivonen@hsivonen.fi>",
    "repository": "https://github.com/hsivonen/multiversion_no_op",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Provides a pass-through function attribute called multiversion for optimizing build times"
  },
  {
    "name": "nalgebra",
    "version": "0.32.6",
    "authors": "Sébastien Crozet <developer@crozet.re>",
    "repository": "https://github.com/dimforge/nalgebra",
    "license": "BSD-3-Clause",
    "license_file": null,
    "description": "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
  },
  {
    "name": "nalgebra-macros",
    "version": "0.2.2",
    "authors": "Andreas Longva|Sébastien Crozet <developer@crozet.re>",
    "repository": "https://github.com/dimforge/nalgebra",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Procedural macros for nalgebra"
  },
  {
    "name": "nanorand",
    "version": "0.7.0",
    "authors": "Lucy <lucy@absolucy.moe>",
    "repository": "https://github.com/Absolucy/nanorand-rs",
    "license": "Zlib",
    "license_file": null,
    "description": "A tiny, fast, zero-dep library for random number generation."
  },
  {
    "name": "net2",
    "version": "0.2.39",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/deprecrated/net2-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Extensions to the standard library's networking types as proposed in RFC 1158."
  },
  {
    "name": "network-interface",
    "version": "1.1.4",
    "authors": "Esteban Borai <estebanborai@gmail.com>",
    "repository": "https://github.com/EstebanBorai/network-interface",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Retrieve system's Network Interfaces on Linux, FreeBSD, macOS and Windows on a standarized manner"
  },
  {
    "name": "nix",
    "version": "0.23.2",
    "authors": "The nix-rust Project Developers",
    "repository": "https://github.com/nix-rust/nix",
    "license": "MIT",
    "license_file": null,
    "description": "Rust friendly bindings to *nix APIs"
  },
  {
    "name": "nix",
    "version": "0.26.4",
    "authors": "The nix-rust Project Developers",
    "repository": "https://github.com/nix-rust/nix",
    "license": "MIT",
    "license_file": null,
    "description": "Rust friendly bindings to *nix APIs"
  },
  {
    "name": "nix",
    "version": "0.28.0",
    "authors": "The nix-rust Project Developers",
    "repository": "https://github.com/nix-rust/nix",
    "license": "MIT",
    "license_file": null,
    "description": "Rust friendly bindings to *nix APIs"
  },
  {
    "name": "nix",
    "version": "0.31.3",
    "authors": null,
    "repository": "https://github.com/nix-rust/nix",
    "license": "MIT",
    "license_file": null,
    "description": "Rust friendly bindings to *nix APIs"
  },
  {
    "name": "nom",
    "version": "7.1.3",
    "authors": "contact@geoffroycouprie.com",
    "repository": "https://github.com/Geal/nom",
    "license": "MIT",
    "license_file": null,
    "description": "A byte-oriented, zero-copy, parser combinators library"
  },
  {
    "name": "normalize-line-endings",
    "version": "0.3.0",
    "authors": "Richard Dodd <richdodj@gmail.com>",
    "repository": "https://github.com/derekdreery/normalize-line-endings",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "Takes an iterator over chars and returns a new iterator with all line endings (\\r, \\n, or \\r\\n) as \\n"
  },
  {
    "name": "notify",
    "version": "8.2.0",
    "authors": "Félix Saparelli <me@passcod.name>|Daniel Faust <hessijames@gmail.com>|Aron Heinecke <Ox0p54r36@t-online.de>",
    "repository": "https://github.com/notify-rs/notify.git",
    "license": "CC0-1.0",
    "license_file": null,
    "description": "Cross-platform filesystem notification library"
  },
  {
    "name": "notify-types",
    "version": "2.1.0",
    "authors": "Daniel Faust <hessijames@gmail.com>",
    "repository": "https://github.com/notify-rs/notify.git",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Types used by the notify crate"
  },
  {
    "name": "nu-ansi-term",
    "version": "0.50.3",
    "authors": "ogham@bsago.me|Ryan Scheel (Havvy) <ryan.havvy@gmail.com>|Josh Triplett <josh@joshtriplett.org>|The Nushell Project Developers",
    "repository": "https://github.com/nushell/nu-ansi-term",
    "license": "MIT",
    "license_file": null,
    "description": "Library for ANSI terminal colors and styles (bold, underline)"
  },
  {
    "name": "num-complex",
    "version": "0.4.6",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-num/num-complex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Complex numbers implementation for Rust"
  },
  {
    "name": "num-conv",
    "version": "0.2.2",
    "authors": "Jacob Pratt <jacob@jhpratt.dev>",
    "repository": "https://github.com/jhpratt/num-conv",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax."
  },
  {
    "name": "num-derive",
    "version": "0.4.2",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-num/num-derive",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Numeric syntax extensions"
  },
  {
    "name": "num-integer",
    "version": "0.1.47",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-num/num-integer",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Integer traits and functions"
  },
  {
    "name": "num-rational",
    "version": "0.4.2",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-num/num-rational",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rational numbers implementation for Rust"
  },
  {
    "name": "num-traits",
    "version": "0.2.19",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-num/num-traits",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Numeric traits for generic mathematics"
  },
  {
    "name": "num_cpus",
    "version": "1.17.0",
    "authors": "Sean McArthur <sean@seanmonstar.com>",
    "repository": "https://github.com/seanmonstar/num_cpus",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Get the number of CPUs on a machine."
  },
  {
    "name": "num_threads",
    "version": "0.1.7",
    "authors": "Jacob Pratt <open-source@jhpratt.dev>",
    "repository": "https://github.com/jhpratt/num_threads",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A minimal library that determines the number of running threads for the current process."
  },
  {
    "name": "objc2",
    "version": "0.6.4",
    "authors": "Mads Marquart <mads@marquart.dk>",
    "repository": "https://github.com/madsmtm/objc2",
    "license": "MIT",
    "license_file": null,
    "description": "Objective-C interface and runtime bindings"
  },
  {
    "name": "objc2-encode",
    "version": "4.1.0",
    "authors": "Mads Marquart <mads@marquart.dk>",
    "repository": "https://github.com/madsmtm/objc2",
    "license": "MIT",
    "license_file": null,
    "description": "Objective-C type-encoding representation and parsing"
  },
  {
    "name": "object",
    "version": "0.37.3",
    "authors": null,
    "repository": "https://github.com/gimli-rs/object",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A unified interface for reading and writing object file formats."
  },
  {
    "name": "once_cell",
    "version": "1.21.4",
    "authors": "Aleksey Kladov <aleksey.kladov@gmail.com>",
    "repository": "https://github.com/matklad/once_cell",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Single assignment cells and lazy values."
  },
  {
    "name": "opaque-debug",
    "version": "0.3.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/utils",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Macro for opaque Debug trait implementation"
  },
  {
    "name": "open",
    "version": "5.4.4",
    "authors": "Sebastian Thiel <byronimo@gmail.com>",
    "repository": "https://github.com/Byron/open-rs",
    "license": "MIT",
    "license_file": null,
    "description": "Open a path or URL using the program configured on the system"
  },
  {
    "name": "parking_lot",
    "version": "0.12.5",
    "authors": "Amanieu d'Antras <amanieu@gmail.com>",
    "repository": "https://github.com/Amanieu/parking_lot",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "More compact and efficient implementations of the standard synchronization primitives."
  },
  {
    "name": "parking_lot_core",
    "version": "0.9.12",
    "authors": "Amanieu d'Antras <amanieu@gmail.com>",
    "repository": "https://github.com/Amanieu/parking_lot",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An advanced API for creating custom synchronization primitives."
  },
  {
    "name": "partition-identity",
    "version": "0.2.8",
    "authors": "Michael Aaron Murphy <mmstickman@gmail.com>",
    "repository": "https://github.com/pop-os/partition-identity",
    "license": "MIT",
    "license_file": null,
    "description": "Find the ID of a device by its path, or find a device path by its ID."
  },
  {
    "name": "paste",
    "version": "1.0.15",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/paste",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Macros for all your token pasting needs"
  },
  {
    "name": "percent-encoding",
    "version": "2.3.2",
    "authors": "The rust-url developers",
    "repository": "https://github.com/servo/rust-url/",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Percent encoding and decoding"
  },
  {
    "name": "pico-args",
    "version": "0.5.0",
    "authors": "Yevhenii Reizner <razrfalcon@gmail.com>",
    "repository": "https://github.com/RazrFalcon/pico-args",
    "license": "MIT",
    "license_file": null,
    "description": "An ultra simple CLI arguments parser."
  },
  {
    "name": "pin-project",
    "version": "1.1.13",
    "authors": null,
    "repository": "https://github.com/taiki-e/pin-project",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A crate for safe and ergonomic pin-projection."
  },
  {
    "name": "pin-project-internal",
    "version": "1.1.13",
    "authors": null,
    "repository": "https://github.com/taiki-e/pin-project",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Implementation detail of the `pin-project` crate."
  },
  {
    "name": "pin-project-lite",
    "version": "0.2.17",
    "authors": null,
    "repository": "https://github.com/taiki-e/pin-project-lite",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A lightweight version of pin-project written with declarative macros."
  },
  {
    "name": "pin-utils",
    "version": "0.1.0",
    "authors": "Josef Brandl <mail@josefbrandl.de>",
    "repository": "https://github.com/rust-lang-nursery/pin-utils",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Utilities for pinning"
  },
  {
    "name": "pkg-config",
    "version": "0.3.34",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/rust-lang/pkg-config-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts."
  },
  {
    "name": "plain",
    "version": "0.2.3",
    "authors": "jzr",
    "repository": "https://github.com/randomites/plain",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A small Rust library that allows users to reinterpret data of certain types safely."
  },
  {
    "name": "png",
    "version": "0.18.1",
    "authors": "The image-rs Developers",
    "repository": "https://github.com/image-rs/image-png",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "PNG decoding and encoding library in pure Rust"
  },
  {
    "name": "polling",
    "version": "3.11.0",
    "authors": "Stjepan Glavina <stjepang@gmail.com>|John Nunley <dev@notgull.net>",
    "repository": "https://github.com/smol-rs/polling",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Portable interface to epoll, kqueue, event ports, and IOCP"
  },
  {
    "name": "poly1305",
    "version": "0.8.0",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/universal-hashes",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The Poly1305 universal hash function and message authentication code"
  },
  {
    "name": "portable-atomic",
    "version": "1.15.0",
    "authors": null,
    "repository": "https://github.com/taiki-e/portable-atomic",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc."
  },
  {
    "name": "portable-atomic-util",
    "version": "0.2.8",
    "authors": null,
    "repository": "https://github.com/taiki-e/portable-atomic-util",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Synchronization primitives built with portable-atomic."
  },
  {
    "name": "potential_utf",
    "version": "0.1.6",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Unvalidated string and character types"
  },
  {
    "name": "powerfmt",
    "version": "0.2.0",
    "authors": "Jacob Pratt <jacob@jhpratt.dev>",
    "repository": "https://github.com/jhpratt/powerfmt",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "`powerfmt` is a library that provides utilities for formatting values. This crate makes it     significantly easier to support filling to a minimum width with alignment, avoid heap     allocation, and avoid repetitive calculations."
  },
  {
    "name": "ppv-lite86",
    "version": "0.2.21",
    "authors": "The CryptoCorrosion Contributors",
    "repository": "https://github.com/cryptocorrosion/cryptocorrosion",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Cross-platform cryptography-oriented low-level SIMD library."
  },
  {
    "name": "predicates",
    "version": "2.1.5",
    "authors": "Nick Stevens <nick@bitcurry.com>",
    "repository": "https://github.com/assert-rs/predicates-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An implementation of boolean-valued predicate functions."
  },
  {
    "name": "predicates-core",
    "version": "1.0.10",
    "authors": null,
    "repository": "https://github.com/assert-rs/predicates-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An API for boolean-valued predicate functions."
  },
  {
    "name": "predicates-tree",
    "version": "1.0.13",
    "authors": null,
    "repository": "https://github.com/assert-rs/predicates-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Render boolean-valued predicate functions results as a tree."
  },
  {
    "name": "pretty-hex",
    "version": "0.4.2",
    "authors": "Andrei Volnin <wolandr@gmail.com>",
    "repository": "https://github.com/wolandr/pretty-hex",
    "license": "MIT",
    "license_file": null,
    "description": "Pretty hex dump of bytes slice in the common style."
  },
  {
    "name": "proc-macro-error",
    "version": "1.0.4",
    "authors": "CreepySkeleton <creepy-skeleton@yandex.ru>",
    "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Almost drop-in replacement to panics in proc-macros"
  },
  {
    "name": "proc-macro-error-attr",
    "version": "1.0.4",
    "authors": "CreepySkeleton <creepy-skeleton@yandex.ru>",
    "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Attribute macro for proc-macro-error crate"
  },
  {
    "name": "proc-macro2",
    "version": "1.0.107",
    "authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/dtolnay/proc-macro2",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case."
  },
  {
    "name": "proc-mounts",
    "version": "0.2.4",
    "authors": "Jeremy Soller <jackpot51@gmail.com>|Michael Aaron Murphy <mmstickman@gmail.com>",
    "repository": "https://github.com/pop-os/proc-mounts",
    "license": "MIT",
    "license_file": null,
    "description": "Fetch active mounts and swaps on a Linux system"
  },
  {
    "name": "procfs-core",
    "version": "0.16.0",
    "authors": "Andrew Chin <achin@eminence32.net>",
    "repository": "https://github.com/eminence/procfs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Data structures and parsing for the linux procfs pseudo-filesystem"
  },
  {
    "name": "prost",
    "version": "0.9.0",
    "authors": "Dan Burkert <dan@danburkert.com>|Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/prost",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "A Protocol Buffers implementation for the Rust Language."
  },
  {
    "name": "prost-derive",
    "version": "0.9.0",
    "authors": "Dan Burkert <dan@danburkert.com>|Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/prost",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "A Protocol Buffers implementation for the Rust Language."
  },
  {
    "name": "pxfm",
    "version": "0.1.30",
    "authors": "Radzivon Bartoshyk",
    "repository": "https://github.com/awxkee/pxfm",
    "license": "Apache-2.0 OR BSD-3-Clause",
    "license_file": null,
    "description": "Fast and accurate math"
  },
  {
    "name": "quick-error",
    "version": "1.2.3",
    "authors": "Paul Colomiets <paul@colomiets.name>|Colin Kiegel <kiegel@gmx.de>",
    "repository": "http://github.com/tailhook/quick-error",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A macro which makes error types pleasant to write."
  },
  {
    "name": "quote",
    "version": "1.0.47",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/quote",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Quasi-quoting macro quote!(...)"
  },
  {
    "name": "r-efi",
    "version": "5.3.0",
    "authors": null,
    "repository": "https://github.com/r-efi/r-efi",
    "license": "Apache-2.0 OR LGPL-2.1-or-later OR MIT",
    "license_file": null,
    "description": "UEFI Reference Specification Protocol Constants and Definitions"
  },
  {
    "name": "r-efi",
    "version": "6.0.0",
    "authors": null,
    "repository": "https://github.com/r-efi/r-efi",
    "license": "Apache-2.0 OR LGPL-2.1-or-later OR MIT",
    "license_file": null,
    "description": "UEFI Reference Specification Protocol Constants and Definitions"
  },
  {
    "name": "rand",
    "version": "0.10.3",
    "authors": "The Rand Project Developers|The Rust Project Developers",
    "repository": "https://github.com/rust-random/rand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Random number generators and other randomness functionality."
  },
  {
    "name": "rand",
    "version": "0.8.8",
    "authors": "The Rand Project Developers|The Rust Project Developers",
    "repository": "https://github.com/rust-random/rand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Random number generators and other randomness functionality."
  },
  {
    "name": "rand",
    "version": "0.9.5",
    "authors": "The Rand Project Developers|The Rust Project Developers",
    "repository": "https://github.com/rust-random/rand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Random number generators and other randomness functionality."
  },
  {
    "name": "rand_chacha",
    "version": "0.3.1",
    "authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors",
    "repository": "https://github.com/rust-random/rand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "ChaCha random number generator"
  },
  {
    "name": "rand_chacha",
    "version": "0.9.0",
    "authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors",
    "repository": "https://github.com/rust-random/rand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "ChaCha random number generator"
  },
  {
    "name": "rand_core",
    "version": "0.10.1",
    "authors": "The Rand Project Developers",
    "repository": "https://github.com/rust-random/rand_core",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Core random number generation traits and tools for implementation."
  },
  {
    "name": "rand_core",
    "version": "0.6.4",
    "authors": "The Rand Project Developers|The Rust Project Developers",
    "repository": "https://github.com/rust-random/rand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Core random number generator traits and tools for implementation."
  },
  {
    "name": "rand_core",
    "version": "0.9.5",
    "authors": "The Rand Project Developers|The Rust Project Developers",
    "repository": "https://github.com/rust-random/rand",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Core random number generator traits and tools for implementation."
  },
  {
    "name": "range-map",
    "version": "0.2.0",
    "authors": "Joe Neeman <joeneeman@gmail.com>",
    "repository": "http://github.com/jneem/range-map",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Maps and sets implemented using ranges."
  },
  {
    "name": "raptorq",
    "version": "1.8.1",
    "authors": "Christopher Berner <christopherberner@gmail.com>",
    "repository": "https://github.com/cberner/raptorq",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "RaptorQ (RFC6330)"
  },
  {
    "name": "raw_sync",
    "version": "0.1.5",
    "authors": "elast0ny <elast0ny00@gmail.com>",
    "repository": "https://github.com/elast0ny/raw_sync-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Lightweight wrapper around OS synchronization primitives"
  },
  {
    "name": "rawpointer",
    "version": "0.2.1",
    "authors": "bluss",
    "repository": "https://github.com/bluss/rawpointer/",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Extra methods for raw pointers and `NonNull<T>`.  For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`."
  },
  {
    "name": "rayon",
    "version": "1.12.0",
    "authors": null,
    "repository": "https://github.com/rayon-rs/rayon",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Simple work-stealing parallelism for Rust"
  },
  {
    "name": "rayon-core",
    "version": "1.13.0",
    "authors": null,
    "repository": "https://github.com/rayon-rs/rayon",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Core APIs for Rayon"
  },
  {
    "name": "redox_syscall",
    "version": "0.5.18",
    "authors": "Jeremy Soller <jackpot51@gmail.com>",
    "repository": "https://gitlab.redox-os.org/redox-os/syscall",
    "license": "MIT",
    "license_file": null,
    "description": "A Rust library to access raw Redox system calls"
  },
  {
    "name": "regex",
    "version": "1.13.1",
    "authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/rust-lang/regex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
  },
  {
    "name": "regex-automata",
    "version": "0.4.18",
    "authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/rust-lang/regex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Automata construction and matching using regular expressions."
  },
  {
    "name": "regex-lite",
    "version": "0.1.9",
    "authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/rust-lang/regex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A lightweight regex engine that optimizes for binary size and compilation time."
  },
  {
    "name": "regex-syntax",
    "version": "0.8.11",
    "authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/rust-lang/regex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A regular expression parser."
  },
  {
    "name": "retina",
    "version": "0.4.14",
    "authors": "Scott Lamb <slamb@slamb.org>",
    "repository": "https://github.com/scottlamb/retina",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "high-level RTSP multimedia streaming library"
  },
  {
    "name": "rev_buf_reader",
    "version": "0.3.0",
    "authors": "André Vicente Milack <andrevicente.m@gmail.com>",
    "repository": "https://github.com/andre-vm/rev_buf_reader",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Crate that provides a buffered reader capable of reading chunks of bytes of a data stream in reverse order. Its implementation is an adapted copy of BufReader from the nightly std::io."
  },
  {
    "name": "rfc6381-codec",
    "version": "0.1.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": null,
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parser and generator for codec-string values, as specified in RFC 6381, section 3"
  },
  {
    "name": "rfc6381-codec",
    "version": "0.2.0",
    "authors": "David Holroyd <dave@badgers-in-foil.co.uk>",
    "repository": "https://github.com/dholroyd/rfc6381-codec",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parser and generator for codec-string values, as specified in RFC 6381, section 3"
  },
  {
    "name": "ring",
    "version": "0.17.14",
    "authors": null,
    "repository": "https://github.com/briansmith/ring",
    "license": "Apache-2.0 AND ISC",
    "license_file": null,
    "description": "An experiment."
  },
  {
    "name": "rtsp-types",
    "version": "0.1.3",
    "authors": "Sebastian Dröge <sebastian@centricular.com>",
    "repository": "https://github.com/sdroege/rtsp-types",
    "license": "MIT",
    "license_file": null,
    "description": "RTSP (RFC 7826) types, parser and serializer"
  },
  {
    "name": "rubato",
    "version": "5.0.0",
    "authors": "HEnquist <henrik.enquist@gmail.com>",
    "repository": "https://github.com/HEnquist/rubato",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Asynchronous resampling library intended for audio data"
  },
  {
    "name": "rustc-demangle",
    "version": "0.1.28",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/rust-lang/rustc-demangle",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust compiler symbol demangling."
  },
  {
    "name": "rustc-hash",
    "version": "2.1.3",
    "authors": "The Rust Project Developers",
    "repository": "https://github.com/rust-lang/rustc-hash",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A speedy, non-cryptographic hashing algorithm used by rustc"
  },
  {
    "name": "rustc_version",
    "version": "0.4.1",
    "authors": null,
    "repository": "https://github.com/djc/rustc-version-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library for querying the version of a installed rustc compiler"
  },
  {
    "name": "rustc_version_runtime",
    "version": "0.3.0",
    "authors": "Sebastian Waisbrot <seppo0010@gmail.com>",
    "repository": "https://github.com/seppo0010/rustc-version-runtime-rs",
    "license": "MIT",
    "license_file": null,
    "description": "A library for querying the version of the rustc compiler used in runtime"
  },
  {
    "name": "rustix",
    "version": "1.1.5",
    "authors": "Dan Gohman <dev@sunfishcode.online>|Jakub Konka <kubkon@jakubkonka.com>",
    "repository": "https://github.com/bytecodealliance/rustix",
    "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
    "license_file": null,
    "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls"
  },
  {
    "name": "rustls",
    "version": "0.23.45",
    "authors": null,
    "repository": "https://github.com/rustls/rustls",
    "license": "Apache-2.0 OR ISC OR MIT",
    "license_file": null,
    "description": "Rustls is a modern TLS library written in Rust."
  },
  {
    "name": "rustls-pki-types",
    "version": "1.15.1",
    "authors": null,
    "repository": "https://github.com/rustls/pki-types",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Shared types for the rustls PKI ecosystem"
  },
  {
    "name": "rustls-webpki",
    "version": "0.103.15",
    "authors": null,
    "repository": "https://github.com/rustls/webpki",
    "license": "ISC",
    "license_file": null,
    "description": "Web PKI X.509 Certificate Verification."
  },
  {
    "name": "rustversion",
    "version": "1.0.23",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/rustversion",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Conditional compilation according to rustc compiler version"
  },
  {
    "name": "safe_arch",
    "version": "0.7.4",
    "authors": "Lokathor <zefria@gmail.com>",
    "repository": "https://github.com/Lokathor/safe_arch",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "Crate that exposes `core::arch` safely via `#[cfg()]`."
  },
  {
    "name": "salsa20",
    "version": "0.10.2",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/stream-ciphers",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Salsa20 Stream Cipher"
  },
  {
    "name": "same-file",
    "version": "1.0.6",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/same-file",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "A simple crate for determining whether two file paths point to the same file."
  },
  {
    "name": "scoped-tls",
    "version": "1.0.1",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/alexcrichton/scoped-tls",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS."
  },
  {
    "name": "scopeguard",
    "version": "1.2.0",
    "authors": "bluss",
    "repository": "https://github.com/bluss/scopeguard",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic).  Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies."
  },
  {
    "name": "scroll",
    "version": "0.11.0",
    "authors": "m4b <m4b.github.io@gmail.com>|Ted Mielczarek <ted@mielczarek.org>",
    "repository": "https://github.com/m4b/scroll",
    "license": "MIT",
    "license_file": null,
    "description": "A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers"
  },
  {
    "name": "scroll",
    "version": "0.12.0",
    "authors": "m4b <m4b.github.io@gmail.com>|Ted Mielczarek <ted@mielczarek.org>",
    "repository": "https://github.com/m4b/scroll",
    "license": "MIT",
    "license_file": null,
    "description": "A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers"
  },
  {
    "name": "scroll_derive",
    "version": "0.11.1",
    "authors": "m4b <m4b.github.io@gmail.com>|Ted Mielczarek <ted@mielczarek.org>|Systemcluster <me@systemcluster.me>",
    "repository": "https://github.com/m4b/scroll",
    "license": "MIT",
    "license_file": null,
    "description": "A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate"
  },
  {
    "name": "scroll_derive",
    "version": "0.12.1",
    "authors": "m4b <m4b.github.io@gmail.com>|Ted Mielczarek <ted@mielczarek.org>|Systemcluster <me@systemcluster.me>",
    "repository": "https://github.com/m4b/scroll",
    "license": "MIT",
    "license_file": null,
    "description": "A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate"
  },
  {
    "name": "sdp-types",
    "version": "0.1.8",
    "authors": "Sebastian Dröge <sebastian@centricular.com>",
    "repository": "https://github.com/sdroege/sdp-types",
    "license": "MIT",
    "license_file": null,
    "description": "SDP (RFC 4566) types, parser and serializer"
  },
  {
    "name": "semver",
    "version": "1.0.28",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/semver",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning"
  },
  {
    "name": "serde",
    "version": "1.0.229",
    "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/serde-rs/serde",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A generic serialization/deserialization framework"
  },
  {
    "name": "serde_core",
    "version": "1.0.229",
    "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/serde-rs/serde",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Serde traits only, with no support for derive -- use the `serde` crate instead"
  },
  {
    "name": "serde_derive",
    "version": "1.0.229",
    "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/serde-rs/serde",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
  },
  {
    "name": "serde_json",
    "version": "1.0.151",
    "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/serde-rs/json",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A JSON serialization file format"
  },
  {
    "name": "sha1",
    "version": "0.10.7",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/hashes",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "SHA-1 hash function"
  },
  {
    "name": "sha2",
    "version": "0.10.9",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/hashes",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512."
  },
  {
    "name": "sharded-slab",
    "version": "0.1.7",
    "authors": "Eliza Weisman <eliza@buoyant.io>",
    "repository": "https://github.com/hawkw/sharded-slab",
    "license": "MIT",
    "license_file": null,
    "description": "A lock-free concurrent slab."
  },
  {
    "name": "shared_memory",
    "version": "0.12.4",
    "authors": "ElasT0ny <elast0ny00@gmail.com>",
    "repository": "https://github.com/elast0ny/shared_memory-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A user friendly crate that allows you to share memory between processes"
  },
  {
    "name": "shlex",
    "version": "1.3.0",
    "authors": "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>",
    "repository": "https://github.com/comex/rust-shlex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Split a string into shell words, like Python's shlex."
  },
  {
    "name": "shlex",
    "version": "2.0.1",
    "authors": "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>",
    "repository": "https://github.com/comex/rust-shlex",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Split a string into shell words, like Python's shlex."
  },
  {
    "name": "signal-hook",
    "version": "0.3.18",
    "authors": "Michal 'vorner' Vaner <vorner@vorner.cz>|Thomas Himmelstoss <thimm@posteo.de>",
    "repository": "https://github.com/vorner/signal-hook",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Unix signal handling"
  },
  {
    "name": "signal-hook-mio",
    "version": "0.2.5",
    "authors": "Michal 'vorner' Vaner <vorner@vorner.cz>|Thomas Himmelstoss <thimm@posteo.de>",
    "repository": "https://github.com/vorner/signal-hook",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "MIO support for signal-hook"
  },
  {
    "name": "signal-hook-registry",
    "version": "1.4.8",
    "authors": "Michal 'vorner' Vaner <vorner@vorner.cz>|Masaki Hara <ackie.h.gmai@gmail.com>",
    "repository": "https://github.com/vorner/signal-hook",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Backend crate for signal-hook"
  },
  {
    "name": "simba",
    "version": "0.8.1",
    "authors": "sebcrozet <developer@crozet.re>",
    "repository": "https://github.com/dimforge/simba",
    "license": "Apache-2.0",
    "license_file": null,
    "description": "SIMD algebra for Rust"
  },
  {
    "name": "simd-adler32",
    "version": "0.3.10",
    "authors": "Marvin Countryman <me@maar.vin>",
    "repository": "https://github.com/mcountryman/simd-adler32",
    "license": "MIT",
    "license_file": null,
    "description": "A SIMD-accelerated Adler-32 hash algorithm implementation."
  },
  {
    "name": "simdutf8",
    "version": "0.1.5",
    "authors": "Hans Kratz <hans@appfour.com>",
    "repository": "https://github.com/rusticstuff/simdutf8",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "SIMD-accelerated UTF-8 validation."
  },
  {
    "name": "simple_mdns_client",
    "version": "4.0.0",
    "authors": "Jonathan Nilsson <jonathan@voysys.se>",
    "repository": "https://github.com/voysys/simple_mdns_client",
    "license": "0BSD",
    "license_file": null,
    "description": "Simple mdns client"
  },
  {
    "name": "single-instance",
    "version": "0.3.3",
    "authors": "wlbf <lbf1353@live.com>",
    "repository": "https://github.com/WLBF/single-instance",
    "license": "MIT",
    "license_file": null,
    "description": "A rust library for single instance application."
  },
  {
    "name": "slab",
    "version": "0.4.12",
    "authors": "Carl Lerche <me@carllerche.com>",
    "repository": "https://github.com/tokio-rs/slab",
    "license": "MIT",
    "license_file": null,
    "description": "Pre-allocated storage for a uniform data type"
  },
  {
    "name": "slotmap",
    "version": "1.1.1",
    "authors": "Orson Peters <orsonpeters@gmail.com>",
    "repository": "https://github.com/orlp/slotmap",
    "license": "Zlib",
    "license_file": null,
    "description": "Slotmap data structure"
  },
  {
    "name": "smallvec",
    "version": "1.16.1",
    "authors": "The Servo Project Developers",
    "repository": "https://github.com/servo/rust-smallvec",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "'Small vector' optimization: store up to a small number of items on the stack"
  },
  {
    "name": "smart-default",
    "version": "0.7.1",
    "authors": "IdanArye <idanarye@gmail.com>",
    "repository": "https://github.com/idanarye/rust-smart-default",
    "license": "MIT",
    "license_file": null,
    "description": "Rust custom-derive macro for Default with more control on the fields"
  },
  {
    "name": "snafu",
    "version": "0.7.5",
    "authors": "Jake Goulding <jake.goulding@gmail.com>",
    "repository": "https://github.com/shepmaster/snafu",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An ergonomic error handling library"
  },
  {
    "name": "snafu-derive",
    "version": "0.7.5",
    "authors": "Jake Goulding <jake.goulding@gmail.com>",
    "repository": "https://github.com/shepmaster/snafu",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An ergonomic error handling library"
  },
  {
    "name": "socket2",
    "version": "0.4.10",
    "authors": "Alex Crichton <alex@alexcrichton.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
    "repository": "https://github.com/rust-lang/socket2",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended."
  },
  {
    "name": "socket2",
    "version": "0.6.5",
    "authors": "Alex Crichton <alex@alexcrichton.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
    "repository": "https://github.com/rust-lang/socket2",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended."
  },
  {
    "name": "spin",
    "version": "0.9.9",
    "authors": "Mathijs van de Nes <git@mathijs.vd-nes.nl>|John Ericson <git@JohnEricson.me>|Joshua Barretto <joshua.s.barretto@gmail.com>",
    "repository": "https://github.com/mvdnes/spin-rs.git",
    "license": "MIT",
    "license_file": null,
    "description": "Spin-based synchronization primitives"
  },
  {
    "name": "stable_deref_trait",
    "version": "1.2.1",
    "authors": "Robert Grosse <n210241048576@gmail.com>",
    "repository": "https://github.com/storyyeller/stable_deref_trait",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental."
  },
  {
    "name": "strum_macros",
    "version": "0.27.2",
    "authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
    "repository": "https://github.com/Peternator7/strum",
    "license": "MIT",
    "license_file": null,
    "description": "Helpful macros for working with enums and strings"
  },
  {
    "name": "stun",
    "version": "0.17.2",
    "authors": "Rain Liu <yliu@webrtc.rs>",
    "repository": "https://github.com/webrtc-rs/webrtc/tree/master/stun",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A pure Rust implementation of STUN"
  },
  {
    "name": "subtle",
    "version": "2.6.1",
    "authors": "Isis Lovecruft <isis@patternsinthevoid.net>|Henry de Valence <hdevalence@hdevalence.ca>",
    "repository": "https://github.com/dalek-cryptography/subtle",
    "license": "BSD-3-Clause",
    "license_file": null,
    "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations."
  },
  {
    "name": "syn",
    "version": "1.0.109",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/syn",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parser for Rust source code"
  },
  {
    "name": "syn",
    "version": "2.0.119",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/syn",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parser for Rust source code"
  },
  {
    "name": "syn",
    "version": "3.0.6",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/syn",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Parser for Rust source code"
  },
  {
    "name": "synstructure",
    "version": "0.12.6",
    "authors": "Nika Layzell <nika@thelayzells.com>",
    "repository": "https://github.com/mystor/synstructure",
    "license": "MIT",
    "license_file": null,
    "description": "Helper methods and macros for custom derives"
  },
  {
    "name": "synstructure",
    "version": "0.14.0",
    "authors": "Nika Layzell <nika@thelayzells.com>",
    "repository": "https://github.com/mystor/synstructure",
    "license": "MIT",
    "license_file": null,
    "description": "Helper methods and macros for custom derives"
  },
  {
    "name": "syslog",
    "version": "6.1.1",
    "authors": "contact@geoffroycouprie.com",
    "repository": "https://github.com/Geal/rust-syslog",
    "license": "MIT",
    "license_file": null,
    "description": "Send log messages to syslog"
  },
  {
    "name": "taffy",
    "version": "0.3.19",
    "authors": "Alice Cecile <alice.i.cecile@gmail.com>|Johnathan Kelley <jkelleyrtp@gmail.com>",
    "repository": "https://github.com/DioxusLabs/taffy",
    "license": "MIT",
    "license_file": null,
    "description": "A flexible UI layout library"
  },
  {
    "name": "tempfile",
    "version": "3.27.0",
    "authors": "Steven Allen <steven@stebalien.com>|The Rust Project Developers|Ashley Mannix <ashleymannix@live.com.au>|Jason White <me@jasonwhite.io>",
    "repository": "https://github.com/Stebalien/tempfile",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library for managing temporary files and directories."
  },
  {
    "name": "termcolor",
    "version": "1.4.1",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/termcolor",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "A simple cross platform library for writing colored text to a terminal."
  },
  {
    "name": "termtree",
    "version": "0.5.1",
    "authors": null,
    "repository": "https://github.com/rust-cli/termtree",
    "license": "MIT",
    "license_file": null,
    "description": "Visualize tree-like data on the command-line"
  },
  {
    "name": "thiserror",
    "version": "1.0.69",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/thiserror",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "derive(Error)"
  },
  {
    "name": "thiserror",
    "version": "2.0.20",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/thiserror",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "derive(Error)"
  },
  {
    "name": "thiserror-impl",
    "version": "1.0.69",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/thiserror",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Implementation detail of the `thiserror` crate"
  },
  {
    "name": "thiserror-impl",
    "version": "2.0.20",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/thiserror",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Implementation detail of the `thiserror` crate"
  },
  {
    "name": "thread_local",
    "version": "1.1.10",
    "authors": "Amanieu d'Antras <amanieu@gmail.com>",
    "repository": "https://github.com/Amanieu/thread_local-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Per-object thread-local storage"
  },
  {
    "name": "threadpool",
    "version": "1.8.1",
    "authors": "The Rust Project Developers|Corey Farwell <coreyf@rwell.org>|Stefan Schindler <dns2utf8@estada.ch>",
    "repository": "https://github.com/rust-threadpool/rust-threadpool",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A thread pool for running a number of jobs on a fixed set of worker threads."
  },
  {
    "name": "time",
    "version": "0.3.55",
    "authors": "Jacob Pratt <open-source@jhpratt.dev>|Time contributors",
    "repository": "https://github.com/time-rs/time",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]."
  },
  {
    "name": "time-core",
    "version": "0.1.9",
    "authors": "Jacob Pratt <open-source@jhpratt.dev>|Time contributors",
    "repository": "https://github.com/time-rs/time",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "This crate is an implementation detail and should not be relied upon directly."
  },
  {
    "name": "time-macros",
    "version": "0.2.32",
    "authors": "Jacob Pratt <open-source@jhpratt.dev>|Time contributors",
    "repository": "https://github.com/time-rs/time",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Procedural macros for the time crate.     This crate is an implementation detail and should not be relied upon directly."
  },
  {
    "name": "tinystr",
    "version": "0.8.4",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "A small ASCII-only bounded length string representation."
  },
  {
    "name": "tinyvec",
    "version": "1.13.3",
    "authors": "Lokathor <zefria@gmail.com>",
    "repository": "https://github.com/Lokathor/tinyvec",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "`tinyvec` provides 100% safe vec-like data structures."
  },
  {
    "name": "tokio",
    "version": "1.53.1",
    "authors": "Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/tokio",
    "license": "MIT",
    "license_file": null,
    "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications."
  },
  {
    "name": "tokio-macros",
    "version": "2.7.2",
    "authors": "Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/tokio",
    "license": "MIT",
    "license_file": null,
    "description": "Tokio's proc macros."
  },
  {
    "name": "tokio-rustls",
    "version": "0.26.5",
    "authors": null,
    "repository": "https://github.com/rustls/tokio-rustls",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Asynchronous TLS/SSL streams for Tokio using Rustls."
  },
  {
    "name": "tokio-tungstenite",
    "version": "0.26.2",
    "authors": "Daniel Abramov <dabramov@snapview.de>|Alexey Galakhov <agalakhov@snapview.de>",
    "repository": "https://github.com/snapview/tokio-tungstenite",
    "license": "MIT",
    "license_file": null,
    "description": "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation"
  },
  {
    "name": "tokio-util",
    "version": "0.7.19",
    "authors": "Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/tokio",
    "license": "MIT",
    "license_file": null,
    "description": "Additional utilities for working with Tokio."
  },
  {
    "name": "tokio_based",
    "version": "2.1.0",
    "authors": "Jonathan Nilsson <jonathan@voysys.se",
    "repository": "https://github.com/JoNil/tokio_based",
    "license": "0BSD",
    "license_file": null,
    "description": "BASED Async Single-threaded Execution Dispatcher"
  },
  {
    "name": "toml",
    "version": "0.5.11",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/toml-rs/toml",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures."
  },
  {
    "name": "tracing",
    "version": "0.1.44",
    "authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/tracing",
    "license": "MIT",
    "license_file": null,
    "description": "Application-level tracing for Rust."
  },
  {
    "name": "tracing-attributes",
    "version": "0.1.31",
    "authors": "Tokio Contributors <team@tokio.rs>|Eliza Weisman <eliza@buoyant.io>|David Barsky <dbarsky@amazon.com>",
    "repository": "https://github.com/tokio-rs/tracing",
    "license": "MIT",
    "license_file": null,
    "description": "Procedural macro attributes for automatically instrumenting functions."
  },
  {
    "name": "tracing-core",
    "version": "0.1.36",
    "authors": "Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/tracing",
    "license": "MIT",
    "license_file": null,
    "description": "Core primitives for application-level tracing."
  },
  {
    "name": "tracing-log",
    "version": "0.2.0",
    "authors": "Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/tracing",
    "license": "MIT",
    "license_file": null,
    "description": "Provides compatibility between `tracing` and the `log` crate."
  },
  {
    "name": "tracing-subscriber",
    "version": "0.3.23",
    "authors": "Eliza Weisman <eliza@buoyant.io>|David Barsky <me@davidbarsky.com>|Tokio Contributors <team@tokio.rs>",
    "repository": "https://github.com/tokio-rs/tracing",
    "license": "MIT",
    "license_file": null,
    "description": "Utilities for implementing and composing `tracing` subscribers."
  },
  {
    "name": "tracy-client",
    "version": "0.19.0",
    "authors": "Simonas Kazlauskas <tracy-client@kazlauskas.me>",
    "repository": "https://github.com/nagisa/rust_tracy_client",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "High level bindings to the client libraries for the Tracy profiler"
  },
  {
    "name": "tracy-client-sys",
    "version": "0.30.0",
    "authors": "Simonas Kazlauskas <tracy-client-sys@kazlauskas.me>",
    "repository": "https://github.com/nagisa/rust_tracy_client",
    "license": "(MIT OR Apache-2.0) AND BSD-3-Clause",
    "license_file": null,
    "description": "Low level bindings to the client libraries for the Tracy profiler"
  },
  {
    "name": "tungstenite",
    "version": "0.26.2",
    "authors": "Alexey Galakhov|Daniel Abramov",
    "repository": "https://github.com/snapview/tungstenite-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Lightweight stream-based WebSocket implementation"
  },
  {
    "name": "twox-hash",
    "version": "2.1.4",
    "authors": "Jake Goulding <jake.goulding@gmail.com>",
    "repository": "https://github.com/shepmaster/twox-hash",
    "license": "MIT",
    "license_file": null,
    "description": "A Rust implementation of the XXHash and XXH3 algorithms"
  },
  {
    "name": "typenum",
    "version": "1.20.1",
    "authors": null,
    "repository": "https://github.com/paholg/typenum",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Typenum is a Rust library for type-level numbers evaluated at     compile time. It currently supports bits, unsigned integers, and signed     integers. It also provides a type-level array of type-level numbers, but its     implementation is incomplete."
  },
  {
    "name": "udev",
    "version": "0.6.3",
    "authors": "David Cuddeback <david.cuddeback@gmail.com>|Victor Brekenfeld <github@drakulix.de>",
    "repository": "https://github.com/Smithay/udev-rs",
    "license": "MIT",
    "license_file": null,
    "description": "libudev bindings for Rust"
  },
  {
    "name": "uds",
    "version": "0.4.2",
    "authors": "Torbjørn Birch Moltu <t.b.moltu@lyse.net>",
    "repository": "https://github.com/tormol/uds",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets."
  },
  {
    "name": "unicase",
    "version": "2.9.0",
    "authors": "Sean McArthur <sean@seanmonstar.com>",
    "repository": "https://github.com/seanmonstar/unicase",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A case-insensitive wrapper around strings."
  },
  {
    "name": "unicode-ident",
    "version": "1.0.26",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/unicode-ident",
    "license": "(MIT OR Apache-2.0) AND Unicode-3.0",
    "license_file": null,
    "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
  },
  {
    "name": "unicode-xid",
    "version": "0.2.6",
    "authors": "erick.tryzelaar <erick.tryzelaar@gmail.com>|kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>",
    "repository": "https://github.com/unicode-rs/unicode-xid",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31."
  },
  {
    "name": "universal-hash",
    "version": "0.5.1",
    "authors": "RustCrypto Developers",
    "repository": "https://github.com/RustCrypto/traits",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Traits which describe the functionality of universal hash functions (UHFs)"
  },
  {
    "name": "untrusted",
    "version": "0.9.0",
    "authors": "Brian Smith <brian@briansmith.org>",
    "repository": "https://github.com/briansmith/untrusted",
    "license": "ISC",
    "license_file": null,
    "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust."
  },
  {
    "name": "url",
    "version": "2.5.8",
    "authors": "The rust-url developers",
    "repository": "https://github.com/servo/rust-url",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "URL library for Rust, based on the WHATWG URL Standard"
  },
  {
    "name": "utf-8",
    "version": "0.7.6",
    "authors": "Simon Sapin <simon.sapin@exyr.org>",
    "repository": "https://github.com/SimonSapin/rust-utf8",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Incremental, zero-copy UTF-8 decoding with error handling"
  },
  {
    "name": "utf8_iter",
    "version": "1.0.4",
    "authors": "Henri Sivonen <hsivonen@hsivonen.fi>",
    "repository": "https://github.com/hsivonen/utf8_iter",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Iterator by char over potentially-invalid UTF-8 in &[u8]"
  },
  {
    "name": "uuid",
    "version": "1.26.1",
    "authors": "Ashley Mannix<ashleymannix@live.com.au>|Dylan DPC<dylan.dpc@gmail.com>|Hunar Roop Kahlon<hunar.roop@gmail.com>",
    "repository": "https://github.com/uuid-rs/uuid",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A library to generate and parse UUIDs."
  },
  {
    "name": "valuable",
    "version": "0.1.1",
    "authors": null,
    "repository": "https://github.com/tokio-rs/valuable",
    "license": "MIT",
    "license_file": null,
    "description": "Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries."
  },
  {
    "name": "version_check",
    "version": "0.9.5",
    "authors": "Sergio Benitez <sb@sergio.bz>",
    "repository": "https://github.com/SergioBenitez/version_check",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Tiny crate to check the version of the installed/running rustc."
  },
  {
    "name": "visibility",
    "version": "0.1.1",
    "authors": "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
    "repository": "https://github.com/danielhenrymantilla/visibility.rs",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "Attribute to override the visibility of items (useful in conjunction with cfg_attr)"
  },
  {
    "name": "vswhom",
    "version": "0.1.0",
    "authors": "nabijaczleweli <nabijaczleweli@gmail.com>",
    "repository": "https://github.com/nabijaczleweli/vswhom.rs",
    "license": "MIT",
    "license_file": null,
    "description": "FFI to Jon Blow's VS discovery script"
  },
  {
    "name": "vswhom-sys",
    "version": "0.1.3",
    "authors": "наб <nabijaczleweli@nabijaczleweli.xyz>|forrestsmithfb <forrest.smith@fb.com>",
    "repository": "https://github.com/nabijaczleweli/vswhom-sys.rs",
    "license": "MIT",
    "license_file": null,
    "description": "Pure FFI to Jon Blow's VS discovery script"
  },
  {
    "name": "walkdir",
    "version": "2.5.0",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/walkdir",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "Recursively walk a directory."
  },
  {
    "name": "wasi",
    "version": "0.11.1+wasi-snapshot-preview1",
    "authors": "The Cranelift Project Developers",
    "repository": "https://github.com/bytecodealliance/wasi",
    "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
    "license_file": null,
    "description": "Experimental WASI API bindings for Rust"
  },
  {
    "name": "wasip2",
    "version": "1.0.4+wasi-0.2.12",
    "authors": null,
    "repository": "https://github.com/bytecodealliance/wasi-rs",
    "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
    "license_file": null,
    "description": "WASIp2 API bindings for Rust"
  },
  {
    "name": "wasm-bindgen",
    "version": "0.2.128",
    "authors": "The wasm-bindgen Developers",
    "repository": "https://github.com/wasm-bindgen/wasm-bindgen",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Easy support for interacting between JS and Rust."
  },
  {
    "name": "wasm-bindgen-macro",
    "version": "0.2.128",
    "authors": "The wasm-bindgen Developers",
    "repository": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency"
  },
  {
    "name": "wasm-bindgen-macro-support",
    "version": "0.2.128",
    "authors": "The wasm-bindgen Developers",
    "repository": "https://github.com/wasm-bindgen/wasm-bindgen/tree/main/crates/macro-support",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Implementation APIs for the `#[wasm_bindgen]` attribute"
  },
  {
    "name": "wasm-bindgen-shared",
    "version": "0.2.128",
    "authors": "The wasm-bindgen Developers",
    "repository": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency."
  },
  {
    "name": "webpki-roots",
    "version": "1.0.9",
    "authors": null,
    "repository": "https://github.com/rustls/webpki-roots",
    "license": "CDLA-Permissive-2.0",
    "license_file": null,
    "description": "Mozilla's CA root certificates for use with webpki"
  },
  {
    "name": "webrtc-audio-processing",
    "version": "0.1.0",
    "authors": "Ryo Kawaguchi <ryo@kawagu.ch>, Niclas Olmenius <niclas@voysys.se>",
    "repository": null,
    "license": null,
    "license_file": "COPYING",
    "description": "A wrapper for WebRTC's AudioProcessing module."
  },
  {
    "name": "webrtc-audio-processing-sys",
    "version": "0.1.0",
    "authors": "Ryo Kawaguchi <ryo@kawagu.ch>|Niclas Olmenius <niclas@voysys.se>",
    "repository": null,
    "license": null,
    "license_file": "COPYING",
    "description": "A wrapper for WebRTC's AudioProcessing module."
  },
  {
    "name": "webrtc-util",
    "version": "0.17.2",
    "authors": "Rain Liu <yliu@webrtc.rs>",
    "repository": "https://github.com/webrtc-rs/webrtc/tree/master/util",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Utilities for WebRTC.rs stack"
  },
  {
    "name": "webview",
    "version": "0.1.0",
    "authors": null,
    "repository": null,
    "license": null,
    "license_file": null,
    "description": null
  },
  {
    "name": "webview_shared",
    "version": "0.1.0",
    "authors": null,
    "repository": null,
    "license": null,
    "license_file": null,
    "description": null
  },
  {
    "name": "wide",
    "version": "0.7.33",
    "authors": "Lokathor <zefria@gmail.com>",
    "repository": "https://github.com/Lokathor/wide",
    "license": "Apache-2.0 OR MIT OR Zlib",
    "license_file": null,
    "description": "A crate to help you go wide."
  },
  {
    "name": "widestring",
    "version": "0.4.3",
    "authors": "Kathryn Long <squeeself@gmail.com>",
    "repository": "https://github.com/starkat99/widestring-rs.git",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "A wide string FFI library for converting to and from wide strings, such as those often used in Windows API or other FFI libraries. Both UTF-16 and UTF-32 types are provided."
  },
  {
    "name": "win-sys",
    "version": "0.3.1",
    "authors": "ElasT0ny <elast0ny00@gmail.com>",
    "repository": "https://github.com/elast0ny/win-sys",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Thin Rust wrapper around some Windows native apis"
  },
  {
    "name": "winapi",
    "version": "0.3.9",
    "authors": "Peter Atashian <retep998@gmail.com>",
    "repository": "https://github.com/retep998/winapi-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Raw FFI bindings for all of Windows API."
  },
  {
    "name": "winapi-i686-pc-windows-gnu",
    "version": "0.4.0",
    "authors": "Peter Atashian <retep998@gmail.com>",
    "repository": "https://github.com/retep998/winapi-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead."
  },
  {
    "name": "winapi-util",
    "version": "0.1.11",
    "authors": "Andrew Gallant <jamslam@gmail.com>",
    "repository": "https://github.com/BurntSushi/winapi-util",
    "license": "MIT OR Unlicense",
    "license_file": null,
    "description": "A dumping ground for high level safe wrappers over windows-sys."
  },
  {
    "name": "winapi-x86_64-pc-windows-gnu",
    "version": "0.4.0",
    "authors": "Peter Atashian <retep998@gmail.com>",
    "repository": "https://github.com/retep998/winapi-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead."
  },
  {
    "name": "windowfunctions",
    "version": "0.1.1",
    "authors": "HEnquist <henrik.enquist@gmail.com>",
    "repository": "https://github.com/HEnquist/windowfunctions-rs",
    "license": "MIT",
    "license_file": null,
    "description": "Common window functions for apodization"
  },
  {
    "name": "windows",
    "version": "0.34.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows",
    "version": "0.42.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows",
    "version": "0.51.1",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows",
    "version": "0.62.2",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows-collections",
    "version": "0.3.2",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Windows collection types"
  },
  {
    "name": "windows-core",
    "version": "0.51.1",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows-core",
    "version": "0.62.2",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Core type support for COM and Windows"
  },
  {
    "name": "windows-future",
    "version": "0.3.2",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Windows async types"
  },
  {
    "name": "windows-implement",
    "version": "0.60.2",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The implement macro for the Windows crates"
  },
  {
    "name": "windows-interface",
    "version": "0.59.3",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "The interface macro for the Windows crates"
  },
  {
    "name": "windows-link",
    "version": "0.2.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Linking for Windows"
  },
  {
    "name": "windows-numerics",
    "version": "0.3.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Windows numeric types"
  },
  {
    "name": "windows-result",
    "version": "0.4.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Windows error handling"
  },
  {
    "name": "windows-strings",
    "version": "0.5.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Windows string types"
  },
  {
    "name": "windows-sys",
    "version": "0.48.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows-sys",
    "version": "0.52.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows-sys",
    "version": "0.59.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows-sys",
    "version": "0.60.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows-sys",
    "version": "0.61.2",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Rust for Windows"
  },
  {
    "name": "windows-targets",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import libs for Windows"
  },
  {
    "name": "windows-targets",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import libs for Windows"
  },
  {
    "name": "windows-targets",
    "version": "0.53.5",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import libs for Windows"
  },
  {
    "name": "windows-threading",
    "version": "0.2.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Windows threading"
  },
  {
    "name": "windows_aarch64_gnullvm",
    "version": "0.42.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_aarch64_gnullvm",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_aarch64_gnullvm",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_aarch64_gnullvm",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_aarch64_msvc",
    "version": "0.34.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Code gen support for the windows crate"
  },
  {
    "name": "windows_aarch64_msvc",
    "version": "0.42.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_aarch64_msvc",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_aarch64_msvc",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_aarch64_msvc",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_gnu",
    "version": "0.34.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Code gen support for the windows crate"
  },
  {
    "name": "windows_i686_gnu",
    "version": "0.42.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_gnu",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_gnu",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_gnu",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_gnullvm",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_gnullvm",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_msvc",
    "version": "0.34.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Code gen support for the windows crate"
  },
  {
    "name": "windows_i686_msvc",
    "version": "0.42.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_msvc",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_msvc",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_i686_msvc",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnu",
    "version": "0.34.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Code gen support for the windows crate"
  },
  {
    "name": "windows_x86_64_gnu",
    "version": "0.42.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnu",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnu",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnu",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnullvm",
    "version": "0.42.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnullvm",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnullvm",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_gnullvm",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_msvc",
    "version": "0.34.0",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Code gen support for the windows crate"
  },
  {
    "name": "windows_x86_64_msvc",
    "version": "0.42.2",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_msvc",
    "version": "0.48.5",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_msvc",
    "version": "0.52.6",
    "authors": "Microsoft",
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "windows_x86_64_msvc",
    "version": "0.53.1",
    "authors": null,
    "repository": "https://github.com/microsoft/windows-rs",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Import lib for Windows"
  },
  {
    "name": "winreg",
    "version": "0.10.1",
    "authors": "Igor Shaula <gentoo90@gmail.com>",
    "repository": "https://github.com/gentoo90/winreg-rs",
    "license": "MIT",
    "license_file": null,
    "description": "Rust bindings to MS Windows Registry API"
  },
  {
    "name": "wit-bindgen",
    "version": "0.57.1",
    "authors": "Alex Crichton <alex@alexcrichton.com>",
    "repository": "https://github.com/bytecodealliance/wit-bindgen",
    "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
    "license_file": null,
    "description": "Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model."
  },
  {
    "name": "writeable",
    "version": "0.6.4",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "A more efficient alternative to fmt::Display"
  },
  {
    "name": "x25519-dalek",
    "version": "3.0.0",
    "authors": "Isis Lovecruft <isis@patternsinthevoid.net>|DebugSteven <debugsteven@gmail.com>|Henry de Valence <hdevalence@hdevalence.ca>",
    "repository": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/x25519-dalek",
    "license": "BSD-3-Clause",
    "license_file": null,
    "description": "X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek."
  },
  {
    "name": "xml-rs",
    "version": "0.8.29",
    "authors": "Vladimir Matveev <vmatveev@citrine.cc>",
    "repository": "https://github.com/kornelski/xml-rs",
    "license": "MIT",
    "license_file": null,
    "description": "An XML library in pure Rust"
  },
  {
    "name": "xtask",
    "version": "0.1.0",
    "authors": null,
    "repository": null,
    "license": null,
    "license_file": null,
    "description": null
  },
  {
    "name": "yaxpeax-arch",
    "version": "0.2.8",
    "authors": "iximeow <me@iximeow.net>",
    "repository": "https://git.iximeow.net/yaxpeax-arch/",
    "license": "0BSD",
    "license_file": null,
    "description": "fundamental traits to describe an architecture in the yaxpeax project"
  },
  {
    "name": "yaxpeax-x86",
    "version": "1.2.2",
    "authors": "iximeow <me@iximeow.net>",
    "repository": "http://git.iximeow.net/yaxpeax-x86/",
    "license": "0BSD",
    "license_file": null,
    "description": "x86 decoders for the yaxpeax project"
  },
  {
    "name": "yoke",
    "version": "0.8.3",
    "authors": "Manish Goregaokar <manishsmail@gmail.com>",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from"
  },
  {
    "name": "yoke-derive",
    "version": "0.8.3",
    "authors": "Manish Goregaokar <manishsmail@gmail.com>",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Custom derive for the yoke crate"
  },
  {
    "name": "zerocopy",
    "version": "0.6.6",
    "authors": "Joshua Liebow-Feeser <joshlf@google.com>",
    "repository": "https://github.com/google/zerocopy",
    "license": "BSD-2-Clause",
    "license_file": null,
    "description": "Utilities for zero-copy parsing and serialization"
  },
  {
    "name": "zerocopy",
    "version": "0.8.57",
    "authors": null,
    "repository": "https://github.com/google/zerocopy",
    "license": "Apache-2.0 OR BSD-2-Clause OR MIT",
    "license_file": null,
    "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to."
  },
  {
    "name": "zerocopy-derive",
    "version": "0.6.6",
    "authors": "Joshua Liebow-Feeser <joshlf@google.com>",
    "repository": "https://github.com/google/zerocopy",
    "license": "BSD-2-Clause",
    "license_file": null,
    "description": "Custom derive for traits from the zerocopy crate"
  },
  {
    "name": "zerocopy-derive",
    "version": "0.8.57",
    "authors": null,
    "repository": "https://github.com/google/zerocopy",
    "license": "Apache-2.0 OR BSD-2-Clause OR MIT",
    "license_file": null,
    "description": "Custom derive for traits from the zerocopy crate"
  },
  {
    "name": "zerofrom",
    "version": "0.1.8",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "ZeroFrom trait for constructing"
  },
  {
    "name": "zerofrom-derive",
    "version": "0.1.8",
    "authors": "Manish Goregaokar <manishsmail@gmail.com>",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Custom derive for the zerofrom crate"
  },
  {
    "name": "zeroize",
    "version": "1.9.0",
    "authors": "The RustCrypto Project Developers",
    "repository": "https://github.com/RustCrypto/utils",
    "license": "Apache-2.0 OR MIT",
    "license_file": null,
    "description": "Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!"
  },
  {
    "name": "zerotrie",
    "version": "0.2.5",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "A data structure that efficiently maps strings to integers"
  },
  {
    "name": "zerovec",
    "version": "0.11.8",
    "authors": "The ICU4X Project Developers",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Zero-copy vector backed by a byte array"
  },
  {
    "name": "zerovec-derive",
    "version": "0.11.6",
    "authors": "Manish Goregaokar <manishsmail@gmail.com>",
    "repository": "https://github.com/unicode-org/icu4x",
    "license": "Unicode-3.0",
    "license_file": null,
    "description": "Custom derive for the zerovec crate"
  },
  {
    "name": "zlib-rs",
    "version": "0.6.8",
    "authors": null,
    "repository": "https://github.com/trifectatechfoundation/zlib-rs",
    "license": "Zlib",
    "license_file": null,
    "description": "A memory-safe zlib implementation written in rust"
  },
  {
    "name": "zmij",
    "version": "1.0.23",
    "authors": "David Tolnay <dtolnay@gmail.com>",
    "repository": "https://github.com/dtolnay/zmij",
    "license": "MIT",
    "license_file": null,
    "description": "A double-to-string conversion algorithm based on Schubfach and xjb"
  }
]
