{
  "bomFormat": "CycloneDX",
  "specVersion": "1.5",
  "version": 1,
  "serialNumber": "urn:uuid:e9966128-f575-43ba-ad7f-d1b833ac7ba8",
  "metadata": {
    "timestamp": "2026-03-31T22:27:56.385061261Z",
    "tools": [
      {
        "vendor": "CycloneDX",
        "name": "cargo-cyclonedx",
        "version": "0.5.7"
      }
    ],
    "component": {
      "type": "library",
      "bom-ref": "path+file:///home/runner/work/lancedb/lancedb/python#lancedb-python@0.30.2",
      "name": "lancedb-python",
      "version": "0.30.2",
      "description": "Python bindings for LanceDB",
      "scope": "required",
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lancedb-python@0.30.2?download_url=file://.",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lancedb/lancedb"
        }
      ],
      "components": [
        {
          "type": "library",
          "bom-ref": "path+file:///home/runner/work/lancedb/lancedb/python#lancedb-python@0.30.2 bin-target-0",
          "name": "_lancedb",
          "version": "0.30.2",
          "purl": "pkg:cargo/lancedb-python@0.30.2?download_url=file://.#src/lib.rs"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:rustc:sbom:target:all_targets",
        "value": "true"
      }
    ]
  },
  "components": [
    {
      "type": "library",
      "bom-ref": "path+file:///home/runner/work/lancedb/lancedb/rust/lancedb#0.27.2-beta.1",
      "name": "lancedb",
      "version": "0.27.2-beta.1",
      "description": "LanceDB: A serverless, low-latency vector database for AI applications",
      "scope": "required",
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lancedb@0.27.2-beta.1?download_url=file://../rust/lancedb",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lancedb/lancedb"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
      "author": "Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>",
      "name": "adler2",
      "version": "2.0.1",
      "description": "A simple clean-room implementation of the Adler-32 checksum",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
        }
      ],
      "licenses": [
        {
          "expression": "0BSD OR MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/adler2@2.0.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/adler2/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/oyvindln/adler2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
      "author": "RustCrypto Developers",
      "name": "aes",
      "version": "0.8.4",
      "description": "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aes@0.8.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/aes"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/block-ciphers"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
      "author": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
      "name": "ahash",
      "version": "0.8.12",
      "description": "A non-cryptographic hash function using AES-NI for high performance",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ahash@0.8.12",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ahash"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tkaitchuck/ahash"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "aho-corasick",
      "version": "1.1.4",
      "description": "Fast multiple substring searching.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/aho-corasick@1.1.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/aho-corasick"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/aho-corasick"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4",
      "author": "Daniel Reiter Horn <danielrh@dropbox.com>",
      "name": "alloc-no-stdlib",
      "version": "2.0.4",
      "description": "A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/alloc-no-stdlib@2.0.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/tests/lib.rs"
        },
        {
          "type": "website",
          "url": "https://github.com/dropbox/rust-alloc-no-stdlib"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dropbox/rust-alloc-no-stdlib"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2",
      "author": "Daniel Reiter Horn <danielrh@dropbox.com>",
      "name": "alloc-stdlib",
      "version": "0.2.2",
      "description": "A dynamic allocator example that may be used with the stdlib",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/alloc-stdlib@0.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/alloc-stdlib/tests/lib.rs"
        },
        {
          "type": "website",
          "url": "https://github.com/dropbox/rust-alloc-no-stdlib"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dropbox/rust-alloc-no-stdlib"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21",
      "author": "Zakarum <zaq.dev@icloud.com>",
      "name": "allocator-api2",
      "version": "0.2.21",
      "description": "Mirror of Rust's allocator API",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/allocator-api2@0.2.21",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/allocator-api2"
        },
        {
          "type": "website",
          "url": "https://github.com/zakarumych/allocator-api2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/zakarumych/allocator-api2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
      "name": "anstream",
      "version": "1.0.0",
      "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/anstream@1.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-cli/anstyle.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
      "name": "anstyle-parse",
      "version": "1.0.0",
      "description": "Parse ANSI Style Escapes",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/anstyle-parse@1.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-cli/anstyle.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
      "name": "anstyle-query",
      "version": "1.1.5",
      "description": "Look up colored console capabilities",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/anstyle-query@1.1.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-cli/anstyle.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
      "name": "anstyle",
      "version": "1.0.14",
      "description": "ANSI text styling",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/anstyle@1.0.14",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-cli/anstyle.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "anyhow",
      "version": "1.0.102",
      "description": "Flexible concrete Error type built on std::error::Error",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/anyhow@1.0.102",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/anyhow"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/anyhow"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.0",
      "author": "Michal 'vorner' Vaner <vorner@vorner.cz>",
      "name": "arc-swap",
      "version": "1.9.0",
      "description": "Atomically swappable Arc",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arc-swap@1.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/arc-swap"
        },
        {
          "type": "vcs",
          "url": "https://github.com/vorner/arc-swap"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
      "author": "David Roundy <roundyd@physics.oregonstate.edu>",
      "name": "arrayref",
      "version": "0.3.9",
      "description": "Macros to take array references of slices",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-2-Clause"
        }
      ],
      "purl": "pkg:cargo/arrayref@0.3.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/arrayref"
        },
        {
          "type": "vcs",
          "url": "https://github.com/droundy/arrayref"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
      "author": "bluss",
      "name": "arrayvec",
      "version": "0.7.6",
      "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrayvec@0.7.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/arrayvec/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bluss/arrayvec"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-arith",
      "version": "57.3.0",
      "description": "Arrow arithmetic kernels",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f7b3141e0ec5145a22d8694ea8b6d6f69305971c4fa1c1a13ef0195aef2d678b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-arith@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-array",
      "version": "57.3.0",
      "description": "Array abstractions for Apache Arrow",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4c8955af33b25f3b175ee10af580577280b4bd01f7e823d94c7cdef7cf8c9aef"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-array@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-buffer",
      "version": "57.3.0",
      "description": "Buffer abstractions for Apache Arrow",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c697ddca96183182f35b3a18e50b9110b11e916d7b7799cbfd4d34662f2c56c2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-buffer@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-cast",
      "version": "57.3.0",
      "description": "Cast kernel and utilities for Apache Arrow",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "646bbb821e86fd57189c10b4fcdaa941deaf4181924917b0daa92735baa6ada5"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-cast@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-csv@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-csv",
      "version": "57.3.0",
      "description": "Support for parsing CSV format to and from the Arrow format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8da746f4180004e3ce7b83c977daf6394d768332349d3d913998b10a120b790a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-csv@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-data",
      "version": "57.3.0",
      "description": "Array data abstractions for Apache Arrow",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1fdd994a9d28e6365aa78e15da3f3950c0fdcea6b963a12fa1c391afb637b304"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-data@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-ipc",
      "version": "57.3.0",
      "description": "Support for the Arrow IPC format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "abf7df950701ab528bf7c0cf7eeadc0445d03ef5d6ffc151eaae6b38a58feff1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-ipc@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-json@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-json",
      "version": "57.3.0",
      "description": "Support for parsing JSON format to and from the Arrow format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0ff8357658bedc49792b13e2e862b80df908171275f8e6e075c460da5ee4bf86"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-json@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-ord",
      "version": "57.3.0",
      "description": "Ordering kernels for arrow arrays",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f7d8f1870e03d4cbed632959498bcc84083b5a24bded52905ae1695bd29da45b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-ord@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-pyarrow@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-pyarrow",
      "version": "57.3.0",
      "description": "Pyarrow bindings",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d18c442b4c266aaf3d7f7dd40fd7ae058cef7f113b00ff0cd8256e1e218ec544"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-pyarrow@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-row@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-row",
      "version": "57.3.0",
      "description": "Arrow row format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "18228633bad92bff92a95746bbeb16e5fc318e8382b75619dec26db79e4de4c0"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-row@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-schema",
      "version": "57.3.0",
      "description": "Defines the logical types for arrow arrays",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8c872d36b7bf2a6a6a2b40de9156265f0242910791db366a2c17476ba8330d68"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-schema@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-select",
      "version": "57.3.0",
      "description": "Selection kernels for arrow arrays",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "68bf3e3efbd1278f770d67e5dc410257300b161b93baedb3aae836144edcaf4b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-select@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-string@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow-string",
      "version": "57.3.0",
      "description": "String kernels for arrow arrays",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "85e968097061b3c0e9fe3079cf2e703e487890700546b5b0647f60fca1b5a8d8"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow-string@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
      "author": "Apache Arrow <dev@arrow.apache.org>",
      "name": "arrow",
      "version": "57.3.0",
      "description": "Rust implementation of Apache Arrow",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e4754a624e5ae42081f464514be454b39711daae0458906dacde5f4c632f33a8"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrow@57.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/apache/arrow-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0",
      "author": "Stjepan Glavina <stjepang@gmail.com>",
      "name": "async-channel",
      "version": "2.5.0",
      "description": "Async multi-producer multi-consumer channel",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/async-channel@2.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/async-channel"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.41",
      "author": "Wim Looman <wim@nemo157.com>, Allen Bui <fairingrey@gmail.com>",
      "name": "async-compression",
      "version": "0.4.41",
      "description": "Adaptors between compression crates and Rust's modern asynchronous IO types. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/async-compression@0.4.41",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Nullus157/async-compression"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.2",
      "author": "Stjepan Glavina <stjepang@gmail.com>",
      "name": "async-lock",
      "version": "3.4.2",
      "description": "Async synchronization primitives",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/async-lock@3.4.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/async-lock"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1",
      "author": "Robert Usher <266585+dcchut@users.noreply.github.com>",
      "name": "async-recursion",
      "version": "1.1.1",
      "description": "Recursion for async functions",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/async-recursion@1.1.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/async-recursion"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dcchut/async-recursion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "async-trait",
      "version": "0.1.89",
      "description": "Type erasure for async trait methods",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/async-trait@0.1.89",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/async-trait"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/async-trait"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async_cell@0.2.3",
      "author": "Sam Sartor <me@samsartor.com>",
      "name": "async_cell",
      "version": "0.2.3",
      "description": "A Cell<Option<T>> that you can await on.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "447ab28afbb345f5408b120702a44e5529ebf90b1796ec76e9528df8e288e6c2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/async_cell@0.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/async_cell/"
        },
        {
          "type": "vcs",
          "url": "https://gitlab.com/samsartor/async_cell"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0",
      "author": "Markus Klein",
      "name": "atoi",
      "version": "2.0.0",
      "description": "Parse integers directly from `[u8]` slices in safe code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/atoi@2.0.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/atoi/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pacman82/atoi-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
      "author": "Stjepan Glavina <stjepang@gmail.com>, Contributors to futures-rs",
      "name": "atomic-waker",
      "version": "1.1.2",
      "description": "A synchronization primitive for task wakeup",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/atomic-waker@1.1.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/atomic-waker"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
      "author": "Josh Stone <cuviper@gmail.com>",
      "name": "autocfg",
      "version": "1.5.0",
      "description": "Automatic cfg for Rust compiler features",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/autocfg@1.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/autocfg/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/cuviper/autocfg"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-config@1.8.8",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-config",
      "version": "1.8.8",
      "description": "AWS SDK config and credential provider implementations.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "37cf2b6af2a95a20e266782b4f76f1a5e12bf412a9db2de9c1e9123b9d8c0ad8"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-config@1.8.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
      "name": "aws-credential-types",
      "version": "1.2.12",
      "description": "Types for AWS SDK credentials.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e26bbf46abc608f2dc61fd6cb3b7b0665497cc259a21520151ed98f8b37d2c79"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-credential-types@1.2.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.1",
      "author": "AWS-LibCrypto",
      "name": "aws-lc-rs",
      "version": "1.16.1",
      "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.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf"
        }
      ],
      "licenses": [
        {
          "expression": "ISC AND (Apache-2.0 OR ISC)"
        }
      ],
      "purl": "pkg:cargo/aws-lc-rs@1.16.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/crate/aws-lc-rs"
        },
        {
          "type": "website",
          "url": "https://github.com/aws/aws-lc-rs"
        },
        {
          "type": "other",
          "url": "aws_lc_rs_1_16_1_sys"
        },
        {
          "type": "vcs",
          "url": "https://github.com/aws/aws-lc-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.38.0",
      "author": "AWS-LC",
      "name": "aws-lc-sys",
      "version": "0.38.0",
      "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.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e"
        }
      ],
      "licenses": [
        {
          "expression": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL"
        }
      ],
      "purl": "pkg:cargo/aws-lc-sys@0.38.0",
      "externalReferences": [
        {
          "type": "other",
          "url": "aws_lc_0_38_0"
        },
        {
          "type": "vcs",
          "url": "https://github.com/aws/aws-lc-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-runtime@1.7.0",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
      "name": "aws-runtime",
      "version": "1.7.0",
      "description": "Runtime support code for the AWS SDK. This crate isn't intended to be used directly.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b0f92058d22a46adf53ec57a6a96f34447daf02bff52e8fb956c66bcd5c6ac12"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-runtime@1.7.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-dynamodb@1.96.0",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-sdk-dynamodb",
      "version": "1.96.0",
      "description": "AWS SDK for Amazon DynamoDB",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a2e1f3871da847c7ff682ddd2c2b802fa10a562db34eaf16dd863fc2d3f72ad6"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-sdk-dynamodb@1.96.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/awslabs/aws-sdk-rust"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-sso@1.87.0",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-sdk-sso",
      "version": "1.87.0",
      "description": "AWS SDK for AWS Single Sign-On",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f4af747ffcb5aa8da8be8f0679ef6940f1afdb8c2e10c36738c9ebeb8d17b95e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-sdk-sso@1.87.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/awslabs/aws-sdk-rust"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-ssooidc@1.89.0",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-sdk-ssooidc",
      "version": "1.89.0",
      "description": "AWS SDK for AWS SSO OIDC",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "695dc67bb861ccb8426c9129b91c30e266a0e3d85650cafdf62fcca14c8fd338"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-sdk-ssooidc@1.89.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/awslabs/aws-sdk-rust"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-sts@1.89.0",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-sdk-sts",
      "version": "1.89.0",
      "description": "AWS SDK for AWS Security Token Service",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "928e87698cd916cf1efd5268148347269e6d2911028742c0061ff6261e639e3c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-sdk-sts@1.89.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/awslabs/aws-sdk-rust"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sigv4@1.4.0",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, David Barsky <me@davidbarsky.com>",
      "name": "aws-sigv4",
      "version": "1.4.0",
      "description": "SigV4 signer for HTTP requests and Event Stream messages.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "68f6ae9b71597dc5fd115d52849d7a5556ad9265885ad3492ea8d73b93bbc46e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-sigv4@1.4.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, John DiSanti <jdisanti@amazon.com>",
      "name": "aws-smithy-async",
      "version": "1.2.12",
      "description": "Async runtime agnostic abstractions for smithy-rs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3cba48474f1d6807384d06fec085b909f5807e16653c5af5c45dfe89539f0b70"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-async@1.2.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-eventstream@0.60.19",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, John DiSanti <jdisanti@amazon.com>",
      "name": "aws-smithy-eventstream",
      "version": "0.60.19",
      "description": "Event stream logic for smithy-rs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1c0b3e587fbaa5d7f7e870544508af8ce82ea47cd30376e69e1e37c4ac746f79"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-eventstream@0.60.19",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http-client@1.1.10",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
      "name": "aws-smithy-http-client",
      "version": "1.1.10",
      "description": "HTTP client abstractions for generated smithy clients",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0709f0083aa19b704132684bc26d3c868e06bd428ccc4373b0b55c3e8748a58b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-http-client@1.1.10",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.62.6",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-smithy-http",
      "version": "0.62.6",
      "description": "Smithy HTTP logic for smithy-rs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-http@0.62.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.63.4",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-smithy-http",
      "version": "0.63.4",
      "description": "Smithy HTTP logic for smithy-rs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "af4a8a5fe3e4ac7ee871237c340bbce13e982d37543b65700f4419e039f5d78e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-http@0.63.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-json@0.61.9",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, John DiSanti <jdisanti@amazon.com>",
      "name": "aws-smithy-json",
      "version": "0.61.9",
      "description": "Token streaming JSON parser for smithy-rs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-json@0.61.9",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-observability@0.2.5",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
      "name": "aws-smithy-observability",
      "version": "0.2.5",
      "description": "Smithy observability implementation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4d3f39d5bb871aaf461d59144557f16d5927a5248a983a40654d9cf3b9ba183b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-observability@0.2.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/awslabs/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-query@0.60.8",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, John DiSanti <jdisanti@amazon.com>",
      "name": "aws-smithy-query",
      "version": "0.60.8",
      "description": "AWSQuery and EC2Query Smithy protocol logic for smithy-rs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-query@0.60.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Zelda Hessler <zhessler@amazon.com>",
      "name": "aws-smithy-runtime-api",
      "version": "1.11.4",
      "description": "Smithy runtime types.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8c55e0837e9b8526f49e0b9bfa9ee18ddee70e853f5bc09c5d11ebceddcb0fec"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-runtime-api@1.11.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Zelda Hessler <zhessler@amazon.com>",
      "name": "aws-smithy-runtime",
      "version": "1.10.1",
      "description": "The new smithy runtime crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8fd3dfc18c1ce097cf81fced7192731e63809829c6cbf933c1ec47452d08e1aa"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-runtime@1.10.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-smithy-types",
      "version": "1.4.4",
      "description": "Types for smithy-rs codegen.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "576b0d6991c9c32bc14fc340582ef148311f924d41815f641a308b5d11e8e7cd"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-types@1.4.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-xml@0.60.11",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-smithy-xml",
      "version": "0.60.11",
      "description": "XML parsing logic for Smithy protocols.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e9c34127e8c624bc2999f3b657e749c1393bedc9cd97b92a804db8ced4d2e163"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-smithy-xml@0.60.11",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
      "author": "AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>",
      "name": "aws-types",
      "version": "1.3.12",
      "description": "Cross-service types for the AWS SDK.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6c50f3cdf47caa8d01f2be4a6663ea02418e892f9bbfd82c7b9a3a37eaccdd3a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aws-types@1.3.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smithy-lang/smithy-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#axum-core@0.4.5",
      "name": "axum-core",
      "version": "0.4.5",
      "description": "Core types and traits for axum",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/axum-core@0.4.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/tokio-rs/axum"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/axum"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#axum@0.7.9",
      "name": "axum",
      "version": "0.7.9",
      "description": "Web framework that focuses on ergonomics and modularity",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/axum@0.7.9",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/tokio-rs/axum"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/axum"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#backon@1.6.0",
      "name": "backon",
      "version": "1.6.0",
      "description": "Make retry like a built-in feature provided by Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/backon@1.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/backon"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Xuanwo/backon"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base16ct@0.1.1",
      "author": "RustCrypto Developers",
      "name": "base16ct",
      "version": "0.1.1",
      "description": "Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable \"best effort\" constant-time operation and embedded-friendly no_std support ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/base16ct@0.1.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/base16ct"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/base16ct"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64-simd@0.8.0",
      "name": "base64-simd",
      "version": "0.8.0",
      "description": "SIMD-accelerated base64 encoding and decoding",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/base64-simd@0.8.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Nugine/simd"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
      "author": "Marshall Pierce <marshall@mpierce.org>",
      "name": "base64",
      "version": "0.22.1",
      "description": "encodes and decodes base64 as bytes or utf8",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/base64@0.22.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/base64"
        },
        {
          "type": "vcs",
          "url": "https://github.com/marshallpierce/rust-base64"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3",
      "author": "RustCrypto Developers",
      "name": "base64ct",
      "version": "1.8.3",
      "description": "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable \"best effort\" constant-time operation and embedded-friendly no_std support ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/base64ct@1.8.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/base64ct"
        },
        {
          "type": "website",
          "url": "https://github.com/RustCrypto/formats/tree/master/base64ct"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bigdecimal@0.4.10",
      "author": "Andrew Kubera",
      "name": "bigdecimal",
      "version": "0.4.10",
      "description": "Arbitrary precision decimal numbers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/bigdecimal@0.4.10",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bigdecimal"
        },
        {
          "type": "website",
          "url": "https://github.com/akubera/bigdecimal-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/akubera/bigdecimal-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
      "author": "The Rust Project Developers",
      "name": "bitflags",
      "version": "2.11.0",
      "description": "A macro to generate structures which behave like bitflags. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/bitflags@2.11.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bitflags"
        },
        {
          "type": "website",
          "url": "https://github.com/bitflags/bitflags"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bitflags/bitflags"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitpacking@0.9.3",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "bitpacking",
      "version": "0.9.3",
      "description": "Fast integer compression/decompression via SIMD bit-packing. Port of simdcomp to rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "96a7139abd3d9cebf8cd6f920a389cf3dc9576172e32f4563f188cae3c3eb019"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/bitpacking@0.9.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/bitpacking"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/bitpacking"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.0.1",
      "name": "bitvec",
      "version": "1.0.1",
      "description": "Addresses memory by bits, for packed collections and bitfields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/bitvec@1.0.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bitvec/latest/bitvec"
        },
        {
          "type": "website",
          "url": "https://bitvecto-rs.github.io/bitvec"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bitvecto-rs/bitvec"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6",
      "author": "RustCrypto Developers",
      "name": "blake2",
      "version": "0.10.6",
      "description": "BLAKE2 hash functions",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/blake2@0.10.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/blake2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/hashes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.3",
      "author": "Jack O'Connor <oconnor663@gmail.com>, Samuel Neves",
      "name": "blake3",
      "version": "1.8.3",
      "description": "the BLAKE3 hash function",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
        }
      ],
      "purl": "pkg:cargo/blake3@1.8.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/blake3"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BLAKE3-team/BLAKE3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
      "author": "RustCrypto Developers",
      "name": "block-buffer",
      "version": "0.10.4",
      "description": "Buffer type for block processing of data",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/block-buffer@0.10.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/block-buffer"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
      "author": "RustCrypto Developers",
      "name": "block-padding",
      "version": "0.3.3",
      "description": "Padding and unpadding of messages divided into blocks.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/block-padding@0.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/block-padding"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bon-macros@3.9.1",
      "name": "bon-macros",
      "version": "3.9.1",
      "description": "This is a proc-macro crate that is supposed to be a private implementation detail of the `bon` crate ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/bon-macros@3.9.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://bon-rs.com/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/elastio/bon"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bon@3.9.1",
      "name": "bon",
      "version": "3.9.1",
      "description": "Next-gen compile-time-checked builder generator, named function's arguments, and more!",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/bon@3.9.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://bon-rs.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/elastio/bon"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0",
      "author": "Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors",
      "name": "brotli-decompressor",
      "version": "5.0.0",
      "description": "A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller.  Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause OR MIT"
        }
      ],
      "purl": "pkg:cargo/brotli-decompressor@5.0.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://github.com/dropbox/rust-brotli-decompressor/blob/master/README.md"
        },
        {
          "type": "website",
          "url": "https://github.com/dropbox/rust-brotli-decompressor"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dropbox/rust-brotli-decompressor"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2",
      "author": "Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors",
      "name": "brotli",
      "version": "8.0.2",
      "description": "A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause AND MIT"
        }
      ],
      "purl": "pkg:cargo/brotli@8.0.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/brotli/"
        },
        {
          "type": "website",
          "url": "https://github.com/dropbox/rust-brotli"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dropbox/rust-brotli"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
      "author": "Lokathor <zefria@gmail.com>",
      "name": "bytemuck",
      "version": "1.25.0",
      "description": "A crate for mucking around with piles of bytes.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/bytemuck@1.25.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Lokathor/bytemuck"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "byteorder",
      "version": "1.5.0",
      "description": "Library for reading/writing numbers in big-endian and little-endian.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/byteorder@1.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/byteorder"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/byteorder"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/byteorder"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes-utils@0.1.4",
      "author": "Michal 'vorner' Vaner <vorner@vorner.cz>",
      "name": "bytes-utils",
      "version": "0.1.4",
      "description": "Additional utilities for working with the bytes crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/bytes-utils@0.1.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bytes-utils"
        },
        {
          "type": "vcs",
          "url": "https://github.com/vorner/bytes-utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
      "author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "bytes",
      "version": "1.11.1",
      "description": "Types and traits for working with bytes",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/bytes@1.11.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/bytes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
      "author": "RustCrypto Developers",
      "name": "cbc",
      "version": "0.1.2",
      "description": "Cipher Block Chaining (CBC) block cipher mode of operation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cbc@0.1.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cbc"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/block-modes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "cc",
      "version": "1.2.57",
      "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. ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cc@1.2.57",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cc"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/cc-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/cc-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#census@0.4.2",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "census",
      "version": "0.4.2",
      "description": "Keeps an inventory of living objects",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/census@0.4.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/quickwit-inc/census"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-inc/census"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "cfg-if",
      "version": "1.0.4",
      "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. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cfg-if@1.0.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/cfg-if"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1",
      "author": "Zicklag <zicklag@katharostech.com>",
      "name": "cfg_aliases",
      "version": "0.2.1",
      "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/cfg_aliases@0.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cfg_aliases"
        },
        {
          "type": "website",
          "url": "https://github.com/katharostech/cfg_aliases"
        },
        {
          "type": "vcs",
          "url": "https://github.com/katharostech/cfg_aliases"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chrono-tz@0.10.4",
      "name": "chrono-tz",
      "version": "0.10.4",
      "description": "TimeZone implementations for chrono from the IANA database",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/chrono-tz@0.10.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/chrono-tz"
        },
        {
          "type": "vcs",
          "url": "https://github.com/chronotope/chrono-tz"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
      "name": "chrono",
      "version": "0.4.44",
      "description": "Date and time library for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/chrono@0.4.44",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/chrono/"
        },
        {
          "type": "website",
          "url": "https://github.com/chronotope/chrono"
        },
        {
          "type": "vcs",
          "url": "https://github.com/chronotope/chrono"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
      "author": "RustCrypto Developers",
      "name": "cipher",
      "version": "0.4.4",
      "description": "Traits for describing block ciphers and stream ciphers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cipher@0.4.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cipher"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.57",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "cmake",
      "version": "0.1.57",
      "description": "A build dependency for running `cmake` to build a native library ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cmake@0.1.57",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cmake"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/cmake-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/cmake-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
      "name": "colorchoice",
      "version": "1.0.5",
      "description": "Global override of color control",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/colorchoice@1.0.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-cli/anstyle.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#comfy-table@7.2.2",
      "author": "Arne Beer <contact@arne.beer>",
      "name": "comfy-table",
      "version": "7.2.2",
      "description": "An easy to use library for building beautiful tables with automatic content wrapping",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/comfy-table@7.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/comfy-table/"
        },
        {
          "type": "website",
          "url": "https://github.com/nukesor/comfy-table"
        },
        {
          "type": "vcs",
          "url": "https://github.com/nukesor/comfy-table"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.37",
      "author": "Wim Looman <wim@nemo157.com>, Allen Bui <fairingrey@gmail.com>",
      "name": "compression-codecs",
      "version": "0.4.37",
      "description": "Adaptors for various compression algorithms. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/compression-codecs@0.4.37",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Nullus157/async-compression"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.31",
      "author": "Wim Looman <wim@nemo157.com>, Allen Bui <fairingrey@gmail.com>",
      "name": "compression-core",
      "version": "0.4.31",
      "description": "Abstractions for compression algorithms. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/compression-core@0.4.31",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Nullus157/async-compression"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0",
      "author": "Stjepan Glavina <stjepang@gmail.com>, Taiki Endo <te316e89@gmail.com>, John Nunley <dev@notgull.net>",
      "name": "concurrent-queue",
      "version": "2.5.0",
      "description": "Concurrent multi-producer multi-consumer queue",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/concurrent-queue@2.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/concurrent-queue"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
      "author": "RustCrypto Developers",
      "name": "const-oid",
      "version": "0.9.6",
      "description": "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e. embedded) support ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/const-oid@0.9.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/const-oid"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/const-oid"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const-random-macro@0.1.16",
      "author": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
      "name": "const-random-macro",
      "version": "0.1.16",
      "description": "Provides the procedural macro used by const-random",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/const-random-macro@0.1.16",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/const-random"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tkaitchuck/constrandom"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const-random@0.1.18",
      "author": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
      "name": "const-random",
      "version": "0.1.18",
      "description": "Provides compile time random number generation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/const-random@0.1.18",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/const-random"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tkaitchuck/constrandom"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2",
      "author": "Cesar Eduardo Barros <cesarb@cesarb.eti.br>",
      "name": "constant_time_eq",
      "version": "0.4.2",
      "description": "Compares two equal-sized byte strings in constant time.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0 OR MIT-0 OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/constant_time_eq@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/constant_time_eq"
        },
        {
          "type": "vcs",
          "url": "https://github.com/cesarb/constant_time_eq"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
      "author": "RustCrypto Developers",
      "name": "cpufeatures",
      "version": "0.2.17",
      "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 ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cpufeatures@0.2.17",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cpufeatures"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32c@0.6.8",
      "author": "Zack Owens",
      "name": "crc32c",
      "version": "0.6.8",
      "description": "Safe implementation for hardware accelerated CRC32C instructions with software fallback",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/crc32c@0.6.8",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "http://docs.rs/crc32c"
        },
        {
          "type": "website",
          "url": "https://github.com/zowens/crc32c"
        },
        {
          "type": "vcs",
          "url": "https://github.com/zowens/crc32c"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
      "author": "Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com>",
      "name": "crc32fast",
      "version": "1.5.0",
      "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crc32fast@1.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/srijs/rust-crc32fast"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
      "name": "crossbeam-channel",
      "version": "0.5.15",
      "description": "Multi-producer multi-consumer channels for message passing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crossbeam-channel@0.5.15",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
        },
        {
          "type": "vcs",
          "url": "https://github.com/crossbeam-rs/crossbeam"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
      "name": "crossbeam-deque",
      "version": "0.8.6",
      "description": "Concurrent work-stealing deque",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crossbeam-deque@0.8.6",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
        },
        {
          "type": "vcs",
          "url": "https://github.com/crossbeam-rs/crossbeam"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
      "name": "crossbeam-epoch",
      "version": "0.9.18",
      "description": "Epoch-based garbage collection",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crossbeam-epoch@0.9.18",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
        },
        {
          "type": "vcs",
          "url": "https://github.com/crossbeam-rs/crossbeam"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12",
      "name": "crossbeam-queue",
      "version": "0.3.12",
      "description": "Concurrent queues",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crossbeam-queue@0.3.12",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue"
        },
        {
          "type": "vcs",
          "url": "https://github.com/crossbeam-rs/crossbeam"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-skiplist@0.1.3",
      "name": "crossbeam-skiplist",
      "version": "0.1.3",
      "description": "A concurrent skip list",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crossbeam-skiplist@0.1.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-skiplist"
        },
        {
          "type": "vcs",
          "url": "https://github.com/crossbeam-rs/crossbeam"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
      "name": "crossbeam-utils",
      "version": "0.8.21",
      "description": "Utilities for concurrent programming",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crossbeam-utils@0.8.21",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
        },
        {
          "type": "vcs",
          "url": "https://github.com/crossbeam-rs/crossbeam"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.4",
      "author": "Eira Fransham <jackefransham@gmail.com>",
      "name": "crunchy",
      "version": "0.2.4",
      "description": "Crunchy unroller: deterministically unroll constant loops",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/crunchy@0.2.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/eira-fransham/crunchy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/eira-fransham/crunchy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.4.9",
      "author": "RustCrypto Developers",
      "name": "crypto-bigint",
      "version": "0.4.9",
      "description": "Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/crypto-bigint@0.4.9",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/crypto-bigint"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.5.5",
      "author": "RustCrypto Developers",
      "name": "crypto-bigint",
      "version": "0.5.5",
      "description": "Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/crypto-bigint@0.5.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/crypto-bigint"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
      "author": "RustCrypto Developers",
      "name": "crypto-common",
      "version": "0.1.7",
      "description": "Common cryptographic traits",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crypto-common@0.1.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/crypto-common"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#csv-core@0.1.13",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "csv-core",
      "version": "0.1.13",
      "description": "Bare bones CSV parsing with no_std support.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/csv-core@0.1.13",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/csv-core"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/rust-csv"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/rust-csv"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#csv@1.4.0",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "csv",
      "version": "1.4.0",
      "description": "Fast CSV parsing with support for serde.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/csv@1.4.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/csv"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/rust-csv"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/rust-csv"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#darling@0.23.0",
      "author": "Ted Driggs <ted.driggs@outlook.com>",
      "name": "darling",
      "version": "0.23.0",
      "description": "A proc-macro library for reading attributes into structs when implementing custom derives. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/darling@0.23.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/darling/0.23.0"
        },
        {
          "type": "vcs",
          "url": "https://github.com/TedDriggs/darling"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#darling_core@0.23.0",
      "author": "Ted Driggs <ted.driggs@outlook.com>",
      "name": "darling_core",
      "version": "0.23.0",
      "description": "Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/darling_core@0.23.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/TedDriggs/darling"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#darling_macro@0.23.0",
      "author": "Ted Driggs <ted.driggs@outlook.com>",
      "name": "darling_macro",
      "version": "0.23.0",
      "description": "Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/darling_macro@0.23.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/TedDriggs/darling"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0",
      "author": "Acrimon <joel.wejdenstal@gmail.com>",
      "name": "dashmap",
      "version": "6.1.0",
      "description": "Blazing fast concurrent HashMap for Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/dashmap@6.1.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/dashmap"
        },
        {
          "type": "website",
          "url": "https://github.com/xacrimon/dashmap"
        },
        {
          "type": "vcs",
          "url": "https://github.com/xacrimon/dashmap"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog-listing@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-catalog-listing",
      "version": "52.4.0",
      "description": "datafusion-catalog-listing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2c8b9a3795ffb46bf4957a34c67d89a67558b311ae455c8d4295ff2115eeea50"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-catalog-listing@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-catalog",
      "version": "52.4.0",
      "description": "datafusion-catalog",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3c75a4ce672b27fb8423810efb92a3600027717a1664d06a2c307eeeabcec694"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-catalog@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-common-runtime",
      "version": "52.4.0",
      "description": "Common Runtime functionality for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8cf5880c02ff6f5f11fb5bc19211789fb32fd3c53d79b7d6cb2b12e401312ba0"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-common-runtime@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-common",
      "version": "52.4.0",
      "description": "Common functionality for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "205dc1e20441973f470e6b7ef87626a3b9187970e5106058fef1b713047f770c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-common@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-arrow@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-datasource-arrow",
      "version": "52.4.0",
      "description": "datafusion-datasource-arrow",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6e497d5fc48dac7ce86f6b4fb09a3a494385774af301ff20ec91aebfae9b05b4"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-datasource-arrow@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-csv@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-datasource-csv",
      "version": "52.4.0",
      "description": "datafusion-datasource-csv",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0dfc250cad940d0327ca2e9109dc98830892d17a3d6b2ca11d68570e872cf379"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-datasource-csv@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-json@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-datasource-json",
      "version": "52.4.0",
      "description": "datafusion-datasource-json",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c91e9677ed62833b0e8129dec0d1a8f3c9bb7590bd6dd714a43e4c3b663e4aa0"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-datasource-json@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-datasource",
      "version": "52.4.0",
      "description": "datafusion-datasource",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bc614d6e709450e29b7b032a42c1bdb705f166a6b2edef7bed7c7897eb905499"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-datasource@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-doc",
      "version": "52.4.0",
      "description": "Documentation module for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3e13e5fe3447baa0584b61ee8644086e007e1ef6e58f4be48bc8a72417854729"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-doc@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-execution",
      "version": "52.4.0",
      "description": "Execution configuration support for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "48a6cc03e34899a54546b229235f7b192634c8e832f78a267f0989b18216c56d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-execution@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-expr-common",
      "version": "52.4.0",
      "description": "Logical plan and expression representation for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "98c6d83feae0753799f933a2c47dfd15980c6947960cb95ed60f5c1f885548b3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-expr-common@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-expr",
      "version": "52.4.0",
      "description": "Logical plan and expression representation for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ee3315d87eca7a7df58e52a1fb43b4c4171b545fd30ffc3102945c162a9f6ddb"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-expr@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate-common@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-functions-aggregate-common",
      "version": "52.4.0",
      "description": "Utility functions for implementing aggregate functions for the DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cead3cfed825b0b688700f4338d281cd7857e4907775a5b9554c083edd5f3f95"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-functions-aggregate-common@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-functions-aggregate",
      "version": "52.4.0",
      "description": "Traits and types for logical plans and expressions for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4e42c227d9e55a6c8041785d4a8a117e4de531033d480aae10984247ac62e27e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-functions-aggregate@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-nested@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-functions-nested",
      "version": "52.4.0",
      "description": "Nested Type Function packages for the DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "62ea99612970aebab8cf864d02eb3d296bbab7f4881e1023d282b57fe431b201"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-functions-nested@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-table@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-functions-table",
      "version": "52.4.0",
      "description": "Traits and types for logical plans and expressions for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d83dbf3ab8b9af6f209b068825a7adbd3b88bf276f2a1ec14ba09567b97f5674"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-functions-table@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window-common@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-functions-window-common",
      "version": "52.4.0",
      "description": "Common functions for implementing user-defined window functions for the DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e0c6e30e09700799bd52adce8c377ab03dda96e73a623e4803a31ad94fe7ce14"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-functions-window-common@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-functions-window",
      "version": "52.4.0",
      "description": "Window function packages for the DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "732edabe07496e2fc5a1e57a284d7a36edcea445a2821119770a0dea624b472c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-functions-window@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-functions",
      "version": "52.4.0",
      "description": "Function packages for the DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "49b82962015cc3db4d7662459c9f7fcda0591b5edacb8af1cf3bc3031f274800"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-functions@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-macros@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-macros",
      "version": "52.4.0",
      "description": "Procedural macros for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "402f2a8ed70fb99a18f71580a1fe338604222a3d32ddeac6e72c5b34feea2d4d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-macros@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-optimizer@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-optimizer",
      "version": "52.4.0",
      "description": "DataFusion Query Optimizer",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "99f32edb8ba12f08138f86c09b80fae3d4a320551262fa06b91d8a8cb3065a5b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-optimizer@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-adapter@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-physical-expr-adapter",
      "version": "52.4.0",
      "description": "Physical expression schema adaptation utilities for DataFusion",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1de89d0afa08b6686697bd8a6bac4ba2cd44c7003356e1bce6114d5a93f94b5c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-physical-expr-adapter@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-physical-expr-common",
      "version": "52.4.0",
      "description": "Common functionality of physical expression for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "602d1970c0fe87f1c3a36665d131fbfe1c4379d35f8fc5ec43a362229ad2954d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-physical-expr-common@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-physical-expr",
      "version": "52.4.0",
      "description": "Physical expression implementation for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "987c5e29e96186589301b42e25aa7d11bbe319a73eb02ef8d755edc55b5b89fc"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-physical-expr@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-optimizer@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-physical-optimizer",
      "version": "52.4.0",
      "description": "DataFusion Physical Optimizer",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b24d704b6385ebe27c756a12e5ba15684576d3b47aeca79cc9fb09480236dc32"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-physical-optimizer@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-physical-plan",
      "version": "52.4.0",
      "description": "Physical (ExecutionPlan) implementations for DataFusion query engine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c21d94141ea5043e98793f170798e9c1887095813b8291c5260599341e383a38"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-physical-plan@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-pruning@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-pruning",
      "version": "52.4.0",
      "description": "DataFusion Pruning Logic",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1a68cce43d18c0dfac95cacd74e70565f7e2fb12b9ed41e2d312f0fa837626b1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-pruning@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-session",
      "version": "52.4.0",
      "description": "datafusion-session",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6b4e1c40a0b1896aed4a4504145c2eb7fa9b9da13c2d04b40a4767a09f076199"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-session@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-sql@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion-sql",
      "version": "52.4.0",
      "description": "DataFusion SQL Query Planner",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2f1891e5b106d1d73c7fe403bd8a265d19c3977edc17f60808daf26c2fe65ffb"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion-sql@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion@52.4.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "datafusion",
      "version": "52.4.0",
      "description": "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "43c18ba387f9c05ac1f3be32a73f8f3cc6c1cfc43e5d4b7a8e5b0d3a5eb48dc7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/datafusion@52.4.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://datafusion.apache.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
      "author": "Aeledfyr <aeledfyr@gmail.com>",
      "name": "deepsize",
      "version": "0.2.0",
      "description": "A crate for measuring the total size of object on the stack and heap",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/deepsize@0.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Aeledfyr/deepsize/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#deepsize_derive@0.1.2",
      "author": "Aeledfyr <aeledfyr@gmail.com>",
      "name": "deepsize_derive",
      "version": "0.1.2",
      "description": "A crate for measuring the total size of object on the stack and heap",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/deepsize_derive@0.1.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Aeledfyr/deepsize/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#der@0.6.1",
      "author": "RustCrypto Developers",
      "name": "der",
      "version": "0.6.1",
      "description": "Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/der@0.6.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/der"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
      "author": "RustCrypto Developers",
      "name": "der",
      "version": "0.7.10",
      "description": "Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/der@0.7.10",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/der"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
      "author": "Jacob Pratt <jacob@jhpratt.dev>",
      "name": "deranged",
      "version": "0.5.8",
      "description": "Ranged integers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/deranged@0.5.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jhpratt/deranged"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
      "author": "RustCrypto Developers",
      "name": "digest",
      "version": "0.10.7",
      "description": "Traits for cryptographic hash functions and message authentication codes",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/digest@0.10.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/digest"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0",
      "author": "Simon Ochsenreither <simon@ochsenreither.de>",
      "name": "dirs-sys",
      "version": "0.5.0",
      "description": "System-level helper functions for the dirs and directories crates.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/dirs-sys@0.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/dirs-dev/dirs-sys-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0",
      "author": "Simon Ochsenreither <simon@ochsenreither.de>",
      "name": "dirs",
      "version": "6.0.0",
      "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/dirs@6.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/soc/dirs-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5",
      "author": "Jane Lusby <jlusby@yaah.dev>",
      "name": "displaydoc",
      "version": "0.2.5",
      "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/displaydoc@0.2.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/displaydoc"
        },
        {
          "type": "website",
          "url": "https://github.com/yaahc/displaydoc"
        },
        {
          "type": "vcs",
          "url": "https://github.com/yaahc/displaydoc"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dlv-list@0.5.2",
      "author": "Scott Godwin <sgodwincs@gmail.com>",
      "name": "dlv-list",
      "version": "0.5.2",
      "description": "Semi-doubly linked list implemented using a vector",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/dlv-list@0.5.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/sgodwincs/dlv-list-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#downcast-rs@2.0.2",
      "name": "downcast-rs",
      "version": "2.0.2",
      "description": "Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/downcast-rs@2.0.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/marcianx/downcast-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5",
      "author": "Kornel <kornel@geekhood.net>",
      "name": "dunce",
      "version": "1.0.5",
      "description": "Normalize Windows paths to the most compatible format, avoiding UNC where possible",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0 OR MIT-0 OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/dunce@1.0.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/dunce"
        },
        {
          "type": "website",
          "url": "https://lib.rs/crates/dunce"
        },
        {
          "type": "vcs",
          "url": "https://gitlab.com/kornelski/dunce"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "dyn-clone",
      "version": "1.0.20",
      "description": "Clone trait that is dyn-compatible",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/dyn-clone@1.0.20",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/dyn-clone"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/dyn-clone"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ecdsa@0.14.8",
      "author": "RustCrypto Developers",
      "name": "ecdsa",
      "version": "0.14.8",
      "description": "Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/ecdsa@0.14.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/signatures/tree/master/ecdsa"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0",
      "author": "bluss",
      "name": "either",
      "version": "1.15.0",
      "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/either@1.15.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/either/1/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rayon-rs/either"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.12.3",
      "author": "RustCrypto Developers",
      "name": "elliptic-curve",
      "version": "0.12.3",
      "description": "General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/elliptic-curve@0.12.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits/tree/master/elliptic-curve"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
      "author": "Henri Sivonen <hsivonen@hsivonen.fi>",
      "name": "encoding_rs",
      "version": "0.8.35",
      "description": "A Gecko-oriented implementation of the Encoding Standard",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
        }
      ],
      "licenses": [
        {
          "expression": "(Apache-2.0 OR MIT) AND BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/encoding_rs@0.8.35",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/encoding_rs/"
        },
        {
          "type": "website",
          "url": "https://docs.rs/encoding_rs/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hsivonen/encoding_rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#env_filter@1.0.1",
      "name": "env_filter",
      "version": "1.0.1",
      "description": "Filter log events using environment variables ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/env_filter@1.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-cli/env_logger"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.10",
      "name": "env_logger",
      "version": "0.11.10",
      "description": "A logging implementation for `log` which is configured via an environment variable. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/env_logger@0.11.10",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-cli/env_logger"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
      "name": "equivalent",
      "version": "1.0.2",
      "description": "Traits for key comparison in maps.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/equivalent@1.0.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/indexmap-rs/equivalent"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
      "author": "Chris Wong <lambda.fairy@gmail.com>, Dan Gohman <dev@sunfishcode.online>",
      "name": "errno",
      "version": "0.3.14",
      "description": "Cross-platform interface to the `errno` variable.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/errno@0.3.14",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/errno"
        },
        {
          "type": "vcs",
          "url": "https://github.com/lambda-fairy/rust-errno"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ethnum@1.5.2",
      "author": "Nicholas Rodrigues Lordello <nlordell@gmail.com>",
      "name": "ethnum",
      "version": "1.5.2",
      "description": "256-bit integer implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ethnum@1.5.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ethnum"
        },
        {
          "type": "website",
          "url": "https://github.com/nlordell/ethnum-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/nlordell/ethnum-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4",
      "author": "John Nunley <dev@notgull.net>",
      "name": "event-listener-strategy",
      "version": "0.5.4",
      "description": "Block or poll on event_listener easily",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/event-listener-strategy@0.5.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/event-listener-strategy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1",
      "author": "Stjepan Glavina <stjepang@gmail.com>, John Nunley <dev@notgull.net>",
      "name": "event-listener",
      "version": "5.4.1",
      "description": "Notify async tasks or threads",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/event-listener@5.4.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/event-listener"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fast-float2@0.2.3",
      "author": "Ivan Smirnov <i.s.smirnov@gmail.com>, Alex Huszagh <ahuszagh@gmail.com>",
      "name": "fast-float2",
      "version": "0.2.3",
      "description": "Fast floating-point number parser.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/fast-float2@0.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/fast-float2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/fast-float-rust"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastdivide@0.4.2",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "fastdivide",
      "version": "0.4.2",
      "description": "Fastdivide is a partial port of libdivide. It makes it possible to reduce the cost of divisions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471"
        }
      ],
      "licenses": [
        {
          "expression": "zlib-acknowledgement OR MIT"
        }
      ],
      "purl": "pkg:cargo/fastdivide@0.4.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/fulmicoton/fastdivide"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
      "author": "Stjepan Glavina <stjepang@gmail.com>",
      "name": "fastrand",
      "version": "2.3.0",
      "description": "A simple and fast random number generator",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/fastrand@2.3.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/fastrand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ff@0.12.1",
      "author": "Sean Bowe <ewillbefull@gmail.com>, Jack Grigg <thestr4d@gmail.com>",
      "name": "ff",
      "version": "0.12.1",
      "description": "Library for building and interfacing with finite fields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ff@0.12.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ff/"
        },
        {
          "type": "website",
          "url": "https://github.com/zkcrypto/ff"
        },
        {
          "type": "vcs",
          "url": "https://github.com/zkcrypto/ff"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
      "name": "find-msvc-tools",
      "version": "0.1.9",
      "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/find-msvc-tools@0.1.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/find-msvc-tools"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/cc-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fixedbitset@0.5.7",
      "author": "bluss",
      "name": "fixedbitset",
      "version": "0.5.7",
      "description": "FixedBitSet is a simple bitset collection",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/fixedbitset@0.5.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/fixedbitset/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/petgraph/fixedbitset"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flatbuffers@25.12.19",
      "author": "Robert Winslow <hello@rwinslow.com>, FlatBuffers Maintainers",
      "name": "flatbuffers",
      "version": "25.12.19",
      "description": "Official FlatBuffers Rust runtime library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/flatbuffers@25.12.19",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://google.github.io/flatbuffers/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/google/flatbuffers"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
      "author": "Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>",
      "name": "flate2",
      "version": "1.1.9",
      "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. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/flate2@1.1.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/flate2"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/flate2-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/flate2-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "fnv",
      "version": "1.0.7",
      "description": "Fowler–Noll–Vo hash function",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0  OR  MIT"
        }
      ],
      "purl": "pkg:cargo/fnv@1.0.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://doc.servo.org/fnv/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/servo/rust-fnv"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5",
      "author": "Orson Peters <orsonpeters@gmail.com>",
      "name": "foldhash",
      "version": "0.1.5",
      "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib"
        }
      ],
      "purl": "pkg:cargo/foldhash@0.1.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/orlp/foldhash"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0",
      "author": "Orson Peters <orsonpeters@gmail.com>",
      "name": "foldhash",
      "version": "0.2.0",
      "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib"
        }
      ],
      "purl": "pkg:cargo/foldhash@0.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/orlp/foldhash"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
      "author": "The rust-url developers",
      "name": "form_urlencoded",
      "version": "1.2.2",
      "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/form_urlencoded@1.2.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/servo/rust-url"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fs4@0.8.4",
      "author": "Dan Burkert <dan@danburkert.com>, Al Liu <scygliu1@gmail.com>",
      "name": "fs4",
      "version": "0.8.4",
      "description": "No libc, pure Rust cross-platform file locks. Original fs2, now supports async and replace libc by rustix.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/fs4@0.8.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/fs4"
        },
        {
          "type": "vcs",
          "url": "https://github.com/al8n/fs4-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0",
      "author": "Denis Kurilenko <webdesus@gmail.com>",
      "name": "fs_extra",
      "version": "1.3.0",
      "description": "Expanding std::fs and std::io. Recursively copy folders with information about process and much more.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/fs_extra@1.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/fs_extra"
        },
        {
          "type": "website",
          "url": "https://github.com/webdesus/fs_extra"
        },
        {
          "type": "vcs",
          "url": "https://github.com/webdesus/fs_extra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fsst@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "fsst",
      "version": "4.0.0",
      "description": "FSST string compression for Lance",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2195cc7f87e84bd695586137de99605e7e9579b26ec5e01b82960ddb4d0922f2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/fsst@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fst@0.4.7",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "fst",
      "version": "0.4.7",
      "description": "Use finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible). ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/fst@0.4.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/fst"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/fst"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/fst"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#funty@2.0.0",
      "author": "myrrlyn <self@myrrlyn.dev>",
      "name": "funty",
      "version": "2.0.0",
      "description": "Trait generalization over the primitive types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/funty@2.0.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/funty"
        },
        {
          "type": "vcs",
          "url": "https://github.com/myrrlyn/funty"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
      "name": "futures-channel",
      "version": "0.3.32",
      "description": "Channels for asynchronous communication using futures-rs. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-channel@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
      "name": "futures-core",
      "version": "0.3.32",
      "description": "The core traits and types in for the `futures` library. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-core@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32",
      "name": "futures-executor",
      "version": "0.3.32",
      "description": "Executors for asynchronous tasks based on the futures-rs library. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-executor@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
      "name": "futures-io",
      "version": "0.3.32",
      "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-io@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
      "name": "futures-macro",
      "version": "0.3.32",
      "description": "The futures-rs procedural macro implementations. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-macro@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
      "name": "futures-sink",
      "version": "0.3.32",
      "description": "The asynchronous `Sink` trait for the futures-rs library. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-sink@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
      "name": "futures-task",
      "version": "0.3.32",
      "description": "Tools for working with tasks. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-task@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
      "name": "futures-util",
      "version": "0.3.32",
      "description": "Common utilities and extension traits for the futures-rs library. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-util@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
      "name": "futures",
      "version": "0.3.32",
      "description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures@0.3.32",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://rust-lang.github.io/futures-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/futures-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
      "author": "Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>",
      "name": "generic-array",
      "version": "0.14.7",
      "description": "Generic types implementing functionality of arrays",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/generic-array@0.14.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "http://fizyk20.github.io/generic-array/generic_array/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/fizyk20/generic-array.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
      "author": "The Rand Project Developers",
      "name": "getrandom",
      "version": "0.2.17",
      "description": "A small cross-platform library for retrieving random data from system source",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/getrandom@0.2.17",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/getrandom"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/getrandom"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
      "author": "The Rand Project Developers",
      "name": "getrandom",
      "version": "0.3.4",
      "description": "A small cross-platform library for retrieving random data from system source",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/getrandom@0.3.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/getrandom"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/getrandom"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2",
      "author": "The Rand Project Developers",
      "name": "getrandom",
      "version": "0.4.2",
      "description": "A small cross-platform library for retrieving random data from system source",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/getrandom@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/getrandom"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/getrandom"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3",
      "author": "The Rust Project Developers",
      "name": "glob",
      "version": "0.3.3",
      "description": "Support for matching file paths against Unix shell style patterns. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/glob@0.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/glob"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/glob"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/glob"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#group@0.12.1",
      "author": "Sean Bowe <ewillbefull@gmail.com>, Jack Grigg <jack@z.cash>",
      "name": "group",
      "version": "0.12.1",
      "description": "Elliptic curve group traits and utilities",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/group@0.12.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/group/"
        },
        {
          "type": "website",
          "url": "https://github.com/zkcrypto/group"
        },
        {
          "type": "vcs",
          "url": "https://github.com/zkcrypto/group"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.3.27",
      "author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "h2",
      "version": "0.3.27",
      "description": "An HTTP/2 client and server",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/h2@0.3.27",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/h2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/h2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
      "author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "h2",
      "version": "0.4.13",
      "description": "An HTTP/2 client and server",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/h2@0.4.13",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/h2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/h2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
      "author": "Kathryn Long <squeeself@gmail.com>",
      "name": "half",
      "version": "2.7.1",
      "description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/half@2.7.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/VoidStarKat/half-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "hashbrown",
      "version": "0.12.3",
      "description": "A Rust port of Google's SwissTable hash map",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hashbrown@0.12.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/hashbrown"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "hashbrown",
      "version": "0.14.5",
      "description": "A Rust port of Google's SwissTable hash map",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hashbrown@0.14.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/hashbrown"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "hashbrown",
      "version": "0.15.5",
      "description": "A Rust port of Google's SwissTable hash map",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hashbrown@0.15.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/hashbrown"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "hashbrown",
      "version": "0.16.1",
      "description": "A Rust port of Google's SwissTable hash map",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hashbrown@0.16.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/hashbrown"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
      "name": "heck",
      "version": "0.5.0",
      "description": "heck is a case conversion library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/heck@0.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/withoutboats/heck"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
      "author": "KokaKiwi <kokakiwi@kokakiwi.net>",
      "name": "hex",
      "version": "0.4.3",
      "description": "Encoding and decoding data into/from hexadecimal representation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hex@0.4.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hex/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/KokaKiwi/rust-hex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
      "author": "RustCrypto Developers",
      "name": "hmac",
      "version": "0.12.1",
      "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hmac@0.12.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hmac"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/MACs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#home@0.5.12",
      "author": "Brian Anderson <andersrb@gmail.com>",
      "name": "home",
      "version": "0.5.12",
      "description": "Shared definitions of home directories.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/home@0.5.12",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/home"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/cargo"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/cargo"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#htmlescape@0.3.1",
      "author": "Viktor Dahl <pazaconyoman@gmail.com>",
      "name": "htmlescape",
      "version": "0.3.1",
      "description": "A library for HTML entity encoding and decoding",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0  OR  MIT  OR  MPL-2.0"
        }
      ],
      "purl": "pkg:cargo/htmlescape@0.3.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/veddan/rust-htmlescape"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
      "author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http-body-util",
      "version": "0.1.3",
      "description": "Combinators and adapters for HTTP request or response bodies. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/http-body-util@0.1.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/http-body-util"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/http-body"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
      "author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http-body",
      "version": "0.4.6",
      "description": "Trait representing an asynchronous, streaming, HTTP request or response body. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/http-body@0.4.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/http-body"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/http-body"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
      "author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http-body",
      "version": "1.0.1",
      "description": "Trait representing an asynchronous, streaming, HTTP request or response body. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/http-body@1.0.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/http-body"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/http-body"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
      "author": "Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http",
      "version": "0.2.12",
      "description": "A set of types for representing HTTP requests and responses. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/http@0.2.12",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/http"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/http"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
      "author": "Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http",
      "version": "1.4.0",
      "description": "A set of types for representing HTTP requests and responses. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/http@1.4.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/http"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/http"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "httparse",
      "version": "1.10.1",
      "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/httparse@1.10.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/httparse"
        },
        {
          "type": "vcs",
          "url": "https://github.com/seanmonstar/httparse"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
      "author": "Pyfisch <pyfisch@posteo.org>",
      "name": "httpdate",
      "version": "1.0.3",
      "description": "HTTP date parsing and formatting",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/httpdate@1.0.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/pyfisch/httpdate"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#humantime@2.3.0",
      "name": "humantime",
      "version": "2.3.0",
      "description": "A parser and formatter for std::time::{Duration, SystemTime}",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/humantime@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/humantime"
        },
        {
          "type": "website",
          "url": "https://github.com/chronotope/humantime"
        },
        {
          "type": "vcs",
          "url": "https://github.com/chronotope/humantime"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.24.2",
      "name": "hyper-rustls",
      "version": "0.24.2",
      "description": "Rustls+hyper integration for pure rust HTTPS",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/hyper-rustls@0.24.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hyper-rustls/"
        },
        {
          "type": "website",
          "url": "https://github.com/rustls/hyper-rustls"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/hyper-rustls"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7",
      "name": "hyper-rustls",
      "version": "0.27.7",
      "description": "Rustls+hyper integration for pure rust HTTPS",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/hyper-rustls@0.27.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hyper-rustls/"
        },
        {
          "type": "website",
          "url": "https://github.com/rustls/hyper-rustls"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/hyper-rustls"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "hyper-util",
      "version": "0.1.20",
      "description": "hyper utilities",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/hyper-util@0.1.20",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hyper-util"
        },
        {
          "type": "website",
          "url": "https://hyper.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/hyper-util"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@0.14.32",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "hyper",
      "version": "0.14.32",
      "description": "A fast and correct HTTP library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/hyper@0.14.32",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hyper"
        },
        {
          "type": "website",
          "url": "https://hyper.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/hyper"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "hyper",
      "version": "1.8.1",
      "description": "A protective and efficient HTTP library for all.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/hyper@1.8.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hyper"
        },
        {
          "type": "website",
          "url": "https://hyper.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/hyper"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyperloglogplus@0.4.1",
      "author": "Tasos Bakogiannis <t.bakogiannis@gmail.com>",
      "name": "hyperloglogplus",
      "version": "0.4.1",
      "description": "HyperLogLog implementations.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "621debdf94dcac33e50475fdd76d34d5ea9c0362a834b9db08c3024696c1fbe3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/hyperloglogplus@0.4.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hyperloglogplus"
        },
        {
          "type": "website",
          "url": "https://github.com/tabac/hyperloglog.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tabac/hyperloglog.rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
      "author": "Andrew Straw <strawman@astraw.com>, René Kijewski <rene.kijewski@fu-berlin.de>, Ryan Lopopolo <rjl@hyperbo.la>",
      "name": "iana-time-zone",
      "version": "0.1.65",
      "description": "get the IANA time zone for the current system",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/iana-time-zone@0.1.65",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/strawlab/iana-time-zone"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1",
      "author": "The ICU4X Project Developers",
      "name": "icu_collections",
      "version": "2.1.1",
      "description": "Collection of API for use in ICU libraries.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_collections@2.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1",
      "author": "The ICU4X Project Developers",
      "name": "icu_locale_core",
      "version": "2.1.1",
      "description": "API for managing Unicode Language and Locale Identifiers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_locale_core@2.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1",
      "author": "The ICU4X Project Developers",
      "name": "icu_normalizer",
      "version": "2.1.1",
      "description": "API for normalizing text into Unicode Normalization Forms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_normalizer@2.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1",
      "author": "The ICU4X Project Developers",
      "name": "icu_normalizer_data",
      "version": "2.1.1",
      "description": "Data for the icu_normalizer crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_normalizer_data@2.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2",
      "author": "The ICU4X Project Developers",
      "name": "icu_properties",
      "version": "2.1.2",
      "description": "Definitions for Unicode properties",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_properties@2.1.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2",
      "author": "The ICU4X Project Developers",
      "name": "icu_properties_data",
      "version": "2.1.2",
      "description": "Data for the icu_properties crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_properties_data@2.1.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1",
      "author": "The ICU4X Project Developers",
      "name": "icu_provider",
      "version": "2.1.1",
      "description": "Trait and struct definitions for the ICU data provider",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_provider@2.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ident_case@1.0.1",
      "author": "Ted Driggs <ted.driggs@outlook.com>",
      "name": "ident_case",
      "version": "1.0.1",
      "description": "Utility for applying case rules to Rust identifiers.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ident_case@1.0.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ident_case/1.0.1"
        },
        {
          "type": "vcs",
          "url": "https://github.com/TedDriggs/ident_case"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
      "author": "The rust-url developers",
      "name": "idna",
      "version": "1.1.0",
      "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/idna@1.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/servo/rust-url/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1",
      "author": "The rust-url developers",
      "name": "idna_adapter",
      "version": "1.2.1",
      "description": "Back end adapter for idna",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/idna_adapter@1.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/idna_adapter/latest/idna_adapter/"
        },
        {
          "type": "website",
          "url": "https://docs.rs/crate/idna_adapter/latest"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hsivonen/idna_adapter"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3",
      "name": "indexmap",
      "version": "1.9.3",
      "description": "A hash table with consistent order and fast iteration.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/indexmap@1.9.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/indexmap/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bluss/indexmap"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
      "name": "indexmap",
      "version": "2.13.0",
      "description": "A hash table with consistent order and fast iteration.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/indexmap@2.13.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/indexmap/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/indexmap-rs/indexmap"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "indoc",
      "version": "2.0.7",
      "description": "Indented document literals",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/indoc@2.0.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/indoc"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/indoc"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4",
      "author": "RustCrypto Developers",
      "name": "inout",
      "version": "0.1.4",
      "description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/inout@0.1.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/inout"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0",
      "author": "Kris Price <kris@krisprice.nz>",
      "name": "ipnet",
      "version": "2.12.0",
      "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.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ipnet@2.12.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ipnet"
        },
        {
          "type": "vcs",
          "url": "https://github.com/krisprice/ipnet"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#iri-string@0.7.11",
      "author": "YOSHIOKA Takuma <nop_thread@nops.red>",
      "name": "iri-string",
      "version": "0.7.11",
      "description": "IRI as string types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/iri-string@0.7.11",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lo48576/iri-string"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
      "name": "is_terminal_polyfill",
      "version": "1.70.2",
      "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/polyfill-rs/is_terminal_polyfill"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0",
      "author": "bluss",
      "name": "itertools",
      "version": "0.13.0",
      "description": "Extra iterator adaptors, iterator methods, free functions, and macros.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/itertools@0.13.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/itertools/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-itertools/itertools"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
      "author": "bluss",
      "name": "itertools",
      "version": "0.14.0",
      "description": "Extra iterator adaptors, iterator methods, free functions, and macros.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/itertools@0.14.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/itertools/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-itertools/itertools"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "itoa",
      "version": "1.0.18",
      "description": "Fast integer primitive to string conversion",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/itoa@1.0.18",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/itoa"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/itoa"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jiff-static@0.2.23",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "jiff-static",
      "version": "0.2.23",
      "description": "Create static TimeZone values for Jiff (useful in core-only environments).",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/jiff-static@0.2.23",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/jiff-tzdb"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-static"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/jiff"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jiff@0.2.23",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "jiff",
      "version": "0.2.23",
      "description": "A date-time library that encourages you to jump into the pit of success.  This library is heavily inspired by the Temporal project. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/jiff@0.2.23",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/jiff"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/jiff"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "jobserver",
      "version": "0.1.34",
      "description": "An implementation of the GNU Make jobserver for Rust. ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/jobserver@0.1.34",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/jobserver"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/jobserver-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/jobserver-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jsonb@0.5.5",
      "author": "Databend Authors <opensource@datafuselabs.com>",
      "name": "jsonb",
      "version": "0.5.5",
      "description": "JSONB implement in Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2a901f06163d352fbe41c3c2ff5e08b75330a003cc941e988fb501022f5421e6"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/jsonb@0.5.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/databendlabs/jsonb"
        },
        {
          "type": "vcs",
          "url": "https://github.com/databendlabs/jsonb"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jsonwebtoken@9.3.1",
      "author": "Vincent Prouillet <hello@vincentprouillet.com>",
      "name": "jsonwebtoken",
      "version": "9.3.1",
      "description": "Create and decode JWTs in a strongly typed way.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/jsonwebtoken@9.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/Keats/jsonwebtoken"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Keats/jsonwebtoken"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-arrow",
      "version": "4.0.0",
      "description": "Arrow Extension for Lance",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5d9f5d95bdda2a2b790f1fb8028b5b6dcf661abeb3133a8bca0f3d24b054af87"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-arrow@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-bitpacking@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-bitpacking",
      "version": "4.0.0",
      "description": "Vendored copy of https://github.com/spiraldb/fastlanes for use in Lance",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f827d6ab9f8f337a9509d5ad66a12f3314db8713868260521c344ef6135eb4e4"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-bitpacking@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-core",
      "version": "4.0.0",
      "description": "Lance Columnar Format -- Core Library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0f1e25df6a79bf72ee6bcde0851f19b1cd36c5848c1b7db83340882d3c9fdecb"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-core@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-datafusion@4.0.0",
      "name": "lance-datafusion",
      "version": "4.0.0",
      "description": "Internal utilities used by other lance modules to simplify working with datafusion",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "93146de8ae720cb90edef81c2f2d0a1b065fc2f23ecff2419546f389b0fa70a4"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-datafusion@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-datagen@4.0.0",
      "name": "lance-datagen",
      "version": "4.0.0",
      "description": "A columnar data format that is 100x faster than Parquet for random access.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ccec8ce4d8e0a87a99c431dab2364398029f2ffb649c1a693c60c79e05ed30dd"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-datagen@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-encoding@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-encoding",
      "version": "4.0.0",
      "description": "Encoders and decoders for the Lance file format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5c1aec0bbbac6bce829bc10f1ba066258126100596c375fb71908ecf11c2c2a5"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-encoding@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-file@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-file",
      "version": "4.0.0",
      "description": "Utilities for the Lance file format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "14a8c548804f5b17486dc2d3282356ed1957095a852780283bc401fdd69e9075"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-file@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-index@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-index",
      "version": "4.0.0",
      "description": "Lance indices implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2da212f0090ea59f79ac3686660f596520c167fe1cb5f408900cf71d215f0e03"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-index@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-io",
      "version": "4.0.0",
      "description": "I/O utilities for Lance",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "41d958eb4b56f03bbe0f5f85eb2b4e9657882812297b6f711f201ffc995f259f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-io@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-linalg@4.0.0",
      "name": "lance-linalg",
      "version": "4.0.0",
      "description": "A columnar data format that is 100x faster than Parquet for random access.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0285b70da35def7ed95e150fae1d5308089554e1290470403ed3c50cb235bc5e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-linalg@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-namespace-impls@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-namespace-impls",
      "version": "4.0.0",
      "description": "Lance Namespace Implementations",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a2392314f3da38f00d166295e44244208a65ccfc256e274fa8631849fc3f4d94"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-namespace-impls@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-namespace-reqwest-client@0.6.1",
      "author": "OpenAPI Generator team and contributors",
      "name": "lance-namespace-reqwest-client",
      "version": "0.6.1",
      "description": "This OpenAPI specification is a part of the Lance namespace specification. It contains 2 parts:  The `components/schemas`, `components/responses`, `components/examples`, `tags` sections define the request and response shape for each operation in a Lance Namespace across all implementations. See https://lancedb.github.io/lance-namespace/spec/operations for more details.  The `servers`, `security`, `paths`, `components/parameters` sections are for the  Lance REST Namespace implementation, which defines a complete REST server that can work with Lance datasets. See https://lancedb.github.io/lance-namespace/spec/impls/rest for more details. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ee2e48de899e2931afb67fcddd0a08e439bf5d8b6ea2a2ed9cb8f4df669bd5cc"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-namespace-reqwest-client@0.6.1"
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-namespace@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-namespace",
      "version": "4.0.0",
      "description": "Lance Namespace Core APIs",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5f78e2a828b654e062a495462c6e3eb4fcf0e7e907d761b8f217fc09ccd3ceac"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-namespace@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-table@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-table",
      "version": "4.0.0",
      "description": "Utilities for the Lance table format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3df9c4adca3eb2074b3850432a9fb34248a3d90c3d6427d158b13ff9355664ee"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-table@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance-testing@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance-testing",
      "version": "4.0.0",
      "description": "A columnar data format that is 100x faster than Parquet for random access.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7ed7119bdd6983718387b4ac44af873a165262ca94f181b104cd6f97912eb3bf"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance-testing@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lance@4.0.0",
      "author": "Lance Devs <dev@lance.org>",
      "name": "lance",
      "version": "4.0.0",
      "description": "A columnar data format that is 100x faster than Parquet for random access.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "efe6c3ddd79cdfd2b7e1c23cafae52806906bc40fbd97de9e8cf2f8c7a75fc04"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lance@4.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/lance-format/lance"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
      "author": "Marvin Löbel <loebel.marvin@gmail.com>",
      "name": "lazy_static",
      "version": "1.5.0",
      "description": "A macro for declaring lazily evaluated statics in Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lazy_static@1.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/lazy_static"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang-nursery/lazy-static.rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#levenshtein_automata@0.2.1",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "levenshtein_automata",
      "version": "0.2.1",
      "description": "Creates Levenshtein Automata in an efficient manner.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/levenshtein_automata@0.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/levenshtein-automata/"
        },
        {
          "type": "website",
          "url": "https://github.com/tantivy-search/levenshtein-automata"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tantivy-search/levenshtein-automata"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-core@1.0.6",
      "author": "Alex Huszagh <ahuszagh@gmail.com>",
      "name": "lexical-core",
      "version": "1.0.6",
      "description": "Lexical, to- and from-string conversion routines.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lexical-core@1.0.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/rust-lexical"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-float@1.0.6",
      "author": "Alex Huszagh <ahuszagh@gmail.com>",
      "name": "lexical-parse-float",
      "version": "1.0.6",
      "description": "Efficient parsing of floats from strings.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lexical-parse-float@1.0.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/rust-lexical"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-integer@1.0.6",
      "author": "Alex Huszagh <ahuszagh@gmail.com>",
      "name": "lexical-parse-integer",
      "version": "1.0.6",
      "description": "Efficient parsing of integers from strings.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lexical-parse-integer@1.0.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/rust-lexical"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7",
      "author": "Alex Huszagh <ahuszagh@gmail.com>",
      "name": "lexical-util",
      "version": "1.0.7",
      "description": "Shared utilities for lexical creates.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lexical-util@1.0.7",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/rust-lexical"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-write-float@1.0.6",
      "author": "Alex Huszagh <ahuszagh@gmail.com>",
      "name": "lexical-write-float",
      "version": "1.0.6",
      "description": "Efficient formatting of floats to strings.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lexical-write-float@1.0.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/rust-lexical"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-write-integer@1.0.6",
      "author": "Alex Huszagh <ahuszagh@gmail.com>",
      "name": "lexical-write-integer",
      "version": "1.0.6",
      "description": "Efficient formatting of integers to strings.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lexical-write-integer@1.0.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/rust-lexical"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
      "author": "The Rust Project Developers",
      "name": "libc",
      "version": "0.2.183",
      "description": "Raw FFI bindings to platform libraries like libc.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/libc@0.2.183",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/libc"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
      "author": "Alex Crichton <alex@alexcrichton.com>, Amanieu d'Antras <amanieu@gmail.com>, Jorge Aparicio <japaricious@gmail.com>, Trevor Gross <tg@trevorgross.com>",
      "name": "libm",
      "version": "0.2.16",
      "description": "libm in pure Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/libm@0.2.16",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/compiler-builtins"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.12.1",
      "author": "Dan Gohman <dev@sunfishcode.online>",
      "name": "linux-raw-sys",
      "version": "0.12.1",
      "description": "Generated bindings for Linux's userspace API",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/linux-raw-sys@0.12.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/linux-raw-sys"
        },
        {
          "type": "vcs",
          "url": "https://github.com/sunfishcode/linux-raw-sys"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.15",
      "author": "Dan Gohman <dev@sunfishcode.online>",
      "name": "linux-raw-sys",
      "version": "0.4.15",
      "description": "Generated bindings for Linux's userspace API",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/linux-raw-sys@0.4.15",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/linux-raw-sys"
        },
        {
          "type": "vcs",
          "url": "https://github.com/sunfishcode/linux-raw-sys"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1",
      "author": "The ICU4X Project Developers",
      "name": "litemap",
      "version": "0.8.1",
      "description": "A key-value Map implementation based on a flat, sorted Vec.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/litemap@0.8.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/litemap"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "lock_api",
      "version": "0.4.14",
      "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/lock_api@0.4.14",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Amanieu/parking_lot"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
      "author": "The Rust Project Developers",
      "name": "log",
      "version": "0.4.29",
      "description": "A lightweight logging facade for Rust ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/log@0.4.29",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/log"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/log"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2",
      "author": "Benjamin Saunders <ben.e.saunders@gmail.com>",
      "name": "lru-slab",
      "version": "0.1.2",
      "description": "Pre-allocated storage with constant-time LRU tracking",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0 OR Zlib"
        }
      ],
      "purl": "pkg:cargo/lru-slab@0.1.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Ralith/lru-slab"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lru@0.12.5",
      "author": "Jerome Froelich <jeromefroelic@hotmail.com>",
      "name": "lru",
      "version": "0.12.5",
      "description": "A LRU cache implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/lru@0.12.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/lru/"
        },
        {
          "type": "website",
          "url": "https://github.com/jeromefroe/lru-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jeromefroe/lru-rs.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.11.1+lz4-1.10.0",
      "author": "Jens Heyens <jens.heyens@ewetel.net>, Artem V. Navrotskiy <bozaro@buzzsoft.ru>, Patrick Marks <pmarks@gmail.com>",
      "name": "lz4-sys",
      "version": "1.11.1+lz4-1.10.0",
      "description": "Rust LZ4 sys package.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/lz4-sys@1.11.1+lz4-1.10.0",
      "externalReferences": [
        {
          "type": "other",
          "url": "lz4"
        },
        {
          "type": "vcs",
          "url": "https://github.com/10xGenomics/lz4-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lz4@1.28.1",
      "author": "Jens Heyens <jens.heyens@ewetel.net>, Artem V. Navrotskiy <bozaro@buzzsoft.ru>, Patrick Marks <pmarks@gmail.com>",
      "name": "lz4",
      "version": "1.28.1",
      "description": "Rust LZ4 bindings library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/lz4@1.28.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/lz4"
        },
        {
          "type": "vcs",
          "url": "https://github.com/10xGenomics/lz4-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lz4_flex@0.11.6",
      "author": "Pascal Seitz <pascal.seitz@gmail.com>, Arthur Silva <arthurprs@gmail.com>, ticki <Ticki@users.noreply.github.com>",
      "name": "lz4_flex",
      "version": "0.11.6",
      "description": "Fastest LZ4 implementation in Rust, no unsafe by default.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "373f5eceeeab7925e0c1098212f2fbc4d416adec9d35051a6ab251e824c1854a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/lz4_flex@0.11.6",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/pseitz/lz4_flex"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pseitz/lz4_flex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lz4_flex@0.12.1",
      "author": "Pascal Seitz <pascal.seitz@gmail.com>, Arthur Silva <arthurprs@gmail.com>, ticki <Ticki@users.noreply.github.com>",
      "name": "lz4_flex",
      "version": "0.12.1",
      "description": "Fastest LZ4 implementation in Rust, no unsafe by default.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "98c23545df7ecf1b16c303910a69b079e8e251d60f7dd2cc9b4177f2afaf1746"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/lz4_flex@0.12.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/pseitz/lz4_flex"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pseitz/lz4_flex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matchit@0.7.3",
      "author": "Ibraheem Ahmed <ibraheem@ibraheem.ca>",
      "name": "matchit",
      "version": "0.7.3",
      "description": "A high performance, zero-copy URL router.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
        }
      ],
      "licenses": [
        {
          "expression": "MIT AND BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/matchit@0.7.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/ibraheemdev/matchit"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.10",
      "author": "bluss, R. Janis Goldschmidt",
      "name": "matrixmultiply",
      "version": "0.3.10",
      "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 AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize.  Supports multithreading.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/matrixmultiply@0.3.10",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/matrixmultiply/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bluss/matrixmultiply/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6",
      "author": "RustCrypto Developers",
      "name": "md-5",
      "version": "0.10.6",
      "description": "MD5 hash function",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/md-5@0.10.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/md-5"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/hashes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#measure_time@0.9.0",
      "author": "Pascal Seitz <pascal.seitz@gmail.com>",
      "name": "measure_time",
      "version": "0.9.0",
      "description": "Provices macros to measure the time until end of scope. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/measure_time@0.9.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/PSeitz/rust_measure_time"
        },
        {
          "type": "vcs",
          "url": "https://github.com/PSeitz/rust_measure_time"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
      "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
      "name": "memchr",
      "version": "2.8.0",
      "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/memchr@2.8.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/memchr/"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/memchr"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/memchr"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10",
      "author": "Dan Burkert <dan@danburkert.com>, Yevhenii Reizner <razrfalcon@gmail.com>, The Contributors",
      "name": "memmap2",
      "version": "0.9.10",
      "description": "Cross-platform Rust API for memory-mapped file IO",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/memmap2@0.9.10",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/memmap2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RazrFalcon/memmap2-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
      "author": "Gilad Naaman <gilad.naaman@gmail.com>",
      "name": "memoffset",
      "version": "0.9.1",
      "description": "offset_of functionality for Rust structs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/memoffset@0.9.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Gilnaa/memoffset"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "mime",
      "version": "0.3.17",
      "description": "Strongly Typed Mimes",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/mime@0.3.17",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/mime"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hyperium/mime"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5",
      "author": "Austin Bonander <austin.bonander@gmail.com>",
      "name": "mime_guess",
      "version": "2.0.5",
      "description": "A simple crate for detection of a file's MIME type by its extension.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/mime_guess@2.0.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/mime_guess/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/abonander/mime_guess"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1",
      "author": "Alex Huszagh <ahuszagh@gmail.com>",
      "name": "minimal-lexical",
      "version": "0.2.1",
      "description": "Fast float parsing conversion routines.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/minimal-lexical@0.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/minimal-lexical"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Alexhuszagh/minimal-lexical"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
      "author": "Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com",
      "name": "miniz_oxide",
      "version": "0.8.9",
      "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Zlib OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/miniz_oxide@0.8.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/miniz_oxide"
        },
        {
          "type": "website",
          "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1",
      "author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
      "name": "mio",
      "version": "1.1.1",
      "description": "Lightweight non-blocking I/O.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/mio@1.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/tokio-rs/mio"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/mio"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mock_instant@0.6.0",
      "author": "museun <museun@outlook.com>",
      "name": "mock_instant",
      "version": "0.6.0",
      "description": "a simple way to mock an std::time::Instant",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dce6dd36094cac388f119d2e9dc82dc730ef91c32a6222170d630e5414b956e6"
        }
      ],
      "licenses": [
        {
          "expression": "0BSD"
        }
      ],
      "purl": "pkg:cargo/mock_instant@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/mock_instant"
        },
        {
          "type": "vcs",
          "url": "https://github.com/museun/mock_instant"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15",
      "name": "moka",
      "version": "0.12.15",
      "description": "A fast and concurrent cache library inspired by Java Caffeine",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
        }
      ],
      "licenses": [
        {
          "expression": "(MIT OR Apache-2.0) AND Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/moka@0.12.15",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/moka/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/moka-rs/moka"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#multimap@0.10.1",
      "author": "Håvar Nøvik <havar.novik@gmail.com>",
      "name": "multimap",
      "version": "0.10.1",
      "description": "A multimap implementation.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/multimap@0.10.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/multimap"
        },
        {
          "type": "vcs",
          "url": "https://github.com/havarnov/multimap"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#murmurhash32@0.3.1",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "murmurhash32",
      "version": "0.3.1",
      "description": "A simple implementation of murmurhash32_2",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/murmurhash32@0.3.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-inc/murmurhash32"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.16.1",
      "author": "Ulrik Sverdrup \"bluss\", Jim Turner",
      "name": "ndarray",
      "version": "0.16.1",
      "description": "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ndarray@0.16.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ndarray/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-ndarray/ndarray"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3",
      "author": "contact@geoffroycouprie.com",
      "name": "nom",
      "version": "7.1.3",
      "description": "A byte-oriented, zero-copy, parser combinators library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/nom@7.1.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/nom"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Geal/nom"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#nom@8.0.0",
      "author": "contact@geoffroycouprie.com",
      "name": "nom",
      "version": "8.0.0",
      "description": "A byte-oriented, zero-copy, parser combinators library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/nom@8.0.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/nom"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bakery/nom"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6",
      "author": "dignifiedquire <dignifiedquire@gmail.com>, The Rust Project Developers",
      "name": "num-bigint-dig",
      "version": "0.8.6",
      "description": "Big integer implementation for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-bigint-dig@0.8.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num-bigint-dig"
        },
        {
          "type": "website",
          "url": "https://github.com/dignifiedquire/num-bigint"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dignifiedquire/num-bigint"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
      "author": "The Rust Project Developers",
      "name": "num-bigint",
      "version": "0.4.6",
      "description": "Big integer implementation for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-bigint@0.4.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num-bigint"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-num/num-bigint"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-num/num-bigint"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
      "author": "The Rust Project Developers",
      "name": "num-complex",
      "version": "0.4.6",
      "description": "Complex numbers implementation for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-complex@0.4.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num-complex"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-num/num-complex"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-num/num-complex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.1",
      "author": "Jacob Pratt <jacob@jhpratt.dev>",
      "name": "num-conv",
      "version": "0.2.1",
      "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. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-conv@0.2.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jhpratt/num-conv"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
      "author": "The Rust Project Developers",
      "name": "num-integer",
      "version": "0.1.46",
      "description": "Integer traits and functions",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-integer@0.1.46",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num-integer"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-num/num-integer"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-num/num-integer"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
      "author": "The Rust Project Developers",
      "name": "num-iter",
      "version": "0.1.45",
      "description": "External iterators for generic mathematics",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-iter@0.1.45",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num-iter"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-num/num-iter"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-num/num-iter"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
      "author": "The Rust Project Developers",
      "name": "num-traits",
      "version": "0.2.19",
      "description": "Numeric traits for generic mathematics",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-traits@0.2.19",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num-traits"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-num/num-traits"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-num/num-traits"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.17.0",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "num_cpus",
      "version": "1.17.0",
      "description": "Get the number of CPUs on a machine.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num_cpus@1.17.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num_cpus"
        },
        {
          "type": "vcs",
          "url": "https://github.com/seanmonstar/num_cpus"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
      "name": "object_store",
      "version": "0.12.5",
      "description": "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Blob Storage and local files.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fbfbfff40aeccab00ec8a910b57ca8ecf4319b335c542f2edcd19dd25a1e2a00"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/object_store@0.12.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/apache/arrow-rs-object-store"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#object_store_opendal@0.55.0",
      "author": "Apache OpenDAL <dev@opendal.apache.org>",
      "name": "object_store_opendal",
      "version": "0.55.0",
      "description": "object_store Integration for Apache OpenDAL",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "113ab0769e972eee585e57407b98de08bda5354fa28e8ba4d89038d6cb6a8991"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/object_store_opendal@0.55.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://opendal.apache.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/opendal"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
      "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
      "name": "once_cell",
      "version": "1.21.4",
      "description": "Single assignment cells and lazy values.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/once_cell@1.21.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/once_cell"
        },
        {
          "type": "vcs",
          "url": "https://github.com/matklad/once_cell"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#oneshot@0.1.13",
      "author": "Linus Färnstrand <faern@faern.net>",
      "name": "oneshot",
      "version": "0.1.13",
      "description": "Oneshot spsc channel with (potentially) lock-free non-blocking send, and a receiver supporting both thread blocking receive operations as well as Future based async polling. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/oneshot@0.1.13",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/faern/oneshot"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#opendal@0.55.0",
      "author": "Apache OpenDAL <dev@opendal.apache.org>",
      "name": "opendal",
      "version": "0.55.0",
      "description": "Apache OpenDAL™: One Layer, All Storage.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d075ab8a203a6ab4bc1bce0a4b9fe486a72bf8b939037f4b78d95386384bc80a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/opendal@0.55.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://opendal.apache.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/opendal"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.2.1",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "openssl-probe",
      "version": "0.2.1",
      "description": "A library for helping to find system-wide trust anchor (\"root\") certificate locations based on paths typically used by `openssl`. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/openssl-probe@0.2.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/rustls/openssl-probe"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/openssl-probe"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0",
      "author": "Simon Ochsenreither <simon@ochsenreither.de>",
      "name": "option-ext",
      "version": "0.2.0",
      "description": "Extends `Option` with additional operations",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
        }
      ],
      "licenses": [
        {
          "expression": "MPL-2.0"
        }
      ],
      "purl": "pkg:cargo/option-ext@0.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/option-ext/"
        },
        {
          "type": "website",
          "url": "https://github.com/soc/option-ext"
        },
        {
          "type": "vcs",
          "url": "https://github.com/soc/option-ext.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ordered-float@5.1.0",
      "author": "Jonathan Reem <jonathan.reem@gmail.com>, Matt Brubeck <mbrubeck@limpet.net>",
      "name": "ordered-float",
      "version": "5.1.0",
      "description": "Wrappers for total ordering on floats",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/ordered-float@5.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/reem/rust-ordered-float"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ordered-multimap@0.7.3",
      "author": "Scott Godwin <sgodwincs@gmail.com>",
      "name": "ordered-multimap",
      "version": "0.7.3",
      "description": "Insertion ordered multimap",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/ordered-multimap@0.7.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/sgodwincs/ordered-multimap-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#outref@0.5.2",
      "name": "outref",
      "version": "0.5.2",
      "description": "Out reference",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/outref@0.5.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Nugine/outref"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ownedbytes@0.9.0",
      "author": "Paul Masurel <paul@quickwit.io>, Pascal Seitz <pascal@quickwit.io>",
      "name": "ownedbytes",
      "version": "0.9.0",
      "description": "Expose data as static slice",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2fbd56f7631767e61784dc43f8580f403f4475bd4aaa4da003e6295e1bab4a7e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/ownedbytes@0.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ownedbytes/"
        },
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#p256@0.11.1",
      "author": "RustCrypto Developers",
      "name": "p256",
      "version": "0.11.1",
      "description": "Pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1) elliptic curve with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/p256@0.11.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/p256"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/elliptic-curves/tree/master/p256"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1",
      "author": "Stjepan Glavina <stjepang@gmail.com>, The Rust Project Developers",
      "name": "parking",
      "version": "2.2.1",
      "description": "Thread parking and unparking",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/parking@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/parking"
        },
        {
          "type": "website",
          "url": "https://github.com/smol-rs/parking"
        },
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/parking"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "parking_lot",
      "version": "0.12.5",
      "description": "More compact and efficient implementations of the standard synchronization primitives.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/parking_lot@0.12.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Amanieu/parking_lot"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "parking_lot_core",
      "version": "0.9.12",
      "description": "An advanced API for creating custom synchronization primitives.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/parking_lot_core@0.9.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Amanieu/parking_lot"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "paste",
      "version": "1.0.15",
      "description": "Macros for all your token pasting needs",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/paste@1.0.15",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/paste"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/paste"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#path_abs@0.5.1",
      "author": "Rett Berg <googberg@gmail.com>",
      "name": "path_abs",
      "version": "0.5.1",
      "description": "Ergonomic paths and files in rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/path_abs@0.5.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/path_abs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/vitiral/path_abs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2",
      "author": "RustCrypto Developers",
      "name": "pbkdf2",
      "version": "0.12.2",
      "description": "Generic implementation of PBKDF2",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pbkdf2@0.12.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/pbkdf2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0",
      "author": "RustCrypto Developers",
      "name": "pem-rfc7468",
      "version": "0.7.0",
      "description": "PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a strict subset of the original Privacy-Enhanced Mail encoding intended specifically for use with cryptographic keys, certificates, and other messages. Provides a no_std-friendly, constant-time implementation suitable for use with cryptographic private keys. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pem-rfc7468@0.7.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pem@3.0.6",
      "author": "Jonathan Creekmore <jonathan@thecreekmores.org>",
      "name": "pem",
      "version": "3.0.6",
      "description": "Parse and encode PEM-encoded data.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/pem@3.0.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/pem/"
        },
        {
          "type": "website",
          "url": "https://github.com/jcreekmore/pem-rs.git"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jcreekmore/pem-rs.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
      "author": "The rust-url developers",
      "name": "percent-encoding",
      "version": "2.3.2",
      "description": "Percent encoding and decoding",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/percent-encoding@2.3.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/servo/rust-url/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#permutation@0.4.1",
      "author": "Jeremy Salwen <jeremysalwen@gmail.com>",
      "name": "permutation",
      "version": "0.4.1",
      "description": "Small utility for creating, manipulating, and applying permutations.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "df202b0b0f5b8e389955afd5f27b007b00fb948162953f1db9c70d2c7e3157d7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/permutation@0.4.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/permutation/0.3.0/permutation"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jeremysalwen/rust-permutations"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#petgraph@0.8.3",
      "author": "bluss, mitchmindtree",
      "name": "petgraph",
      "version": "0.8.3",
      "description": "Graph data structure library. Provides graph types and graph algorithms.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/petgraph@0.8.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/petgraph/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/petgraph/petgraph"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#phf@0.12.1",
      "author": "Steven Fackler <sfackler@gmail.com>",
      "name": "phf",
      "version": "0.12.1",
      "description": "Runtime support for perfect hash function data structures",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/phf@0.12.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-phf/rust-phf"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.12.1",
      "author": "Steven Fackler <sfackler@gmail.com>",
      "name": "phf_shared",
      "version": "0.12.1",
      "description": "Support code shared by PHF libraries",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/phf_shared@0.12.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-phf/rust-phf"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.11",
      "name": "pin-project-internal",
      "version": "1.1.11",
      "description": "Implementation detail of the `pin-project` crate. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pin-project-internal@1.1.11",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/taiki-e/pin-project"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
      "name": "pin-project-lite",
      "version": "0.2.17",
      "description": "A lightweight version of pin-project written with declarative macros. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pin-project-lite@0.2.17",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/taiki-e/pin-project-lite"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
      "name": "pin-project",
      "version": "1.1.11",
      "description": "A crate for safe and ergonomic pin-projection. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pin-project@1.1.11",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/taiki-e/pin-project"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
      "author": "Josef Brandl <mail@josefbrandl.de>",
      "name": "pin-utils",
      "version": "0.1.0",
      "description": "Utilities for pinning ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pin-utils@0.1.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/pin-utils"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang-nursery/pin-utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs1@0.7.5",
      "author": "RustCrypto Developers",
      "name": "pkcs1",
      "version": "0.7.5",
      "description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.2 (RFC 8017) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pkcs1@0.7.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/pkcs1"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs5@0.7.1",
      "author": "RustCrypto Developers",
      "name": "pkcs5",
      "version": "0.7.1",
      "description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pkcs5@0.7.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/pkcs5"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
      "author": "RustCrypto Developers",
      "name": "pkcs8",
      "version": "0.10.2",
      "description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pkcs8@0.10.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/pkcs8"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.9.0",
      "author": "RustCrypto Developers",
      "name": "pkcs8",
      "version": "0.9.0",
      "description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/pkcs8@0.9.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/pkcs8"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "pkg-config",
      "version": "0.3.32",
      "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pkg-config@0.3.32",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/pkg-config"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/pkg-config-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
      "name": "portable-atomic",
      "version": "1.13.1",
      "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/portable-atomic@1.13.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/taiki-e/portable-atomic"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4",
      "author": "The ICU4X Project Developers",
      "name": "potential_utf",
      "version": "0.1.4",
      "description": "Unvalidated string and character types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/potential_utf@0.1.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
      "author": "Jacob Pratt <jacob@jhpratt.dev>",
      "name": "powerfmt",
      "version": "0.2.0",
      "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. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/powerfmt@0.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jhpratt/powerfmt"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
      "author": "The CryptoCorrosion Contributors",
      "name": "ppv-lite86",
      "version": "0.2.21",
      "description": "Cross-platform cryptography-oriented low-level SIMD library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ppv-lite86@0.2.21",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/cryptocorrosion/cryptocorrosion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "prettyplease",
      "version": "0.2.37",
      "description": "A minimal `syn` syntax tree pretty-printer",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/prettyplease@0.2.37",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/prettyplease"
        },
        {
          "type": "other",
          "url": "prettyplease02"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/prettyplease"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
      "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
      "name": "proc-macro2",
      "version": "1.0.106",
      "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/proc-macro2@1.0.106",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/proc-macro2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/proc-macro2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#prost-build@0.14.3",
      "author": "Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>",
      "name": "prost-build",
      "version": "0.14.3",
      "description": "Generate Prost annotated Rust types from Protocol Buffers files.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/prost-build@0.14.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/prost"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#prost-derive@0.14.3",
      "author": "Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>",
      "name": "prost-derive",
      "version": "0.14.3",
      "description": "Generate encoding and decoding implementations for Prost annotated types.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/prost-derive@0.14.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/prost"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
      "author": "Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>",
      "name": "prost-types",
      "version": "0.14.3",
      "description": "Prost definitions of Protocol Buffers well known types.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/prost-types@0.14.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/prost"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
      "author": "Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>",
      "name": "prost",
      "version": "0.14.3",
      "description": "A Protocol Buffers implementation for the Rust Language.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/prost@0.14.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/prost"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes-macros@0.26.0",
      "author": "Andrew J Westlake <awestlake87@yahoo.com>, David Hewitt <mail@davidhewitt.dev>",
      "name": "pyo3-async-runtimes-macros",
      "version": "0.26.0",
      "description": "Proc Macro Attributes for `pyo3-async-runtimes`",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c29bc5c673e36a8102d0b9179149c1bb59990d8db4f3ae58bd7dceccab90b951"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pyo3-async-runtimes-macros@0.26.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/crate/pyo3-async-runtimes/"
        },
        {
          "type": "website",
          "url": "https://github.com/PyO3/pyo3-async-runtimes"
        },
        {
          "type": "vcs",
          "url": "https://github.com/PyO3/pyo3-async-runtimes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes@0.26.0",
      "author": "Andrew J Westlake <awestlake87@yahoo.com>, David Hewitt <mail@davidhewitt.dev>",
      "name": "pyo3-async-runtimes",
      "version": "0.26.0",
      "description": "PyO3 bridges from Rust runtimes to Python's Asyncio library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e6ee6d4cb3e8d5b925f5cdb38da183e0ff18122eb2048d4041c9e7034d026e23"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pyo3-async-runtimes@0.26.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/crate/pyo3-async-runtimes/"
        },
        {
          "type": "website",
          "url": "https://github.com/PyO3/pyo3-async-runtimes"
        },
        {
          "type": "vcs",
          "url": "https://github.com/PyO3/pyo3-async-runtimes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.26.0",
      "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
      "name": "pyo3-build-config",
      "version": "0.26.0",
      "description": "Build configuration for the PyO3 ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pyo3-build-config@0.26.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/pyo3/pyo3"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pyo3/pyo3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.26.0",
      "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
      "name": "pyo3-ffi",
      "version": "0.26.0",
      "description": "Python-API bindings for the PyO3 ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pyo3-ffi@0.26.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/pyo3/pyo3"
        },
        {
          "type": "other",
          "url": "python"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pyo3/pyo3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.26.0",
      "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
      "name": "pyo3-macros-backend",
      "version": "0.26.0",
      "description": "Code generation for PyO3 package",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pyo3-macros-backend@0.26.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/pyo3/pyo3"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pyo3/pyo3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.26.0",
      "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
      "name": "pyo3-macros",
      "version": "0.26.0",
      "description": "Proc macros for PyO3 package",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pyo3-macros@0.26.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/pyo3/pyo3"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pyo3/pyo3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.26.0",
      "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
      "name": "pyo3",
      "version": "0.26.0",
      "description": "Bindings to Python interpreter",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pyo3@0.26.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/crate/pyo3/"
        },
        {
          "type": "website",
          "url": "https://github.com/pyo3/pyo3"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pyo3/pyo3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.37.5",
      "name": "quick-xml",
      "version": "0.37.5",
      "description": "High performance xml reader and writer",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/quick-xml@0.37.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/quick-xml"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tafia/quick-xml"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.38.4",
      "name": "quick-xml",
      "version": "0.38.4",
      "description": "High performance xml reader and writer",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/quick-xml@0.38.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/quick-xml"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tafia/quick-xml"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.14",
      "name": "quinn-proto",
      "version": "0.11.14",
      "description": "State machine for the QUIC transport protocol",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quinn-proto@0.11.14",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/quinn-rs/quinn"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14",
      "name": "quinn-udp",
      "version": "0.5.14",
      "description": "UDP sockets with ECN information for the QUIC transport protocol",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quinn-udp@0.5.14",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/quinn-rs/quinn"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9",
      "name": "quinn",
      "version": "0.11.9",
      "description": "Versatile QUIC transport protocol implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quinn@0.11.9",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/quinn-rs/quinn"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "quote",
      "version": "1.0.45",
      "description": "Quasi-quoting macro quote!(...)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quote@1.0.45",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/quote/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/quote"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0",
      "author": "Nika Layzell <nika@thelayzells.com>, myrrlyn <self@myrrlyn.dev>",
      "name": "radium",
      "version": "0.7.0",
      "description": "Portable interfaces for maybe-atomic types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/radium@0.7.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/radium"
        },
        {
          "type": "website",
          "url": "https://github.com/bitvecto-rs/radium"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bitvecto-rs/radium"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand",
      "version": "0.8.5",
      "description": "Random number generators and other randomness functionality. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand@0.8.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand",
      "version": "0.9.2",
      "description": "Random number generators and other randomness functionality. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand@0.9.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1",
      "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors",
      "name": "rand_chacha",
      "version": "0.3.1",
      "description": "ChaCha random number generator ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_chacha@0.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_chacha"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
      "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors",
      "name": "rand_chacha",
      "version": "0.9.0",
      "description": "ChaCha random number generator ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_chacha@0.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_chacha"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand_core",
      "version": "0.6.4",
      "description": "Core random number generator traits and tools for implementation. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_core@0.6.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_core"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand_core",
      "version": "0.9.5",
      "description": "Core random number generator traits and tools for implementation. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_core@0.9.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_core"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3",
      "author": "The Rand Project Developers",
      "name": "rand_distr",
      "version": "0.4.3",
      "description": "Sampling from random number distributions ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_distr@0.4.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_distr"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.5.1",
      "author": "The Rand Project Developers",
      "name": "rand_distr",
      "version": "0.5.1",
      "description": "Sampling from random number distributions ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_distr@0.5.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_distr"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand_distr"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_xoshiro@0.7.0",
      "author": "The Rand Project Developers",
      "name": "rand_xoshiro",
      "version": "0.7.0",
      "description": "Xoshiro, xoroshiro and splitmix64 random number generators",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_xoshiro@0.7.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_xoshiro"
        },
        {
          "type": "website",
          "url": "https://rust-random.github.io/book"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rngs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#random_word@0.5.2",
      "name": "random_word",
      "version": "0.5.2",
      "description": "Efficient functions for generating random words in many languages.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e47a395bdb55442b883c89062d6bcff25dc90fa5f8369af81e0ac6d49d78cf81"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/random_word@0.5.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/MitchellRhysHall/random_word"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rangemap@1.7.1",
      "author": "Jeff Parsons <jeff@parsons.io>",
      "name": "rangemap",
      "version": "1.7.1",
      "description": "Map and set data structures whose keys are stored as ranges.  Contiguous and overlapping ranges that map to the same value are coalesced into a single range. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rangemap@1.7.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rangemap"
        },
        {
          "type": "website",
          "url": "https://github.com/jeffparsons/rangemap"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jeffparsons/rangemap"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1",
      "author": "bluss",
      "name": "rawpointer",
      "version": "0.2.1",
      "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`. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rawpointer@0.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rawpointer/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bluss/rawpointer/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0",
      "name": "rayon-core",
      "version": "1.13.0",
      "description": "Core APIs for Rayon",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rayon-core@1.13.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rayon-core/"
        },
        {
          "type": "other",
          "url": "rayon-core"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rayon-rs/rayon"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.11.0",
      "name": "rayon",
      "version": "1.11.0",
      "description": "Simple work-stealing parallelism for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rayon@1.11.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rayon/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rayon-rs/rayon"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "ref-cast-impl",
      "version": "1.0.25",
      "description": "Derive implementation for ref_cast::RefCast.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ref-cast-impl@1.0.25",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ref-cast"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/ref-cast"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "ref-cast",
      "version": "1.0.25",
      "description": "Safely cast &T to &U where the struct U contains a single field of type T.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ref-cast@1.0.25",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ref-cast"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/ref-cast"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
      "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
      "name": "regex-automata",
      "version": "0.4.14",
      "description": "Automata construction and matching using regular expressions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/regex-automata@0.4.14",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/regex-automata"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/regex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-lite@0.1.9",
      "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
      "name": "regex-lite",
      "version": "0.1.9",
      "description": "A lightweight regex engine that optimizes for binary size and compilation time. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/regex-lite@0.1.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/regex-lite"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/regex/tree/master/regex-lite"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/regex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
      "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
      "name": "regex-syntax",
      "version": "0.8.10",
      "description": "A regular expression parser.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/regex-syntax@0.8.10",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/regex-syntax"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/regex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
      "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
      "name": "regex",
      "version": "1.12.3",
      "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/regex@1.12.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/regex"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/regex"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/regex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#reqsign@0.16.5",
      "author": "Xuanwo <github@xuanwo.io>",
      "name": "reqsign",
      "version": "0.16.5",
      "description": "Signing API requests without effort.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "43451dbf3590a7590684c25fb8d12ecdcc90ed3ac123433e500447c7d77ed701"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/reqsign@0.16.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/reqsign"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Xuanwo/reqsign"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "reqwest",
      "version": "0.12.28",
      "description": "higher level HTTP client library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/reqwest@0.12.28",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/reqwest"
        },
        {
          "type": "vcs",
          "url": "https://github.com/seanmonstar/reqwest"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rfc6979@0.3.1",
      "author": "RustCrypto Developers",
      "name": "rfc6979",
      "version": "0.3.1",
      "description": "Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/rfc6979@0.3.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/signatures/tree/master/rfc6979"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
      "name": "ring",
      "version": "0.17.14",
      "description": "An experiment.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 AND ISC"
        }
      ],
      "purl": "pkg:cargo/ring@0.17.14",
      "externalReferences": [
        {
          "type": "other",
          "url": "ring_core_0_17_14_"
        },
        {
          "type": "vcs",
          "url": "https://github.com/briansmith/ring"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#roaring@0.11.3",
      "author": "Wim Looman <wim@nemo157.com>, Kerollmops <kero@meilisearch.com>",
      "name": "roaring",
      "version": "0.11.3",
      "description": "A better compressed bitset - pure Rust implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8ba9ce64a8f45d7fc86358410bb1a82e8c987504c0d4900e9141d69a9f26c885"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/roaring@0.11.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/roaring"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RoaringBitmap/roaring-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.10",
      "author": "RustCrypto Developers, dignifiedquire <dignifiedquire@gmail.com>",
      "name": "rsa",
      "version": "0.9.10",
      "description": "Pure Rust RSA implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rsa@0.9.10",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rsa"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/RSA"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rust-ini@0.21.3",
      "author": "Y. T. Chung <zonyitoo@gmail.com>",
      "name": "rust-ini",
      "version": "0.21.3",
      "description": "An Ini configuration file parsing library in Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/rust-ini@0.21.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rust-ini/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/zonyitoo/rust-ini"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rust-stemmers@1.2.0",
      "author": "Jakob Demler <jdemler@curry-software.com>, CurrySoftware <info@curry-software.com>",
      "name": "rust-stemmers",
      "version": "1.2.0",
      "description": "A rust implementation of some popular snowball stemming algorithms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/rust-stemmers@1.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/CurrySoftware/rust-stemmers"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1",
      "author": "The Rust Project Developers",
      "name": "rustc-hash",
      "version": "2.1.1",
      "description": "A speedy, non-cryptographic hashing algorithm used by rustc",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustc-hash@2.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/rustc-hash"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
      "name": "rustc_version",
      "version": "0.4.1",
      "description": "A library for querying the version of a installed rustc compiler",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rustc_version@0.4.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rustc_version/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/djc/rustc-version-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.44",
      "author": "Dan Gohman <dev@sunfishcode.online>, Jakub Konka <kubkon@jakubkonka.com>",
      "name": "rustix",
      "version": "0.38.44",
      "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustix@0.38.44",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rustix"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bytecodealliance/rustix"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4",
      "author": "Dan Gohman <dev@sunfishcode.online>, Jakub Konka <kubkon@jakubkonka.com>",
      "name": "rustix",
      "version": "1.1.4",
      "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustix@1.1.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rustix"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bytecodealliance/rustix"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.3",
      "name": "rustls-native-certs",
      "version": "0.8.3",
      "description": "rustls-native-certs allows rustls to use the platform native certificate store",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustls-native-certs@0.8.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/rustls/rustls-native-certs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/rustls-native-certs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.2.0",
      "name": "rustls-pemfile",
      "version": "2.2.0",
      "description": "Basic .pem file parser for keys and certificates",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustls-pemfile@2.2.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/rustls/pemfile"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/pemfile"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0",
      "name": "rustls-pki-types",
      "version": "1.14.0",
      "description": "Shared types for the rustls PKI ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rustls-pki-types@1.14.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rustls-pki-types"
        },
        {
          "type": "website",
          "url": "https://github.com/rustls/pki-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/pki-types"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.101.7",
      "name": "rustls-webpki",
      "version": "0.101.7",
      "description": "Web PKI X.509 Certificate Verification.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
        }
      ],
      "licenses": [
        {
          "expression": "ISC"
        }
      ],
      "purl": "pkg:cargo/rustls-webpki@0.101.7",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rustls/webpki"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.10",
      "name": "rustls-webpki",
      "version": "0.103.10",
      "description": "Web PKI X.509 Certificate Verification.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
        }
      ],
      "licenses": [
        {
          "expression": "ISC"
        }
      ],
      "purl": "pkg:cargo/rustls-webpki@0.103.10",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rustls/webpki"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.21.12",
      "name": "rustls",
      "version": "0.21.12",
      "description": "Rustls is a modern TLS library written in Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustls@0.21.12",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/rustls/rustls"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/rustls"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
      "name": "rustls",
      "version": "0.23.37",
      "description": "Rustls is a modern TLS library written in Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustls@0.23.37",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/rustls/rustls"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/rustls"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "rustversion",
      "version": "1.0.22",
      "description": "Conditional compilation according to rustc compiler version",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rustversion@1.0.22",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rustversion"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/rustversion"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "ryu",
      "version": "1.0.23",
      "description": "Fast floating point to string conversion",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR BSL-1.0"
        }
      ],
      "purl": "pkg:cargo/ryu@1.0.23",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ryu"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/ryu"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#salsa20@0.10.2",
      "author": "RustCrypto Developers",
      "name": "salsa20",
      "version": "0.10.2",
      "description": "Salsa20 Stream Cipher",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/salsa20@0.10.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/salsa20"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/stream-ciphers"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "same-file",
      "version": "1.0.6",
      "description": "A simple crate for determining whether two file paths point to the same file. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/same-file@1.0.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/same-file"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/same-file"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/same-file"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@0.9.0",
      "author": "Graham Esau <gesau@hotmail.co.uk>",
      "name": "schemars",
      "version": "0.9.0",
      "description": "Generate JSON Schemas from Rust code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/schemars@0.9.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://graham.cool/schemars/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/GREsau/schemars"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.1",
      "author": "Graham Esau <gesau@hotmail.co.uk>",
      "name": "schemars",
      "version": "1.2.1",
      "description": "Generate JSON Schemas from Rust code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/schemars@1.2.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://graham.cool/schemars/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/GREsau/schemars"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
      "author": "bluss",
      "name": "scopeguard",
      "version": "1.2.0",
      "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. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/scopeguard@1.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/scopeguard/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bluss/scopeguard"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scrypt@0.11.0",
      "author": "RustCrypto Developers",
      "name": "scrypt",
      "version": "0.11.0",
      "description": "Scrypt password-based key derivation function",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/scrypt@0.11.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/scrypt"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/password-hashes/tree/master/scrypt"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sct@0.7.1",
      "author": "Joseph Birr-Pixton <jpixton@gmail.com>",
      "name": "sct",
      "version": "0.7.1",
      "description": "Certificate transparency SCT verification library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/sct@0.7.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/rustls/sct.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/sct.rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sec1@0.3.0",
      "author": "RustCrypto Developers",
      "name": "sec1",
      "version": "0.3.0",
      "description": "Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the Elliptic-Curve-Point-to-Octet-String encoding ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/sec1@0.3.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/sec1"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "semver",
      "version": "1.0.27",
      "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/semver@1.0.27",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/semver"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/semver"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#seq-macro@0.3.6",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "seq-macro",
      "version": "0.3.6",
      "description": "Macro to repeat sequentially indexed copies of a fragment of code.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/seq-macro@0.3.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/seq-macro"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/seq-macro"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde",
      "version": "1.0.228",
      "description": "A generic serialization/deserialization framework",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde@1.0.228",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde"
        },
        {
          "type": "website",
          "url": "https://serde.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/serde-rs/serde"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde_core",
      "version": "1.0.228",
      "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_core@1.0.228",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_core"
        },
        {
          "type": "website",
          "url": "https://serde.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/serde-rs/serde"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde_derive",
      "version": "1.0.228",
      "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_derive@1.0.228",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://serde.rs/derive.html"
        },
        {
          "type": "website",
          "url": "https://serde.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/serde-rs/serde"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde_json",
      "version": "1.0.149",
      "description": "A JSON serialization file format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_json@1.0.149",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_json"
        },
        {
          "type": "vcs",
          "url": "https://github.com/serde-rs/json"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "serde_path_to_error",
      "version": "0.1.20",
      "description": "Path to the element that failed to deserialize",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_path_to_error@0.1.20",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_path_to_error"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/path-to-error"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.20",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "serde_repr",
      "version": "0.1.20",
      "description": "Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_repr@0.1.20",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_repr"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/serde-repr"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
      "author": "Anthony Ramine <n.oxyde@gmail.com>",
      "name": "serde_urlencoded",
      "version": "0.7.1",
      "description": "`x-www-form-urlencoded` meets Serde",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_urlencoded@0.7.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/nox/serde_urlencoded"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_with@3.18.0",
      "author": "Jonas Bushart, Marcin Kaźmierczak",
      "name": "serde_with",
      "version": "3.18.0",
      "description": "Custom de/serialization functions for Rust's serde",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_with@3.18.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_with/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jonasbb/serde_with/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_with_macros@3.18.0",
      "author": "Jonas Bushart",
      "name": "serde_with_macros",
      "version": "3.18.0",
      "description": "proc-macro library for serde_with",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_with_macros@3.18.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_with_macros/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jonasbb/serde_with/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6",
      "author": "RustCrypto Developers",
      "name": "sha1",
      "version": "0.10.6",
      "description": "SHA-1 hash function",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sha1@0.10.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sha1"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/hashes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
      "author": "RustCrypto Developers",
      "name": "sha2",
      "version": "0.10.9",
      "description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sha2@0.10.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sha2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/hashes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0",
      "author": "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>",
      "name": "shlex",
      "version": "1.3.0",
      "description": "Split a string into shell words, like Python's shlex.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/shlex@1.3.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/comex/rust-shlex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8",
      "author": "Michal 'vorner' Vaner <vorner@vorner.cz>, Masaki Hara <ackie.h.gmai@gmail.com>",
      "name": "signal-hook-registry",
      "version": "1.4.8",
      "description": "Backend crate for signal-hook",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/signal-hook-registry@1.4.8",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/signal-hook-registry"
        },
        {
          "type": "vcs",
          "url": "https://github.com/vorner/signal-hook"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#signature@1.6.4",
      "author": "RustCrypto Developers",
      "name": "signature",
      "version": "1.6.4",
      "description": "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/signature@1.6.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/signature"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits/tree/master/signature"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0",
      "author": "RustCrypto Developers",
      "name": "signature",
      "version": "2.2.0",
      "description": "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/signature@2.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/signature"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits/tree/master/signature"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8",
      "author": "Marvin Countryman <me@maar.vin>",
      "name": "simd-adler32",
      "version": "0.3.8",
      "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/simd-adler32@0.3.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mcountryman/simd-adler32"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simdutf8@0.1.5",
      "author": "Hans Kratz <hans@appfour.com>",
      "name": "simdutf8",
      "version": "0.1.5",
      "description": "SIMD-accelerated UTF-8 validation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/simdutf8@0.1.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/simdutf8/"
        },
        {
          "type": "website",
          "url": "https://github.com/rusticstuff/simdutf8"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rusticstuff/simdutf8"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simple_asn1@0.6.4",
      "author": "Adam Wick <awick@uhsure.com>",
      "name": "simple_asn1",
      "version": "0.6.4",
      "description": "A simple DER/ASN.1 encoding/decoding library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
        }
      ],
      "licenses": [
        {
          "expression": "ISC"
        }
      ],
      "purl": "pkg:cargo/simple_asn1@0.6.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/acw/simple_asn1"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2",
      "author": "Frank Denis <github@pureftpd.org>",
      "name": "siphasher",
      "version": "1.0.2",
      "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/siphasher@1.0.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/siphasher"
        },
        {
          "type": "website",
          "url": "https://docs.rs/siphasher"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jedisct1/rust-siphash"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sketches-ddsketch@0.3.1",
      "author": "Mike Heffner <mikeh@fesnel.com>",
      "name": "sketches-ddsketch",
      "version": "0.3.1",
      "description": "A direct port of the Golang DDSketch implementation. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sketches-ddsketch@0.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/mheffner/rust-sketches-ddsketch"
        },
        {
          "type": "vcs",
          "url": "https://github.com/mheffner/rust-sketches-ddsketch"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
      "author": "Carl Lerche <me@carllerche.com>",
      "name": "slab",
      "version": "0.4.12",
      "description": "Pre-allocated storage for a uniform data type",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/slab@0.4.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/slab"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
      "author": "The Servo Project Developers",
      "name": "smallvec",
      "version": "1.15.1",
      "description": "'Small vector' optimization: store up to a small number of items on the stack",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/smallvec@1.15.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/smallvec/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/servo/rust-smallvec"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.8.9",
      "author": "Jake Goulding <jake.goulding@gmail.com>",
      "name": "snafu-derive",
      "version": "0.8.9",
      "description": "An ergonomic error handling library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/snafu-derive@0.8.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/snafu"
        },
        {
          "type": "vcs",
          "url": "https://github.com/shepmaster/snafu"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.9.0",
      "author": "Jake Goulding <jake.goulding@gmail.com>",
      "name": "snafu-derive",
      "version": "0.9.0",
      "description": "An ergonomic error handling library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "54254b8531cafa275c5e096f62d48c81435d1015405a91198ddb11e967301d40"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/snafu-derive@0.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/snafu"
        },
        {
          "type": "vcs",
          "url": "https://github.com/shepmaster/snafu"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.9",
      "author": "Jake Goulding <jake.goulding@gmail.com>",
      "name": "snafu",
      "version": "0.8.9",
      "description": "An ergonomic error handling library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/snafu@0.8.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/snafu"
        },
        {
          "type": "vcs",
          "url": "https://github.com/shepmaster/snafu"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
      "author": "Jake Goulding <jake.goulding@gmail.com>",
      "name": "snafu",
      "version": "0.9.0",
      "description": "An ergonomic error handling library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d1d4bced6a69f90b2056c03dcff2c4737f98d6fb9e0853493996e1d253ca29c6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/snafu@0.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/snafu"
        },
        {
          "type": "vcs",
          "url": "https://github.com/shepmaster/snafu"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.10",
      "author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
      "name": "socket2",
      "version": "0.5.10",
      "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/socket2@0.5.10",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/socket2"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/socket2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/socket2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
      "author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
      "name": "socket2",
      "version": "0.6.3",
      "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/socket2@0.6.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/socket2"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-lang/socket2"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-lang/socket2"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8",
      "author": "Mathijs van de Nes <git@mathijs.vd-nes.nl>, John Ericson <git@JohnEricson.me>, Joshua Barretto <joshua.s.barretto@gmail.com>",
      "name": "spin",
      "version": "0.9.8",
      "description": "Spin-based synchronization primitives",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/spin@0.9.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mvdnes/spin-rs.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spki@0.6.0",
      "author": "RustCrypto Developers",
      "name": "spki",
      "version": "0.6.0",
      "description": "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/spki@0.6.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/spki"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3",
      "author": "RustCrypto Developers",
      "name": "spki",
      "version": "0.7.3",
      "description": "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/spki@0.7.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/formats/tree/master/spki"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sqlparser@0.59.0",
      "author": "Apache DataFusion <dev@datafusion.apache.org>",
      "name": "sqlparser",
      "version": "0.59.0",
      "description": "Extensible SQL Lexer and Parser with support for ANSI SQL:2011",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4591acadbcf52f0af60eafbb2c003232b2b4cd8de5f0e9437cb8b1b59046cc0f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sqlparser@0.59.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sqlparser/"
        },
        {
          "type": "website",
          "url": "https://github.com/apache/datafusion-sqlparser-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/apache/datafusion-sqlparser-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sqlparser_derive@0.3.0",
      "author": "sqlparser-rs authors",
      "name": "sqlparser_derive",
      "version": "0.3.0",
      "description": "Procedural (proc) macros for sqlparser",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sqlparser_derive@0.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sqlparser_derive/"
        },
        {
          "type": "website",
          "url": "https://github.com/sqlparser-rs/sqlparser-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/sqlparser-rs/sqlparser-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1",
      "author": "Robert Grosse <n210241048576@gmail.com>",
      "name": "stable_deref_trait",
      "version": "1.2.1",
      "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. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/stable_deref_trait@1.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/stable_deref_trait/1.2.1/stable_deref_trait"
        },
        {
          "type": "vcs",
          "url": "https://github.com/storyyeller/stable_deref_trait"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#std_prelude@0.2.12",
      "author": "Garrett Berg <vitiral@gmail.com>",
      "name": "std_prelude",
      "version": "0.2.12",
      "description": "prelude that the rust stdlib should have always had",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/std_prelude@0.2.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/vitiral/std_prelude"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#stfu8@0.2.7",
      "author": "Garrett Berg <googberg@gmail.com>",
      "name": "stfu8",
      "version": "0.2.7",
      "description": "Sorta Text Format in UTF-8",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/stfu8@0.2.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/stfu8"
        },
        {
          "type": "vcs",
          "url": "https://github.com/vitiral/stfu8"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
      "author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
      "name": "strsim",
      "version": "0.11.1",
      "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/strsim@0.11.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/strsim/"
        },
        {
          "type": "website",
          "url": "https://github.com/rapidfuzz/strsim-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rapidfuzz/strsim-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3",
      "author": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
      "name": "strum",
      "version": "0.26.3",
      "description": "Helpful macros for working with enums and strings",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/strum@0.26.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/strum"
        },
        {
          "type": "website",
          "url": "https://github.com/Peternator7/strum"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Peternator7/strum"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.26.4",
      "author": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
      "name": "strum_macros",
      "version": "0.26.4",
      "description": "Helpful macros for working with enums and strings",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/strum_macros@0.26.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/strum"
        },
        {
          "type": "website",
          "url": "https://github.com/Peternator7/strum"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Peternator7/strum"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
      "author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
      "name": "subtle",
      "version": "2.6.1",
      "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/subtle@2.6.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/subtle"
        },
        {
          "type": "website",
          "url": "https://dalek.rs/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dalek-cryptography/subtle"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "syn",
      "version": "1.0.109",
      "description": "Parser for Rust source code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/syn@1.0.109",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/syn"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/syn"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "syn",
      "version": "2.0.117",
      "description": "Parser for Rust source code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/syn@2.0.117",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/syn"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/syn"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
      "author": "Actyx AG <developer@actyx.io>",
      "name": "sync_wrapper",
      "version": "1.0.2",
      "description": "A tool for enlisting the compiler's help in proving the absence of concurrency",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sync_wrapper@1.0.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sync_wrapper"
        },
        {
          "type": "website",
          "url": "https://docs.rs/sync_wrapper"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Actyx/sync_wrapper"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2",
      "author": "Nika Layzell <nika@thelayzells.com>",
      "name": "synstructure",
      "version": "0.13.2",
      "description": "Helper methods and macros for custom derives",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/synstructure@0.13.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/synstructure"
        },
        {
          "type": "vcs",
          "url": "https://github.com/mystor/synstructure"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tagptr@0.2.0",
      "author": "Oliver Giersch",
      "name": "tagptr",
      "version": "0.2.0",
      "description": "Strongly typed atomic and non-atomic tagged pointers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/tagptr@0.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tagptr"
        },
        {
          "type": "vcs",
          "url": "https://github.com/oliver-giersch/tagptr.git"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-bitpacker@0.8.0",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "tantivy-bitpacker",
      "version": "0.8.0",
      "description": "Tantivy-sub crate: bitpacking",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1adc286a39e089ae9938935cd488d7d34f14502544a36607effd2239ff0e2494"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-bitpacker@0.8.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tantivy-bitpacker/latest/tantivy_bitpacker"
        },
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-columnar@0.5.0",
      "name": "tantivy-columnar",
      "version": "0.5.0",
      "description": "column oriented storage for tantivy",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6300428e0c104c4f7db6f95b466a6f5c1b9aece094ec57cdd365337908dc7344"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-columnar@0.5.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-common@0.9.0",
      "author": "Paul Masurel <paul@quickwit.io>, Pascal Seitz <pascal@quickwit.io>",
      "name": "tantivy-common",
      "version": "0.9.0",
      "description": "common traits and utility functions used by multiple tantivy subcrates",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e91b6ea6090ce03dc72c27d0619e77185d26cc3b20775966c346c6d4f7e99d7f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-common@0.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tantivy_common/"
        },
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-fst@0.5.0",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "tantivy-fst",
      "version": "0.5.0",
      "description": "This is a tantivy-specific fork from the fst crate from Burntsushi. (Please use the fst crate instead.) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-fst@0.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tantivy-fst"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-inc/fst"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-query-grammar@0.24.0",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "tantivy-query-grammar",
      "version": "0.24.0",
      "description": "Search engine library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e810cdeeebca57fc3f7bfec5f85fdbea9031b2ac9b990eb5ff49b371d52bbe6a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-query-grammar@0.24.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-sstable@0.5.0",
      "name": "tantivy-sstable",
      "version": "0.5.0",
      "description": "sstables for tantivy",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "709f22c08a4c90e1b36711c1c6cad5ae21b20b093e535b69b18783dd2cb99416"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-sstable@0.5.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-stacker@0.5.0",
      "name": "tantivy-stacker",
      "version": "0.5.0",
      "description": "term hashmap used for indexing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2bcdebb267671311d1e8891fd9d1301803fdb8ad21ba22e0a30d0cab49ba59c1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-stacker@0.5.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-tokenizer-api@0.5.0",
      "name": "tantivy-tokenizer-api",
      "version": "0.5.0",
      "description": "Tokenizer API of tantivy",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dfa942fcee81e213e09715bbce8734ae2180070b97b33839a795ba1de201547d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy-tokenizer-api@0.5.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy@0.24.2",
      "author": "Paul Masurel <paul.masurel@gmail.com>",
      "name": "tantivy",
      "version": "0.24.2",
      "description": "Search engine library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "64a966cb0e76e311f09cf18507c9af192f15d34886ee43d7ba7c7e3803660c43"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tantivy@0.24.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tantivy/"
        },
        {
          "type": "website",
          "url": "https://github.com/quickwit-oss/tantivy"
        },
        {
          "type": "vcs",
          "url": "https://github.com/quickwit-oss/tantivy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1",
      "author": "Elliott Linder <elliott.darfink@gmail.com>, myrrlyn <self@myrrlyn.dev>",
      "name": "tap",
      "version": "1.0.1",
      "description": "Generic extensions for tapping values in Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tap@1.0.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tap"
        },
        {
          "type": "website",
          "url": "https://github.com/myrrlyn/tap"
        },
        {
          "type": "vcs",
          "url": "https://github.com/myrrlyn/tap"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
      "author": "Dan Gohman <sunfish@mozilla.com>",
      "name": "target-lexicon",
      "version": "0.13.5",
      "description": "LLVM target triple types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 WITH LLVM-exception"
        }
      ],
      "purl": "pkg:cargo/target-lexicon@0.13.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/target-lexicon/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bytecodealliance/target-lexicon"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
      "author": "Steven Allen <steven@stebalien.com>, The Rust Project Developers, Ashley Mannix <ashleymannix@live.com.au>, Jason White <me@jasonwhite.io>",
      "name": "tempfile",
      "version": "3.27.0",
      "description": "A library for managing temporary files and directories.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/tempfile@3.27.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tempfile"
        },
        {
          "type": "website",
          "url": "https://stebalien.com/projects/tempfile-rs/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Stebalien/tempfile"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "thiserror-impl",
      "version": "2.0.18",
      "description": "Implementation detail of the `thiserror` crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thiserror-impl@2.0.18",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/thiserror"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "thiserror",
      "version": "2.0.18",
      "description": "derive(Error)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thiserror@2.0.18",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/thiserror"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/thiserror"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thread-tree@0.3.3",
      "author": "bluss <>",
      "name": "thread-tree",
      "version": "0.3.3",
      "description": "A tree-structured thread pool for splitting jobs hierarchically on worker threads.  The tree structure means that there is no contention between workers when delivering jobs. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ffbd370cb847953a25954d9f63e14824a36113f8c72eecf6eccef5dc4b45d630"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thread-tree@0.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/thread-tree"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bluss/thread-tree"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8",
      "author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
      "name": "time-core",
      "version": "0.1.8",
      "description": "This crate is an implementation detail and should not be relied upon directly.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/time-core@0.1.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/time-rs/time"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27",
      "author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
      "name": "time-macros",
      "version": "0.2.27",
      "description": "    Procedural macros for the time crate.     This crate is an implementation detail and should not be relied upon directly. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/time-macros@0.2.27",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/time-rs/time"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47",
      "author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
      "name": "time",
      "version": "0.3.47",
      "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/time@0.3.47",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://time-rs.github.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/time-rs/time"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tiny-keccak@2.0.2",
      "author": "debris <marek.kotewicz@gmail.com>",
      "name": "tiny-keccak",
      "version": "2.0.2",
      "description": "An implementation of Keccak derived functions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/tiny-keccak@2.0.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/debris/tiny-keccak"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2",
      "author": "The ICU4X Project Developers",
      "name": "tinystr",
      "version": "0.8.2",
      "description": "A small ASCII-only bounded length string representation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/tinystr@0.8.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
      "author": "Lokathor <zefria@gmail.com>",
      "name": "tinyvec",
      "version": "1.11.0",
      "description": "`tinyvec` provides 100% safe vec-like data structures.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/tinyvec@1.11.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Lokathor/tinyvec"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
      "author": "Soveu <marx.tomasz@gmail.com>",
      "name": "tinyvec_macros",
      "version": "0.1.1",
      "description": "Some macros for tiny containers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0 OR Zlib"
        }
      ],
      "purl": "pkg:cargo/tinyvec_macros@0.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Soveu/tinyvec_macros"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.1",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tokio-macros",
      "version": "2.6.1",
      "description": "Tokio's proc macros. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tokio-macros@2.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tokio.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/tokio"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.24.1",
      "name": "tokio-rustls",
      "version": "0.24.1",
      "description": "Asynchronous TLS/SSL streams for Tokio using Rustls.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/tokio-rustls@0.24.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tokio-rustls"
        },
        {
          "type": "website",
          "url": "https://github.com/rustls/tokio-rustls"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/tokio-rustls"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
      "name": "tokio-rustls",
      "version": "0.26.4",
      "description": "Asynchronous TLS/SSL streams for Tokio using Rustls.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/tokio-rustls@0.26.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tokio-rustls"
        },
        {
          "type": "website",
          "url": "https://github.com/rustls/tokio-rustls"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/tokio-rustls"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tokio-stream",
      "version": "0.1.18",
      "description": "Utilities to work with `Stream` and `tokio`. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tokio-stream@0.1.18",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tokio.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/tokio"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tokio-util",
      "version": "0.7.18",
      "description": "Additional utilities for working with Tokio. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tokio-util@0.7.18",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tokio.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/tokio"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tokio",
      "version": "1.50.0",
      "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tokio@1.50.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tokio.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/tokio"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.5.2",
      "author": "Tower Maintainers <team@tower-rs.com>",
      "name": "tower-http",
      "version": "0.5.2",
      "description": "Tower middleware and utilities for HTTP clients and servers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tower-http@0.5.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/tower-rs/tower-http"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tower-rs/tower-http"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.8",
      "author": "Tower Maintainers <team@tower-rs.com>",
      "name": "tower-http",
      "version": "0.6.8",
      "description": "Tower middleware and utilities for HTTP clients and servers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tower-http@0.6.8",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/tower-rs/tower-http"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tower-rs/tower-http"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
      "author": "Tower Maintainers <team@tower-rs.com>",
      "name": "tower-layer",
      "version": "0.3.3",
      "description": "Decorates a `Service` to allow easy composition between `Service`s. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tower-layer@0.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tower-layer/0.3.3"
        },
        {
          "type": "website",
          "url": "https://github.com/tower-rs/tower"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tower-rs/tower"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
      "author": "Tower Maintainers <team@tower-rs.com>",
      "name": "tower-service",
      "version": "0.3.3",
      "description": "Trait representing an asynchronous, request / response based, client or server. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tower-service@0.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/tower-service/0.3.3"
        },
        {
          "type": "website",
          "url": "https://github.com/tower-rs/tower"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tower-rs/tower"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
      "author": "Tower Maintainers <team@tower-rs.com>",
      "name": "tower",
      "version": "0.5.3",
      "description": "Tower is a library of modular and reusable components for building robust clients and servers. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tower@0.5.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/tower-rs/tower"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tower-rs/tower"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
      "author": "Tokio Contributors <team@tokio.rs>, Eliza Weisman <eliza@buoyant.io>, David Barsky <dbarsky@amazon.com>",
      "name": "tracing-attributes",
      "version": "0.1.31",
      "description": "Procedural macro attributes for automatically instrumenting functions. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tracing-attributes@0.1.31",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tokio.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/tracing"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tracing-core",
      "version": "0.1.36",
      "description": "Core primitives for application-level tracing. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tracing-core@0.1.36",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tokio.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/tracing"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
      "author": "Eliza Weisman <eliza@buoyant.io>, Tokio Contributors <team@tokio.rs>",
      "name": "tracing",
      "version": "0.1.44",
      "description": "Application-level tracing for Rust. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tracing@0.1.44",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tokio.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/tracing"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "try-lock",
      "version": "0.2.5",
      "description": "A lightweight atomic lock.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/try-lock@0.2.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/try-lock"
        },
        {
          "type": "website",
          "url": "https://github.com/seanmonstar/try-lock"
        },
        {
          "type": "vcs",
          "url": "https://github.com/seanmonstar/try-lock"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#twox-hash@2.1.2",
      "author": "Jake Goulding <jake.goulding@gmail.com>",
      "name": "twox-hash",
      "version": "2.1.2",
      "description": "A Rust implementation of the XXHash and XXH3 algorithms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/twox-hash@2.1.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/twox-hash/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/shepmaster/twox-hash"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0",
      "author": "Paho Lurie-Gregg <paho@paholg.com>, Andre Bogus <bogusandre@gmail.com>",
      "name": "typenum",
      "version": "1.19.0",
      "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.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/typenum@1.19.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/typenum"
        },
        {
          "type": "vcs",
          "url": "https://github.com/paholg/typenum"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "unicase",
      "version": "2.9.0",
      "description": "A case-insensitive wrapper around strings.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/unicase@2.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/unicase"
        },
        {
          "type": "vcs",
          "url": "https://github.com/seanmonstar/unicase"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "unicode-ident",
      "version": "1.0.24",
      "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
        }
      ],
      "licenses": [
        {
          "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/unicode-ident@1.0.24",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/unicode-ident"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/unicode-ident"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1",
      "author": "kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
      "name": "unicode-segmentation",
      "version": "1.13.1",
      "description": "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "da36089a805484bcccfffe0739803392c8298778a2d2f09febf76fac5ad9025b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/unicode-segmentation@1.13.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/unicode-rs/unicode-segmentation"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-rs/unicode-segmentation"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2",
      "author": "kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
      "name": "unicode-width",
      "version": "0.2.2",
      "description": "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/unicode-width@0.2.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/unicode-rs/unicode-width"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-rs/unicode-width"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "unindent",
      "version": "0.2.4",
      "description": "Remove a column of leading whitespace from a string",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/unindent@0.2.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/unindent"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/indoc"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.7.1",
      "author": "Brian Smith <brian@briansmith.org>",
      "name": "untrusted",
      "version": "0.7.1",
      "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
        }
      ],
      "licenses": [
        {
          "expression": "ISC"
        }
      ],
      "purl": "pkg:cargo/untrusted@0.7.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://briansmith.org/rustdoc/untrusted/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/briansmith/untrusted"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0",
      "author": "Brian Smith <brian@briansmith.org>",
      "name": "untrusted",
      "version": "0.9.0",
      "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
        }
      ],
      "licenses": [
        {
          "expression": "ISC"
        }
      ],
      "purl": "pkg:cargo/untrusted@0.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://briansmith.org/rustdoc/untrusted/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/briansmith/untrusted"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
      "author": "The rust-url developers",
      "name": "url",
      "version": "2.5.8",
      "description": "URL library for Rust, based on the WHATWG URL Standard",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/url@2.5.8",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/url"
        },
        {
          "type": "vcs",
          "url": "https://github.com/servo/rust-url"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3",
      "author": "Kornel <kornel@geekhood.net>, Bertram Truong <b@bertramtruong.com>",
      "name": "urlencoding",
      "version": "2.1.3",
      "description": "A Rust library for doing URL percentage encoding.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/urlencoding@2.1.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://lib.rs/urlencoding"
        },
        {
          "type": "vcs",
          "url": "https://github.com/kornelski/rust_urlencoding"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-ranges@1.0.5",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "utf8-ranges",
      "version": "1.0.5",
      "description": "DEPRECATED. Use regex-syntax::utf8 submodule instead.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/utf8-ranges@1.0.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/utf8-ranges"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/utf8-ranges"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/utf8-ranges"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4",
      "author": "Henri Sivonen <hsivonen@hsivonen.fi>",
      "name": "utf8_iter",
      "version": "1.0.4",
      "description": "Iterator by char over potentially-invalid UTF-8 in &[u8]",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/utf8_iter@1.0.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/utf8_iter/"
        },
        {
          "type": "website",
          "url": "https://docs.rs/utf8_iter/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hsivonen/utf8_iter"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
      "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
      "name": "utf8parse",
      "version": "0.2.2",
      "description": "Table-driven UTF-8 parser",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/utf8parse@0.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/utf8parse/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alacritty/vte"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0",
      "author": "Ashley Mannix<ashleymannix@live.com.au>, Dylan DPC<dylan.dpc@gmail.com>, Hunar Roop Kahlon<hunar.roop@gmail.com>",
      "name": "uuid",
      "version": "1.22.0",
      "description": "A library to generate and parse UUIDs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/uuid@1.22.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/uuid"
        },
        {
          "type": "website",
          "url": "https://github.com/uuid-rs/uuid"
        },
        {
          "type": "vcs",
          "url": "https://github.com/uuid-rs/uuid"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
      "author": "Sergio Benitez <sb@sergio.bz>",
      "name": "version_check",
      "version": "0.9.5",
      "description": "Tiny crate to check the version of the installed/running rustc.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/version_check@0.9.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/version_check/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/SergioBenitez/version_check"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vsimd@0.8.0",
      "name": "vsimd",
      "version": "0.8.0",
      "description": "SIMD utilities",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/vsimd@0.8.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Nugine/simd"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "walkdir",
      "version": "2.5.0",
      "description": "Recursively walk a directory.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/walkdir@2.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/walkdir/"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/walkdir"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/walkdir"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "want",
      "version": "0.3.1",
      "description": "Detect when another Future wants a result.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/want@0.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/want"
        },
        {
          "type": "vcs",
          "url": "https://github.com/seanmonstar/want"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6",
      "name": "webpki-roots",
      "version": "1.0.6",
      "description": "Mozilla's CA root certificates for use with webpki",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
        }
      ],
      "licenses": [
        {
          "expression": "CDLA-Permissive-2.0"
        }
      ],
      "purl": "pkg:cargo/webpki-roots@1.0.6",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/rustls/webpki-roots"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rustls/webpki-roots"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2",
      "author": "The ICU4X Project Developers",
      "name": "writeable",
      "version": "0.6.2",
      "description": "A more efficient alternative to fmt::Display",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/writeable@0.6.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wyz@0.5.1",
      "author": "myrrlyn <self@myrrlyn.dev>",
      "name": "wyz",
      "version": "0.5.1",
      "description": "myrrlyn’s utility collection",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/wyz@0.5.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/wyz"
        },
        {
          "type": "website",
          "url": "https://myrrlyn.net/crates/wyz"
        },
        {
          "type": "vcs",
          "url": "https://github.com/myrrlyn/wyz"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#xmlparser@0.13.6",
      "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
      "name": "xmlparser",
      "version": "0.13.6",
      "description": "Pull-based, zero-allocation XML parser.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/xmlparser@0.13.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/xmlparser/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RazrFalcon/xmlparser"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#xxhash-rust@0.8.15",
      "author": "Douman <douman@gmx.se>",
      "name": "xxhash-rust",
      "version": "0.8.15",
      "description": "Implementation of xxhash",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
        }
      ],
      "licenses": [
        {
          "expression": "BSL-1.0"
        }
      ],
      "purl": "pkg:cargo/xxhash-rust@0.8.15",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DoumanAsh/xxhash-rust"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "yoke-derive",
      "version": "0.8.1",
      "description": "Custom derive for the yoke crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/yoke-derive@0.8.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "yoke",
      "version": "0.8.1",
      "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/yoke@0.8.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.47",
      "author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
      "name": "zerocopy-derive",
      "version": "0.8.47",
      "description": "Custom derive for traits from the zerocopy crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/zerocopy-derive@0.8.47",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/google/zerocopy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47",
      "author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
      "name": "zerocopy",
      "version": "0.8.47",
      "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/zerocopy@0.8.47",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/google/zerocopy"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "zerofrom-derive",
      "version": "0.1.6",
      "description": "Custom derive for the zerofrom crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerofrom-derive@0.1.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "zerofrom",
      "version": "0.1.6",
      "description": "ZeroFrom trait for constructing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerofrom@0.1.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2",
      "author": "The RustCrypto Project Developers",
      "name": "zeroize",
      "version": "1.8.2",
      "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! ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/zeroize@1.8.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/RustCrypto/utils/tree/master/zeroize"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3",
      "author": "The ICU4X Project Developers",
      "name": "zerotrie",
      "version": "0.2.3",
      "description": "A data structure that efficiently maps strings to integers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerotrie@0.2.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://icu4x.unicode.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.2",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "zerovec-derive",
      "version": "0.11.2",
      "description": "Custom derive for the zerovec crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerovec-derive@0.11.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5",
      "author": "The ICU4X Project Developers",
      "name": "zerovec",
      "version": "0.11.5",
      "description": "Zero-copy vector backed by a byte array",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerovec@0.11.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "zmij",
      "version": "1.0.21",
      "description": "A double-to-string conversion algorithm based on Schubfach and yy",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/zmij@1.0.21",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/zmij"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/zmij"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@7.2.4",
      "author": "Alexandre Bury <alexandre.bury@gmail.com>",
      "name": "zstd-safe",
      "version": "7.2.4",
      "description": "Safe low-level bindings for the zstd compression library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/zstd-safe@7.2.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/gyscos/zstd-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.16+zstd.1.5.7",
      "author": "Alexandre Bury <alexandre.bury@gmail.com>",
      "name": "zstd-sys",
      "version": "2.0.16+zstd.1.5.7",
      "description": "Low-level bindings for the zstd compression library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/zstd-sys@2.0.16+zstd.1.5.7",
      "externalReferences": [
        {
          "type": "other",
          "url": "zstd"
        },
        {
          "type": "vcs",
          "url": "https://github.com/gyscos/zstd-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3",
      "author": "Alexandre Bury <alexandre.bury@gmail.com>",
      "name": "zstd",
      "version": "0.13.3",
      "description": "Binding for the zstd compression library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/zstd@0.13.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/zstd"
        },
        {
          "type": "vcs",
          "url": "https://github.com/gyscos/zstd-rs"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "path+file:///home/runner/work/lancedb/lancedb/python#lancedb-python@0.30.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.10",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace-impls@4.0.0",
        "path+file:///home/runner/work/lancedb/lancedb/rust/lancedb#0.27.2-beta.1",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.9",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "path+file:///home/runner/work/lancedb/lancedb/rust/lancedb#0.27.2-beta.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-sql@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-datafusion@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-datagen@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-encoding@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-file@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-index@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-linalg@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace-impls@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-table@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-testing@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
        "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#serde_with@3.18.0",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.9",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#const-random@0.1.18",
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
        "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
        "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
        "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
        "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
        "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#chrono-tz@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#comfy-table@7.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-core@1.0.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-csv@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#csv@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#csv-core@0.1.13",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#flatbuffers@25.12.19",
        "registry+https://github.com/rust-lang/crates.io-index#lz4_flex@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-json@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-core@1.0.6",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#simdutf8@0.1.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-pyarrow@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.26.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-row@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow-string@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-csv@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-json@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-pyarrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-row@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-string@57.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.41",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.37",
        "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.31",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#async_cell@0.2.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-config@1.8.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-runtime@1.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-sso@1.87.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-ssooidc@1.89.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-sts@1.89.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.62.6",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-json@0.61.9",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.38.0",
        "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.38.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
        "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.57",
        "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5",
        "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-runtime@1.7.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-sigv4@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-eventstream@0.60.19",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.63.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes-utils@0.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-dynamodb@1.96.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-runtime@1.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.62.6",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-json@0.61.9",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#regex-lite@0.1.9",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-sso@1.87.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-runtime@1.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.62.6",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-json@0.61.9",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#regex-lite@0.1.9",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-ssooidc@1.89.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-runtime@1.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.62.6",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-json@0.61.9",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#regex-lite@0.1.9",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-sts@1.89.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-runtime@1.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.62.6",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-json@0.61.9",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-query@0.60.8",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-xml@0.60.11",
        "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#regex-lite@0.1.9",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-sigv4@1.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-eventstream@0.60.19",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.63.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.5.5",
        "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#p256@0.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-eventstream@0.60.19",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http-client@1.1.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#h2@0.3.27",
        "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@0.14.32",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.24.2",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.21.12",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
        "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.62.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-eventstream@0.60.19",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes-utils@0.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.63.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes-utils@0.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-json@0.61.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-observability@0.2.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-query@0.60.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime@1.10.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http@0.63.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-http-client@1.1.10",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-observability@0.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64-simd@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes-utils@0.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-xml@0.60.11",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#xmlparser@0.13.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-types@1.3.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-async@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-runtime-api@1.11.4",
        "registry+https://github.com/rust-lang/crates.io-index#aws-smithy-types@1.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#axum-core@0.4.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
        "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#axum@0.7.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#axum-core@0.4.5",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#matchit@0.7.3",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20",
        "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#backon@1.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#base16ct@0.1.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#base64-simd@0.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#outref@0.5.2",
        "registry+https://github.com/rust-lang/crates.io-index#vsimd@0.8.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bigdecimal@0.4.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitpacking@0.9.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.0.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#funty@2.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#wyz@0.5.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bon-macros@3.9.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#darling@0.23.0",
        "registry+https://github.com/rust-lang/crates.io-index#ident_case@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bon@3.9.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bon-macros@3.9.1",
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bytes-utils@0.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
        "registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#census@0.4.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#chrono-tz@0.10.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#phf@0.12.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
        "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.57",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#comfy-table@7.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.37",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.31",
        "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.31",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#const-random-macro@0.1.16",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#tiny-keccak@2.0.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#const-random@0.1.18",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#const-random-macro@0.1.16"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crc32c@0.6.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-skiplist@0.1.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.4",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.4.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.5.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
        "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#csv-core@0.1.13",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#csv@1.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#csv-core@0.1.13",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#darling@0.23.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#darling_core@0.23.0",
        "registry+https://github.com/rust-lang/crates.io-index#darling_macro@0.23.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#darling_core@0.23.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ident_case@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#darling_macro@0.23.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#darling_core@0.23.0",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
        "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog-listing@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-adapter@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#sqlparser@0.59.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-arrow@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-csv@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-json@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-adapter@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#sqlparser@0.59.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate-common@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-macros@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-nested@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-macros@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-table@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window-common@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-macros@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6",
        "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#chrono-tz@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-macros@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-macros@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-doc@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-optimizer@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-adapter@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#petgraph@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-optimizer@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-pruning@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-pruning@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion-sql@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#bigdecimal@0.4.10",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#sqlparser@0.59.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#datafusion@52.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-catalog-listing@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common-runtime@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-arrow@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-csv@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-datasource-json@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-execution@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-aggregate@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-nested@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-table@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions-window@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-optimizer@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-adapter@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-optimizer@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-session@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-sql@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#sqlparser@0.59.0",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#deepsize_derive@0.1.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#deepsize_derive@0.1.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#der@0.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
        "registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
        "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dlv-list@0.5.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#const-random@0.1.18"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#downcast-rs@2.0.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ecdsa@0.14.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#der@0.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#rfc6979@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#signature@1.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.12.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base16ct@0.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.4.9",
        "registry+https://github.com/rust-lang/crates.io-index#der@0.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#ff@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
        "registry+https://github.com/rust-lang/crates.io-index#group@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#sec1@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#env_filter@1.0.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
        "registry+https://github.com/rust-lang/crates.io-index#env_filter@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#jiff@0.2.23",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ethnum@1.5.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fast-float2@0.2.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fastdivide@0.4.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ff@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fixedbitset@0.5.7",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#flatbuffers@25.12.19",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fs4@0.8.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fsst@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fst@0.4.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#utf8-ranges@1.0.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#funty@2.0.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0",
        "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#group@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ff@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.3.27",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21",
        "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21",
        "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#home@0.5.12",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#htmlescape@0.3.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#humantime@2.3.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.24.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@0.14.32",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.21.12",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.24.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@0.14.32",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#h2@0.3.27",
        "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.10",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hyperloglogplus@0.4.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2",
        "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2",
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6",
        "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ident_case@1.0.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#iri-string@0.7.11",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#jiff-static@0.2.23",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#jiff@0.2.23",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#jiff-static@0.2.23",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#jsonb@0.5.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#ethnum@1.5.2",
        "registry+https://github.com/rust-lang/crates.io-index#fast-float2@0.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#jiff@0.2.23",
        "registry+https://github.com/rust-lang/crates.io-index#nom@8.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#ordered-float@5.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#jsonwebtoken@9.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#pem@3.0.6",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#simple_asn1@0.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#jsonb@0.5.5",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-bitpacking@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#seq-macro@0.3.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-sql@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#mock_instant@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15",
        "registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.17.0",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#roaring@0.11.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-datafusion@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#jsonb@0.5.5",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-datagen@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-build@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-datagen@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand_xoshiro@0.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#random_word@0.5.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-encoding@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#fsst@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#hyperloglogplus@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-bitpacking@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#lz4@1.28.1",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-build@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#xxhash-rust@0.8.15",
        "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-file@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-encoding@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-build@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-index@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bitpacking@0.9.3",
        "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-common@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-sql@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#fst@0.4.7",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#jsonb@0.5.5",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-datafusion@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-datagen@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-encoding@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-file@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-linalg@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-table@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-build@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#rangemap@1.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#rayon@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#roaring@0.11.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy@0.24.2",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#twox-hash@2.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-cast@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-data@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#aws-config@1.8.8",
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#object_store_opendal@0.55.0",
        "registry+https://github.com/rust-lang/crates.io-index#opendal@0.55.0",
        "registry+https://github.com/rust-lang/crates.io-index#path_abs@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-linalg@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
        "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-namespace-impls@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#axum@0.7.9",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#lance@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-index@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-table@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.5.2",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-namespace-reqwest-client@0.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.20",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-namespace@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace-reqwest-client@0.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-table@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-dynamodb@1.96.0",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-file@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-build@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#rangemap@1.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#roaring@0.11.3",
        "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance-testing@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lance@4.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrow@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-arith@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-array@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-buffer@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ipc@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-ord@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-row@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-schema@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrow-select@57.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#async_cell@0.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#aws-credential-types@1.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#aws-sdk-dynamodb@1.96.0",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-skiplist@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-functions@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-expr@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#datafusion-physical-plan@52.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#deepsize@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#humantime@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-arrow@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-core@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-datafusion@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-encoding@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-file@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-index@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-io@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-linalg@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-namespace@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#lance-table@4.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#permutation@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#roaring@0.11.3",
        "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy@0.24.2",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#levenshtein_automata@0.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-core@1.0.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-float@1.0.6",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-integer@1.0.6",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-write-float@1.0.6",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-write-integer@1.0.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-float@1.0.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-integer@1.0.6",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-integer@1.0.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-write-float@1.0.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#lexical-write-integer@1.0.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-write-integer@1.0.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.12.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.15",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lru@0.12.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.11.1+lz4-1.10.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lz4@1.28.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.11.1+lz4-1.10.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lz4_flex@0.11.6",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lz4_flex@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#twox-hash@2.1.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#matchit@0.7.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.17.0",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#thread-tree@0.3.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#measure_time@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
        "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#mock_instant@0.6.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
        "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#tagptr@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#multimap@0.10.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#murmurhash32@0.3.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.16.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.10",
        "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#nom@8.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.17.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#humantime@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.38.4",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#object_store_opendal@0.55.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#object_store@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#opendal@0.55.0",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#oneshot@0.1.13",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#opendal@0.55.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
        "registry+https://github.com/rust-lang/crates.io-index#backon@1.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#crc32c@0.6.8",
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#jiff@0.2.23",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.38.4",
        "registry+https://github.com/rust-lang/crates.io-index#reqsign@0.16.5",
        "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ordered-float@5.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ordered-multimap@0.7.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#dlv-list@0.5.2",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#outref@0.5.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ownedbytes@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#p256@0.11.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ecdsa@0.14.8",
        "registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#path_abs@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#std_prelude@0.2.12",
        "registry+https://github.com/rust-lang/crates.io-index#stfu8@0.2.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pem@3.0.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#permutation@0.4.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#petgraph@0.8.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#fixedbitset@0.5.7",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#phf@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.12.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.11",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.11"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs1@0.7.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
        "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
        "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs5@0.7.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
        "registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
        "registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2",
        "registry+https://github.com/rust-lang/crates.io-index#scrypt@0.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
        "registry+https://github.com/rust-lang/crates.io-index#pkcs5@0.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#der@0.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#spki@0.6.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#prost-build@0.14.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#multimap@0.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#petgraph@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37",
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#prost-derive@0.14.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#prost-types@0.14.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#prost@0.14.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#prost-derive@0.14.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes-macros@0.26.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes@0.26.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes-macros@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.26.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.26.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.26.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.26.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.26.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.26.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.26.0",
        "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.37.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.38.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
        "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.14",
        "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14",
        "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
        "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_xoshiro@0.7.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#random_word@0.5.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rangemap@1.7.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0",
        "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-lite@0.1.9",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#reqsign@0.16.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#home@0.5.12",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#jsonwebtoken@9.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.37.5",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5",
        "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
        "registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.10",
        "registry+https://github.com/rust-lang/crates.io-index#rust-ini@0.21.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
        "registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
        "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
        "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.8",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rfc6979@0.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.4.9",
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#roaring@0.11.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#pkcs1@0.7.5",
        "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rust-ini@0.21.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#ordered-multimap@0.7.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rust-stemmers@1.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.44",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.12.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.101.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.21.12",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.101.7",
        "registry+https://github.com/rust-lang/crates.io-index#sct@0.7.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.1",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.10",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#salsa20@0.10.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
        "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
        "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#scrypt@0.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2",
        "registry+https://github.com/rust-lang/crates.io-index#salsa20@0.10.2",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sct@0.7.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
        "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sec1@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base16ct@0.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#der@0.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
        "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#seq-macro@0.3.6",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.20",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_with@3.18.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#schemars@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#serde_with_macros@3.18.0",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_with_macros@3.18.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#darling@0.23.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#signature@1.6.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#simdutf8@0.1.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#simple_asn1@0.6.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sketches-ddsketch@0.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.8.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.8.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#snafu@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spki@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#der@0.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sqlparser@0.59.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#sqlparser_derive@0.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sqlparser_derive@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#std_prelude@0.2.12",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#stfu8@0.2.7",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.26.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.26.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tagptr@0.2.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-bitpacker@0.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitpacking@0.9.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-columnar@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#downcast-rs@2.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#fastdivide@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-bitpacker@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-common@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-sstable@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-stacker@0.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-common@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#ownedbytes@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-fst@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
        "registry+https://github.com/rust-lang/crates.io-index#utf8-ranges@1.0.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-query-grammar@0.24.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-sstable@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-bitpacker@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-common@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-fst@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-stacker@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#murmurhash32@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-common@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy-tokenizer-api@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tantivy@0.24.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bitpacking@0.9.3",
        "registry+https://github.com/rust-lang/crates.io-index#bon@3.9.1",
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#census@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
        "registry+https://github.com/rust-lang/crates.io-index#downcast-rs@2.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#fastdivide@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#fs4@0.8.4",
        "registry+https://github.com/rust-lang/crates.io-index#htmlescape@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#hyperloglogplus@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#levenshtein_automata@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#lru@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#lz4_flex@0.11.6",
        "registry+https://github.com/rust-lang/crates.io-index#measure_time@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#oneshot@0.1.13",
        "registry+https://github.com/rust-lang/crates.io-index#rayon@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#rust-stemmers@1.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
        "registry+https://github.com/rust-lang/crates.io-index#sketches-ddsketch@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-bitpacker@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-columnar@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-common@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-fst@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-query-grammar@0.24.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-stacker@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#tantivy-tokenizer-api@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47",
        "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thread-tree@0.3.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
        "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8",
        "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tiny-keccak@2.0.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.24.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.21.12",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
        "registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.5.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.41",
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#iri-string@0.7.11",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
        "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
        "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
        "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#twox-hash@2.1.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.7.1",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-ranges@1.0.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#vsimd@0.8.0",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#wyz@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#xmlparser@0.13.6",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#xxhash-rust@0.8.15",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
        "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.47",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
        "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
      "dependsOn": []
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@7.2.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.16+zstd.1.5.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.16+zstd.1.5.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57",
        "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@7.2.4"
      ]
    }
  ]
}