{
  "bomFormat": "CycloneDX",
  "specVersion": "1.5",
  "version": 1,
  "serialNumber": "urn:uuid:a6b374d4-4b65-49bd-b02a-0a168349040d",
  "metadata": {
    "timestamp": "2026-08-16T17:32:02.997466366Z",
    "tools": [
      {
        "vendor": "CycloneDX",
        "name": "cargo-cyclonedx",
        "version": "0.5.9"
      }
    ],
    "component": {
      "type": "application",
      "bom-ref": "path+file://./a3e9-tinl/service#a3e9-tinl@0.1.0",
      "name": "a3e9-tinl",
      "version": "0.1.0",
      "description": "A3E9 Transaction Intent Normalization Layer -- Mode B (REST) service. Wraps a3e9-tinl-core's transport-agnostic decode/policy/registry/audit-hash logic in an axum HTTP API for institutional/fleet deployments. See a3e9-tinl-wasm for Mode A (embedded).",
      "scope": "required",
      "purl": "pkg:cargo/a3e9-tinl@0.1.0?download_url=file://.",
      "components": [
        {
          "type": "library",
          "bom-ref": "path+file://./a3e9-tinl/service#a3e9-tinl@0.1.0 bin-target-0",
          "name": "a3e9_tinl",
          "version": "0.1.0",
          "purl": "pkg:cargo/a3e9-tinl@0.1.0?download_url=file://.#src/lib.rs"
        },
        {
          "type": "application",
          "bom-ref": "path+file://./a3e9-tinl/service#a3e9-tinl@0.1.0 bin-target-1",
          "name": "a3e9-tinl",
          "version": "0.1.0",
          "purl": "pkg:cargo/a3e9-tinl@0.1.0?download_url=file://.#src/main.rs"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:rustc:sbom:target:triple",
        "value": "x86_64-unknown-linux-gnu"
      },
      {
        "name": "a3e9:redaction",
        "value": "Absolute build-host paths rewritten to repo-relative form before publication. Components, versions, licenses and dependency edges are unmodified."
      }
    ]
  },
  "components": [
    {
      "type": "library",
      "bom-ref": "path+file://./a3e9-tinl/core#a3e9-tinl-core@0.1.0",
      "name": "a3e9-tinl-core",
      "version": "0.1.0",
      "description": "A3E9 TINL core: transport-agnostic decode/policy/registry/audit-hash logic, shared unmodified by the native REST service (service/) and the WASM module (wasm/). Zero axum/tokio/wasm-bindgen -- see repo root README's Dual-Mode Deployment section.",
      "scope": "required",
      "purl": "pkg:cargo/a3e9-tinl-core@0.1.0?download_url=file://../core"
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
      "author": "RustCrypto Developers",
      "name": "aead",
      "version": "0.5.2",
      "description": "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aead@0.5.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/aead"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aes-gcm-siv@0.11.1",
      "author": "RustCrypto Developers",
      "name": "aes-gcm-siv",
      "version": "0.11.1",
      "description": "Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 8452) with optional architecture-specific hardware acceleration ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/aes-gcm-siv@0.11.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/aes-gcm-siv"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/AEADs"
        }
      ]
    },
    {
      "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#alloy-json-abi@1.6.1",
      "author": "Alloy Contributors",
      "name": "alloy-json-abi",
      "version": "1.6.1",
      "description": "Full Ethereum JSON-ABI implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6cee30dd4c2f4b23f434fdf675e7bf9681b86768141277266c6f548ef25cba0a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-json-abi@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/json-abi"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-primitives@1.6.1",
      "author": "Alloy Contributors",
      "name": "alloy-primitives",
      "version": "1.6.1",
      "description": "Ethereum primitive types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f007e257069855bdf21d27762fd3f3705a613f805c9a08309bf353503f081d71"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-primitives@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/primitives"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-rlp@0.3.16",
      "author": "Alloy Contributors",
      "name": "alloy-rlp",
      "version": "0.3.16",
      "description": "Implementation of Ethereum RLP serialization",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "24671b1f62edcf0f9b62994c7bf72cd621a04a4b99f5020ece1a647b40e2f103"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-rlp@0.3.16",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/rlp/tree/main/crates/rlp"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/rlp"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro-expander@1.6.1",
      "author": "Alloy Contributors",
      "name": "alloy-sol-macro-expander",
      "version": "1.6.1",
      "description": "Expander used in the Solidity to Rust procedural macro",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6277c780e07b76951e09a59788dde230d1582612324177d11a43a61e21a6bb83"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-sol-macro-expander@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/sol-macro-expander"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro-input@1.6.1",
      "author": "Alloy Contributors",
      "name": "alloy-sol-macro-input",
      "version": "1.6.1",
      "description": "Input types for sol!-like macros",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9762b2ad3e5a0c09886de54fe549ab0056681df843cb082e2df7e1c0eb270d30"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-sol-macro-input@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/sol-macro-input"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro@1.6.1",
      "author": "Alloy Contributors",
      "name": "alloy-sol-macro",
      "version": "1.6.1",
      "description": "Solidity to Rust procedural macro",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b5655c38d5f84955bf727b2eeb62fddd91ebb98fd1d7ae6eb77f73ea88f9b9cf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-sol-macro@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/sol-macro"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-type-parser@1.6.1",
      "author": "Alloy Contributors",
      "name": "alloy-sol-type-parser",
      "version": "1.6.1",
      "description": "Simple and light-weight Solidity type strings parser",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "da4c7130f0f01f4719678bda3db3bc7267fc2f7f9d0565e3bd964cd2bb45050d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-sol-type-parser@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/sol-type-parser"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-types@1.6.1",
      "author": "Alloy Contributors",
      "name": "alloy-sol-types",
      "version": "1.6.1",
      "description": "Compile-time ABI and EIP-712 implementations",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d96e74d6213180f78dbdccddce8af02a639c160c94b0a543fa35c77c58b8a7fc"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/alloy-sol-types@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/sol-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-bn254@0.4.0",
      "author": "arkworks contributors",
      "name": "ark-bn254",
      "version": "0.4.0",
      "description": "The BN254 pairing-friendly elliptic curve",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-bn254@0.4.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-bn254/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/curves"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ec@0.4.2",
      "author": "arkworks contributors",
      "name": "ark-ec",
      "version": "0.4.2",
      "description": "A library for elliptic curves and pairings",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ec@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ec/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.3.0",
      "author": "arkworks contributors",
      "name": "ark-ff-asm",
      "version": "0.3.0",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-asm@0.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-asm/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.4.2",
      "author": "arkworks contributors",
      "name": "ark-ff-asm",
      "version": "0.4.2",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-asm@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-asm/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.5.0",
      "author": "arkworks contributors",
      "name": "ark-ff-asm",
      "version": "0.5.0",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-asm@0.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-asm/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.6.0",
      "author": "arkworks contributors",
      "name": "ark-ff-asm",
      "version": "0.6.0",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1479009684adc073dff49a1025d3a7065b317a9ead25aaaca38cdc70058ba8a2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-asm@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-asm/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.3.0",
      "author": "arkworks contributors",
      "name": "ark-ff-macros",
      "version": "0.3.0",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-macros@0.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-asm/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.4.2",
      "author": "arkworks contributors",
      "name": "ark-ff-macros",
      "version": "0.4.2",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-macros@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-asm/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.5.0",
      "author": "arkworks contributors",
      "name": "ark-ff-macros",
      "version": "0.5.0",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-macros@0.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-macros/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.6.0",
      "author": "arkworks contributors",
      "name": "ark-ff-macros",
      "version": "0.6.0",
      "description": "A library for generating x86-64 assembly for finite field multiplication",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4a0691ed21ef00ef89c1e9bda832eba493dda3ec2f8d892fb25b705f73f06bb8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff-macros@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff-macros/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.3.0",
      "author": "arkworks contributors",
      "name": "ark-ff",
      "version": "0.3.0",
      "description": "A library for finite fields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff@0.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.4.2",
      "author": "arkworks contributors",
      "name": "ark-ff",
      "version": "0.4.2",
      "description": "A library for finite fields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.5.0",
      "author": "arkworks contributors",
      "name": "ark-ff",
      "version": "0.5.0",
      "description": "A library for finite fields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff@0.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.6.0",
      "author": "arkworks contributors",
      "name": "ark-ff",
      "version": "0.6.0",
      "description": "A library for finite fields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f7a806ac6c8307b929df4645776290a50ee2aac754ad09d8bdf73391309e43af"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-ff@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-ff/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-poly@0.4.2",
      "author": "arkworks contributors",
      "name": "ark-poly",
      "version": "0.4.2",
      "description": "A library for efficient polynomial arithmetic via FFTs over finite fields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-poly@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-poly/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize-derive@0.4.2",
      "author": "arkworks Contributors",
      "name": "ark-serialize-derive",
      "version": "0.4.2",
      "description": "A library for deriving serialization traits for the arkworks ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-serialize-derive@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/algebra/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize-derive@0.6.0",
      "author": "arkworks contributors",
      "name": "ark-serialize-derive",
      "version": "0.6.0",
      "description": "A library for deriving serialization traits for the arkworks ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4f153690697a2b91e5e1251ff98411ee5371500a111a0fd317a70e588eb300f9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-serialize-derive@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-serialize-derive/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.3.0",
      "author": "arkworks contributors",
      "name": "ark-serialize",
      "version": "0.3.0",
      "description": "A library for serializing types in the arkworks ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-serialize@0.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-serialize/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.4.2",
      "author": "arkworks contributors",
      "name": "ark-serialize",
      "version": "0.4.2",
      "description": "A library for serializing types in the arkworks ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-serialize@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-serialize/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.5.0",
      "author": "arkworks contributors",
      "name": "ark-serialize",
      "version": "0.5.0",
      "description": "A library for serializing types in the arkworks ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-serialize@0.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-serialize/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.6.0",
      "author": "arkworks contributors",
      "name": "ark-serialize",
      "version": "0.6.0",
      "description": "A library for serializing types in the arkworks ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a74dd304fd536fb95d0a328e72be759209cc496a9da094c5bc56e5fea4f9e86b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-serialize@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-serialize/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/algebra"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.3.0",
      "author": "arkworks contributors",
      "name": "ark-std",
      "version": "0.3.0",
      "description": "A library for no_std compatibility",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-std@0.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-std/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.4.0",
      "author": "arkworks contributors",
      "name": "ark-std",
      "version": "0.4.0",
      "description": "A library for no_std compatibility",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-std@0.4.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-std/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/std"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.5.0",
      "author": "arkworks contributors",
      "name": "ark-std",
      "version": "0.5.0",
      "description": "A library for no_std compatibility",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-std@0.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-std/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/std"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.6.0",
      "author": "arkworks contributors",
      "name": "ark-std",
      "version": "0.6.0",
      "description": "A library for no_std compatibility",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "367c9c827ed431bff6868b7aa926e05b16eb46603cc8b6e768e4a5553fa1d155"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ark-std@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ark-std/"
        },
        {
          "type": "website",
          "url": "https://arkworks.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/arkworks-rs/std"
        }
      ]
    },
    {
      "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.8",
      "author": "bluss",
      "name": "arrayvec",
      "version": "0.7.8",
      "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": "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/arrayvec@0.7.8",
      "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#async-trait@0.1.91",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "async-trait",
      "version": "0.1.91",
      "description": "Type erasure for async trait methods",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/async-trait@0.1.91",
      "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#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#atty@0.2.14",
      "author": "softprops <d.tangren@gmail.com>",
      "name": "atty",
      "version": "0.2.14",
      "description": "A simple interface for querying atty",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/atty@0.2.14",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "http://softprops.github.io/atty"
        },
        {
          "type": "website",
          "url": "https://github.com/softprops/atty"
        },
        {
          "type": "vcs",
          "url": "https://github.com/softprops/atty"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#auto_impl@1.3.0",
      "author": "Ashley Mannix <ashleymannix@live.com.au>, Lukas Kalbertodt <lukas.kalbertodt@gmail.com>",
      "name": "auto_impl",
      "version": "1.3.0",
      "description": "Automatically implement traits for common smart pointers and closures",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/auto_impl@1.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/auto_impl/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/auto-impl-rs/auto_impl/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
      "author": "Josh Stone <cuviper@gmail.com>",
      "name": "autocfg",
      "version": "1.5.1",
      "description": "Automatic cfg for Rust compiler features",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/autocfg@1.5.1",
      "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#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#base16ct@0.2.0",
      "author": "RustCrypto Developers",
      "name": "base16ct",
      "version": "0.2.0",
      "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": "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/base16ct@0.2.0",
      "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@0.12.3",
      "author": "Alice Maz <alice@alicemaz.com>, Marshall Pierce <marshall@mpierce.org>",
      "name": "base64",
      "version": "0.12.3",
      "description": "encodes and decodes base64 as bytes or utf8",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/base64@0.12.3",
      "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#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#bincode@1.3.3",
      "author": "Ty Overby <ty@pre-alpha.com>, Francesco Mazzoli <f@mazzo.li>, David Tolnay <dtolnay@gmail.com>, Zoey Riordan <zoey@dos.cafe>",
      "name": "bincode",
      "version": "1.3.3",
      "description": "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/bincode@1.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bincode"
        },
        {
          "type": "vcs",
          "url": "https://github.com/servo/bincode"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
      "author": "Alexis Beingessner <a.beingessner@gmail.com>",
      "name": "bit-set",
      "version": "0.8.0",
      "description": "A set of bits",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/bit-set@0.8.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bit-set/"
        },
        {
          "type": "website",
          "url": "https://github.com/contain-rs/bit-set"
        },
        {
          "type": "vcs",
          "url": "https://github.com/contain-rs/bit-set"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0",
      "author": "Alexis Beingessner <a.beingessner@gmail.com>",
      "name": "bit-vec",
      "version": "0.8.0",
      "description": "A vector of bits",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/bit-vec@0.8.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bit-vec/"
        },
        {
          "type": "website",
          "url": "https://github.com/contain-rs/bit-vec"
        },
        {
          "type": "vcs",
          "url": "https://github.com/contain-rs/bit-vec"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin-consensus-encoding@1.1.0",
      "author": "Andrew Poelstra <apoelstra@wpsoftware.net>, Nick Johnson <nick@yonson.dev>, Tobin C. Harding <me@tobin.cc>",
      "name": "bitcoin-consensus-encoding",
      "version": "1.1.0",
      "description": "Consensus encoding and decoding",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "207311705279250ba465076a1bac4b1ac982855fff73fc5f67e22158ac58cdc9"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/bitcoin-consensus-encoding@1.1.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bitcoin-consensus-encoding/"
        },
        {
          "type": "website",
          "url": "https://rust-bitcoin.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/rust-bitcoin/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin-internals@0.6.0",
      "author": "Andrew Poelstra <apoelstra@wpsoftware.net>, The Rust Bitcoin developers",
      "name": "bitcoin-internals",
      "version": "0.6.0",
      "description": "Internal types and macros used by rust-bitcoin ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d573f4cf32996a8dce612e4348cece65a241f1882ed594047c9ba348e8869fa5"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/bitcoin-internals@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bitcoin-internals"
        },
        {
          "type": "website",
          "url": "https://rust-bitcoin.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/rust-bitcoin/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin-io@0.1.101",
      "author": "Matt Corallo <birchneutea@mattcorallo.com>",
      "name": "bitcoin-io",
      "version": "0.1.101",
      "description": "Simple I/O traits for no-std (and std) environments",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bb5de036369d1ac59d3c1819ebc4d850f89466f5401c571a285b6ed564a4cb78"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/bitcoin-io@0.1.101",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bitcoin-io/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/rust-bitcoin"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin_hashes@0.14.101",
      "author": "Andrew Poelstra <apoelstra@wpsoftware.net>",
      "name": "bitcoin_hashes",
      "version": "0.14.101",
      "description": "Hash functions used by the rust-bitcoin eccosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bca4c7abb40c8817d77403c880988cfd484f23ab2365726afb2f798363e2c4a2"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/bitcoin_hashes@0.14.101",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/bitcoin_hashes/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/rust-bitcoin"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
      "author": "The Rust Project Developers",
      "name": "bitflags",
      "version": "2.13.1",
      "description": "A macro to generate structures which behave like bitflags. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/bitflags@2.13.1",
      "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#bitvec@1.1.1",
      "name": "bitvec",
      "version": "1.1.1",
      "description": "Addresses memory by bits, for packed collections and bitfields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/bitvec@1.1.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#blake3@1.8.5",
      "author": "Jack O'Connor <oconnor663@gmail.com>, Samuel Neves",
      "name": "blake3",
      "version": "1.8.5",
      "description": "the BLAKE3 hash function",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
        }
      ],
      "purl": "pkg:cargo/blake3@1.8.5",
      "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-buffer@0.12.1",
      "author": "RustCrypto Developers",
      "name": "block-buffer",
      "version": "0.12.1",
      "description": "Buffer types for block processing of data",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/block-buffer@0.12.1",
      "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-buffer@0.9.0",
      "author": "RustCrypto Developers",
      "name": "block-buffer",
      "version": "0.9.0",
      "description": "Fixed size buffer for block processing of data",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/block-buffer@0.9.0",
      "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#borsh-derive-internal@0.10.4",
      "author": "Near Inc <hello@nearprotocol.com>",
      "name": "borsh-derive-internal",
      "version": "0.10.4",
      "description": "Binary Object Representation Serializer for Hashing ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "65d6ba50644c98714aa2a70d13d7df3cd75cd2b523a2b452bf010443800976b3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/borsh-derive-internal@0.10.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "http://borsh.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/nearprotocol/borsh"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#borsh-derive@0.10.4",
      "author": "Near Inc <hello@nearprotocol.com>",
      "name": "borsh-derive",
      "version": "0.10.4",
      "description": "Binary Object Representation Serializer for Hashing ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "831213f80d9423998dd696e2c5345aba6be7a0bd8cd19e31c5243e13df1cef89"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/borsh-derive@0.10.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "http://borsh.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/nearprotocol/borsh"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#borsh-derive@1.8.0",
      "author": "Near Inc <hello@nearprotocol.com>",
      "name": "borsh-derive",
      "version": "1.8.0",
      "description": "Binary Object Representation Serializer for Hashing ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d8f347189c62a579b8cd5f80714efa178f52e461dc2e6d701d264f5ff22e566c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/borsh-derive@1.8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://borsh.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/near/borsh-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#borsh-schema-derive-internal@0.10.4",
      "author": "Near Inc <hello@nearprotocol.com>",
      "name": "borsh-schema-derive-internal",
      "version": "0.10.4",
      "description": "Schema Generator for Borsh ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "276691d96f063427be83e6692b86148e488ebba9f48f77788724ca027ba3b6d4"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/borsh-schema-derive-internal@0.10.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "http://borsh.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/nearprotocol/borsh"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#borsh@0.10.4",
      "author": "Near Inc <hello@near.org>",
      "name": "borsh",
      "version": "0.10.4",
      "description": "Binary Object Representation Serializer for Hashing ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "115e54d64eb62cdebad391c19efc9dce4981c690c85a33a12199d99bb9546fee"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/borsh@0.10.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "http://borsh.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/near/borsh-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
      "author": "Near Inc <hello@near.org>",
      "name": "borsh",
      "version": "1.8.0",
      "description": "Binary Object Representation Serializer for Hashing ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a88b7ea17d208c4193f2c1e6de3c35fe71f98c96982d5ced308bdcc749ff6e1f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/borsh@1.8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://borsh.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/near/borsh-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bs58@0.5.1",
      "name": "bs58",
      "version": "0.5.1",
      "description": "Another Base58 codec implementation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/bs58@0.5.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Nullus157/bs58-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bv@0.11.1",
      "author": "Jesse A. Tov <jesse.tov@gmail.com>",
      "name": "bv",
      "version": "0.11.1",
      "description": "Bit-vectors and bit-slices",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/bv@0.11.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "http://tov.github.io/bv-rs/bv/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tov/bv-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#byte-slice-cast@1.2.3",
      "author": "Sebastian Dröge <sebastian@centricular.com>",
      "name": "byte-slice-cast",
      "version": "1.2.3",
      "description": "Safely cast bytes slices from/to slices of built-in fundamental numeric types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/byte-slice-cast@1.2.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/sdroege/bytes-num-slice-cast"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
      "author": "Lokathor <zefria@gmail.com>",
      "name": "bytemuck",
      "version": "1.25.2",
      "description": "A crate for mucking around with piles of bytes.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/bytemuck@1.25.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Lokathor/bytemuck"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
      "author": "Lokathor <zefria@gmail.com>",
      "name": "bytemuck_derive",
      "version": "1.11.0",
      "description": "derive proc-macros for `bytemuck`",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/bytemuck_derive@1.11.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@1.12.1",
      "author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "bytes",
      "version": "1.12.1",
      "description": "Types and traits for working with bytes",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/bytes@1.12.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/bytes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.0",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "cc",
      "version": "1.4.0",
      "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": "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cc@1.4.0",
      "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#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.2",
      "author": "Zicklag <zicklag@katharostech.com>",
      "name": "cfg_aliases",
      "version": "0.2.2",
      "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/cfg_aliases@0.2.2",
      "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#cfg_eval@0.1.2",
      "author": "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
      "name": "cfg_eval",
      "version": "0.1.2",
      "description": "`#[cfg_eval]` in stable Rust 🙃",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "45565fc9416b9896014f5732ac776f810ee53a66730c17e4020c3ec064a8f88f"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib OR MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cfg_eval@0.1.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cfg_eval"
        },
        {
          "type": "vcs",
          "url": "https://github.com/danielhenrymantilla/cfg_eval.rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.1",
      "author": "RustCrypto Developers",
      "name": "chacha20",
      "version": "0.10.1",
      "description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/chacha20@0.10.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/chacha20"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/stream-ciphers"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
      "name": "chrono",
      "version": "0.4.45",
      "description": "Date and time library for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/chrono@0.4.45",
      "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#cmov@0.5.4",
      "author": "RustCrypto Developers",
      "name": "cmov",
      "version": "0.5.4",
      "description": "Conditional move CPU intrinsics which are guaranteed on major platforms (ARM32/ARM64, x86/x86_64, RISC-V) to execute in constant-time and not be rewritten as branches by the compiler. Provides wrappers for the CMOV family of instructions on x86/x86_64 and CSEL on AArch64, along with a portable \"best-effort\" pure Rust fallback implementation. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/cmov@0.5.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/cmov"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const-hex@1.19.1",
      "author": "DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
      "name": "const-hex",
      "version": "1.19.1",
      "description": "Fast byte array to hex string conversion",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/const-hex@1.19.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/const-hex"
        },
        {
          "type": "website",
          "url": "https://github.com/danipopes/const-hex"
        },
        {
          "type": "vcs",
          "url": "https://github.com/danipopes/const-hex"
        }
      ]
    },
    {
      "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_format@0.2.36",
      "author": "rodrimati1992 <rodrimatt1985@gmail.com>",
      "name": "const_format",
      "version": "0.2.36",
      "description": "Compile-time string formatting",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib"
        }
      ],
      "purl": "pkg:cargo/const_format@0.2.36",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/const_format/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rodrimati1992/const_format_crates/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const_format_proc_macros@0.2.34",
      "author": "rodrimati1992 <rodrimatt1985@gmail.com>",
      "name": "const_format_proc_macros",
      "version": "0.2.34",
      "description": "Implementation detail of the `const_format` crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib"
        }
      ],
      "purl": "pkg:cargo/const_format_proc_macros@0.2.34",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rodrimati1992/const_format_crates/"
        }
      ]
    },
    {
      "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#convert_case@0.10.0",
      "author": "rutrum <dave@rutrum.net>",
      "name": "convert_case",
      "version": "0.10.0",
      "description": "Convert strings into any case",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/convert_case@0.10.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rutrum/convert-case"
        }
      ]
    },
    {
      "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#cpufeatures@0.3.0",
      "author": "RustCrypto Developers",
      "name": "cpufeatures",
      "version": "0.3.0",
      "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": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/cpufeatures@0.3.0",
      "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#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.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.6",
      "author": "RustCrypto Developers",
      "name": "crypto-common",
      "version": "0.1.6",
      "description": "Common cryptographic traits",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crypto-common@0.1.6",
      "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#crypto-common@0.2.2",
      "author": "RustCrypto Developers",
      "name": "crypto-common",
      "version": "0.2.2",
      "description": "Common traits used by cryptographic algorithms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crypto-common@0.2.2",
      "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#crypto-mac@0.8.0",
      "author": "RustCrypto Developers",
      "name": "crypto-mac",
      "version": "0.8.0",
      "description": "Trait for Message Authentication Code (MAC) algorithms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/crypto-mac@0.8.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/crypto-mac"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2",
      "author": "RustCrypto Developers",
      "name": "ctr",
      "version": "0.9.2",
      "description": "CTR block modes of operation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ctr@0.9.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ctr"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/block-modes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ctutils@0.4.2",
      "author": "RustCrypto Developers",
      "name": "ctutils",
      "version": "0.4.2",
      "description": "Constant-time utility library with selection and equality testing support targeting cryptographic applications. Supports `const fn` where appropriate. Built on the `cmov` crate which provides architecture-specific predication intrinsics. Heavily inspired by the `subtle` crate. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/ctutils@0.4.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/RustCrypto/utils/tree/master/ctselect"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek-derive@0.1.1",
      "name": "curve25519-dalek-derive",
      "version": "0.1.1",
      "description": "curve25519-dalek Derives",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/curve25519-dalek-derive@0.1.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/curve25519-dalek-derive"
        },
        {
          "type": "website",
          "url": "https://github.com/dalek-cryptography/curve25519-dalek"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dalek-cryptography/curve25519-dalek"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@3.2.0",
      "author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
      "name": "curve25519-dalek",
      "version": "3.2.0",
      "description": "A pure-Rust implementation of group operations on ristretto255 and Curve25519",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/curve25519-dalek@3.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/curve25519-dalek"
        },
        {
          "type": "website",
          "url": "https://dalek.rs/curve25519-dalek"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dalek-cryptography/curve25519-dalek"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
      "author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
      "name": "curve25519-dalek",
      "version": "4.1.3",
      "description": "A pure-Rust implementation of group operations on ristretto255 and Curve25519",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/curve25519-dalek@4.1.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/curve25519-dalek"
        },
        {
          "type": "website",
          "url": "https://github.com/dalek-cryptography/curve25519-dalek"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek"
        }
      ]
    },
    {
      "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#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#derivation-path@0.2.0",
      "author": "Julian Popescu <jpopesculian@gmail.com>",
      "name": "derivation-path",
      "version": "0.2.0",
      "description": "Simple struct for dealing with BIP32/44/49 derivation paths",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/derivation-path@0.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/derivation-path/"
        },
        {
          "type": "website",
          "url": "https://github.com/jpopesculian/derivation-path"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jpopesculian/derivation-path"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0",
      "author": "mcarton <cartonmartin+git@gmail.com>",
      "name": "derivative",
      "version": "2.2.0",
      "description": "A set of alternative `derive` attributes for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/derivative@2.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://mcarton.github.io/rust-derivative/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/mcarton/rust-derivative"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#derive_more-impl@2.1.1",
      "author": "Jelte Fennema <github-tech@jeltef.nl>",
      "name": "derive_more-impl",
      "version": "2.1.1",
      "description": "Internal implementation of `derive_more` crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/derive_more-impl@2.1.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/derive_more"
        },
        {
          "type": "vcs",
          "url": "https://github.com/JelteF/derive_more"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#derive_more@2.1.1",
      "author": "Jelte Fennema <github-tech@jeltef.nl>",
      "name": "derive_more",
      "version": "2.1.1",
      "description": "Adds #[derive(x)] macros for more traits",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/derive_more@2.1.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/derive_more"
        },
        {
          "type": "vcs",
          "url": "https://github.com/JelteF/derive_more"
        }
      ]
    },
    {
      "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#digest@0.11.3",
      "author": "RustCrypto Developers",
      "name": "digest",
      "version": "0.11.3",
      "description": "Traits for cryptographic hash functions and message authentication codes",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/digest@0.11.3",
      "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#digest@0.9.0",
      "author": "RustCrypto Developers",
      "name": "digest",
      "version": "0.9.0",
      "description": "Traits for cryptographic hash functions",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/digest@0.9.0",
      "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#displaydoc@0.2.7",
      "author": "Jane Lusby <jlusby@yaah.dev>",
      "name": "displaydoc",
      "version": "0.2.7",
      "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/displaydoc@0.2.7",
      "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#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": "required",
      "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.16.9",
      "author": "RustCrypto Developers",
      "name": "ecdsa",
      "version": "0.16.9",
      "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": "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/ecdsa@0.16.9",
      "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#ed25519-dalek-bip32@0.2.0",
      "author": "Julian Popescu <jpopesculian@gmail.com>",
      "name": "ed25519-dalek-bip32",
      "version": "0.2.0",
      "description": "Simplified ed25519 BIP32 derivations",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ed25519-dalek-bip32@0.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ed25519-dalek-bip32/"
        },
        {
          "type": "website",
          "url": "https://github.com/jpopesculian/ed25519-dalek-bip32"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jpopesculian/ed25519-dalek-bip32"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@1.0.1",
      "author": "isis lovecruft <isis@patternsinthevoid.net>",
      "name": "ed25519-dalek",
      "version": "1.0.1",
      "description": "Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/ed25519-dalek@1.0.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ed25519-dalek"
        },
        {
          "type": "website",
          "url": "https://dalek.rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dalek-cryptography/ed25519-dalek"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519@1.5.3",
      "author": "RustCrypto Developers",
      "name": "ed25519",
      "version": "1.5.3",
      "description": "Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032) support library providing signature type definitions and PKCS#8 private key decoding/encoding support ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/ed25519@1.5.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ed25519"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/signatures/tree/master/ed25519"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#educe@0.6.0",
      "author": "Magic Len <len@magiclen.org>",
      "name": "educe",
      "version": "0.6.0",
      "description": "This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/educe@0.6.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://magiclen.org/educe"
        },
        {
          "type": "vcs",
          "url": "https://github.com/magiclen/educe"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0",
      "name": "either",
      "version": "1.17.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": "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/either@1.17.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.13.8",
      "author": "RustCrypto Developers",
      "name": "elliptic-curve",
      "version": "0.13.8",
      "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": "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/elliptic-curve@0.13.8",
      "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#enum-ordinalize-derive@4.4.1",
      "name": "enum-ordinalize-derive",
      "version": "4.4.1",
      "description": "This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "42e528e2d34ba8a67a1a650b86beae8ef69fc5fdb638016f386b973226590432"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/enum-ordinalize-derive@4.4.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://magiclen.org/enum-ordinalize"
        },
        {
          "type": "vcs",
          "url": "https://github.com/magiclen/enum-ordinalize"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#enum-ordinalize@4.4.2",
      "name": "enum-ordinalize",
      "version": "4.4.2",
      "description": "This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "89dd01549b09589510cf0647475075d12071456586d70f5c75c98ae2a5537677"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/enum-ordinalize@4.4.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://magiclen.org/enum-ordinalize"
        },
        {
          "type": "vcs",
          "url": "https://github.com/magiclen/enum-ordinalize"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.9.3",
      "name": "env_logger",
      "version": "0.9.3",
      "description": "A logging implementation for `log` which is configured via an environment variable. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/env_logger@0.9.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/env_logger"
        },
        {
          "type": "vcs",
          "url": "https://github.com/env-logger-rs/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#fastrand@2.5.0",
      "author": "Stjepan Glavina <stjepang@gmail.com>",
      "name": "fastrand",
      "version": "2.5.0",
      "description": "A simple and fast random number generator",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/fastrand@2.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/smol-rs/fastrand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastrlp@0.3.1",
      "name": "fastrlp",
      "version": "0.3.1",
      "description": "Fast RLP serialization library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
        }
      ],
      "licenses": [
        {
          "expression": "MPL-2.0"
        }
      ],
      "purl": "pkg:cargo/fastrlp@0.3.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/vorot93/fastrlp"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastrlp@0.4.0",
      "name": "fastrlp",
      "version": "0.4.0",
      "description": "Fast RLP serialization library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
        }
      ],
      "licenses": [
        {
          "expression": "MPL-2.0"
        }
      ],
      "purl": "pkg:cargo/fastrlp@0.4.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/vorot93/fastrlp"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#feature-probe@0.1.1",
      "author": "Jesse A. Tov <jesse.tov@gmail.com>",
      "name": "feature-probe",
      "version": "0.1.1",
      "description": "Probe for rustc features from build.rs",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/feature-probe@0.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tov/feature-probe-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ff@0.13.1",
      "author": "Sean Bowe <ewillbefull@gmail.com>, Jack Grigg <thestr4d@gmail.com>",
      "name": "ff",
      "version": "0.13.1",
      "description": "Library for building and interfacing with finite fields",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ff@0.13.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#five8@0.2.1",
      "name": "five8",
      "version": "0.2.1",
      "description": "Fast base58 encoding and decoding for 32-byte and 64-byte arrays.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a75b8549488b4715defcb0d8a8a1c1c76a80661b5fa106b4ca0e7fce59d7d875"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/five8@0.2.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/kevinheavey/five8"
        },
        {
          "type": "vcs",
          "url": "https://github.com/kevinheavey/five8"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#five8_const@0.1.4",
      "name": "five8_const",
      "version": "0.1.4",
      "description": "Compile-time base58 decoding.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "26dec3da8bc3ef08f2c04f61eab298c3ab334523e55f076354d6d6f613799a7b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/five8_const@0.1.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/kevinheavey/five8"
        },
        {
          "type": "vcs",
          "url": "https://github.com/kevinheavey/five8"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#five8_core@0.1.2",
      "name": "five8_core",
      "version": "0.1.2",
      "description": "Core utilities for the five8 crates.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2551bf44bc5f776c15044b9b94153a00198be06743e262afaaa61f11ac7523a5"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/five8_core@0.1.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/kevinheavey/five8"
        },
        {
          "type": "vcs",
          "url": "https://github.com/kevinheavey/five8"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fixed-cache@0.1.10",
      "author": "DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
      "name": "fixed-cache",
      "version": "0.1.10",
      "description": "A minimalistic, lock-free, fixed-size cache",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2fe63500644ef0269fe6b744e7e5dc5c20b5eebf3d881bc2be53f194636f6583"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/fixed-cache@0.1.10",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DaniPopes/fixed-cache"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fixed-hash@0.8.0",
      "author": "Parity Technologies <admin@parity.io>",
      "name": "fixed-hash",
      "version": "0.8.0",
      "description": "Macros to define custom fixed-size hash types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/fixed-hash@0.8.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/fixed-hash/"
        },
        {
          "type": "website",
          "url": "https://github.com/paritytech/parity-common"
        },
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/parity-common"
        }
      ]
    },
    {
      "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.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#foreign-types-shared@0.1.1",
      "author": "Steven Fackler <sfackler@gmail.com>",
      "name": "foreign-types-shared",
      "version": "0.1.1",
      "description": "An internal crate used by foreign-types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/foreign-types-shared@0.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/sfackler/foreign-types"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2",
      "author": "Steven Fackler <sfackler@gmail.com>",
      "name": "foreign-types",
      "version": "0.3.2",
      "description": "A framework for Rust wrappers over C APIs",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/foreign-types@0.3.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/sfackler/foreign-types"
        }
      ]
    },
    {
      "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#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.33",
      "name": "futures-channel",
      "version": "0.3.33",
      "description": "Channels for asynchronous communication using futures-rs. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-channel@0.3.33",
      "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.33",
      "name": "futures-core",
      "version": "0.3.33",
      "description": "The core traits and types in for the `futures` library. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-core@0.3.33",
      "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.33",
      "name": "futures-task",
      "version": "0.3.33",
      "description": "Tools for working with tasks. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-task@0.3.33",
      "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.33",
      "name": "futures-util",
      "version": "0.3.33",
      "description": "Common utilities and extension traits for the futures-rs library. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/futures-util@0.3.33",
      "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.9",
      "author": "Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>",
      "name": "generic-array",
      "version": "0.14.9",
      "description": "Generic types implementing functionality of arrays",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/generic-array@0.14.9",
      "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.1.16",
      "author": "The Rand Project Developers",
      "name": "getrandom",
      "version": "0.1.16",
      "description": "A small cross-platform library for retrieving random data from system source",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/getrandom@0.1.16",
      "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.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.3",
      "author": "The Rand Project Developers",
      "name": "getrandom",
      "version": "0.4.3",
      "description": "A small cross-platform library for retrieving random data from system source",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/getrandom@0.4.3",
      "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#group@0.13.0",
      "author": "Sean Bowe <ewillbefull@gmail.com>, Jack Grigg <jack@z.cash>",
      "name": "group",
      "version": "0.13.0",
      "description": "Elliptic curve group traits and utilities",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/group@0.13.0",
      "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#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.13.2",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "hashbrown",
      "version": "0.13.2",
      "description": "A Rust port of Google's SwissTable hash map",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hashbrown@0.13.2",
      "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.17.1",
      "name": "hashbrown",
      "version": "0.17.1",
      "description": "A Rust port of Google's SwissTable hash map",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hashbrown@0.17.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-conservative@0.2.2",
      "author": "Martin Habovštiak <martin.habovstiak@gmail.com>, Andrew Poelstra <apoelstra@wpsoftware.net>",
      "name": "hex-conservative",
      "version": "0.2.2",
      "description": "A hex encoding and decoding crate with a conservative MSRV and dependency policy.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/hex-conservative@0.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hex-conservative/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/hex-conservative"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hex-conservative@1.2.0",
      "author": "Martin Habovštiak <martin.habovstiak@gmail.com>, Andrew Poelstra <apoelstra@wpsoftware.net>",
      "name": "hex-conservative",
      "version": "1.2.0",
      "description": "A hex encoding and decoding crate with a conservative MSRV and dependency policy.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "35431185f361ccf3ffc58254628af5f1f5d5f28531da2e02e5d6c82bbc282a10"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/hex-conservative@1.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/hex-conservative"
        }
      ]
    },
    {
      "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-drbg@0.3.0",
      "author": "Wei Tang <hi@that.world>",
      "name": "hmac-drbg",
      "version": "0.3.0",
      "description": "Pure Rust implementation of Hmac DRBG.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hmac-drbg@0.3.0"
    },
    {
      "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#hmac@0.8.1",
      "author": "RustCrypto Developers",
      "name": "hmac",
      "version": "0.8.1",
      "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hmac@0.8.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#http-body-util@0.1.4",
      "author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http-body-util",
      "version": "0.1.4",
      "description": "Combinators and adapters for HTTP request or response bodies. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/http-body-util@0.1.4",
      "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@1.1.0",
      "author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http-body",
      "version": "1.1.0",
      "description": "Trait representing an asynchronous, streaming, HTTP request or response body. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/http-body@1.1.0",
      "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@1.5.0",
      "author": "Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
      "name": "http",
      "version": "1.5.0",
      "description": "A set of types for representing HTTP requests and responses. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/http@1.5.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.4.0",
      "name": "humantime",
      "version": "2.4.0",
      "description": "A parser and formatter for std::time::{Duration, SystemTime}",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/humantime@2.4.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#hybrid-array@0.4.14",
      "author": "RustCrypto Developers",
      "name": "hybrid-array",
      "version": "0.4.14",
      "description": "Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability and a transition path to const generics ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/hybrid-array@0.4.14",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/hybrid-array"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/hybrid-array"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
      "name": "hyper-rustls",
      "version": "0.27.9",
      "description": "Rustls+hyper integration for pure rust HTTPS",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/hyper-rustls@0.27.9",
      "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@1.11.0",
      "author": "Sean McArthur <sean@seanmonstar.com>",
      "name": "hyper",
      "version": "1.11.0",
      "description": "A protective and efficient HTTP library for all.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/hyper@1.11.0",
      "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#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.2.0",
      "author": "The ICU4X Project Developers",
      "name": "icu_collections",
      "version": "2.2.0",
      "description": "Collection of API for use in ICU libraries.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_collections@2.2.0",
      "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.2.0",
      "author": "The ICU4X Project Developers",
      "name": "icu_locale_core",
      "version": "2.2.0",
      "description": "API for managing Unicode Language and Locale Identifiers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_locale_core@2.2.0",
      "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.2.0",
      "author": "The ICU4X Project Developers",
      "name": "icu_normalizer",
      "version": "2.2.0",
      "description": "API for normalizing text into Unicode Normalization Forms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_normalizer@2.2.0",
      "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.2.0",
      "author": "The ICU4X Project Developers",
      "name": "icu_normalizer_data",
      "version": "2.2.0",
      "description": "Data for the icu_normalizer crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_normalizer_data@2.2.0",
      "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.2.0",
      "author": "The ICU4X Project Developers",
      "name": "icu_properties",
      "version": "2.2.0",
      "description": "Definitions for Unicode properties",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_properties@2.2.0",
      "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.2.0",
      "author": "The ICU4X Project Developers",
      "name": "icu_properties_data",
      "version": "2.2.0",
      "description": "Data for the icu_properties crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_properties_data@2.2.0",
      "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.2.0",
      "author": "The ICU4X Project Developers",
      "name": "icu_provider",
      "version": "2.2.0",
      "description": "Trait and struct definitions for the ICU data provider",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/icu_provider@2.2.0",
      "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.2",
      "author": "The rust-url developers",
      "name": "idna_adapter",
      "version": "1.2.2",
      "description": "Back end adapter for idna",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/idna_adapter@1.2.2",
      "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#impl-codec@0.6.0",
      "author": "Parity Technologies <admin@parity.io>",
      "name": "impl-codec",
      "version": "0.6.0",
      "description": "Parity Codec serialization support for uint and fixed hash.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/impl-codec@0.6.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/paritytech/parity-common"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#impl-trait-for-tuples@0.2.3",
      "author": "Bastian Köcher <git@kchr.de>",
      "name": "impl-trait-for-tuples",
      "version": "0.2.3",
      "description": "Attribute macro to implement a trait for tuples ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/impl-trait-for-tuples@0.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/impl-trait-for-tuples"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bkchr/impl-trait-for-tuples"
        }
      ]
    },
    {
      "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.14.0",
      "name": "indexmap",
      "version": "2.14.0",
      "description": "A hash table with consistent order and fast iteration.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/indexmap@2.14.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#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#itertools@0.10.5",
      "author": "bluss",
      "name": "itertools",
      "version": "0.10.5",
      "description": "Extra iterator adaptors, iterator methods, free functions, and macros.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/itertools@0.10.5",
      "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.12.1",
      "author": "bluss",
      "name": "itertools",
      "version": "0.12.1",
      "description": "Extra iterator adaptors, iterator methods, free functions, and macros.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/itertools@0.12.1",
      "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.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#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#k256@0.13.4",
      "author": "RustCrypto Developers",
      "name": "k256",
      "version": "0.13.4",
      "description": "secp256k1 elliptic curve library written in pure Rust with support for ECDSA signing/verification/public-key recovery, Taproot Schnorr signatures (BIP340), Elliptic Curve Diffie-Hellman (ECDH), and general-purpose secp256k1 elliptic curve group operations which can be used to implement arbitrary protocols ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/k256@0.13.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/k256"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/elliptic-curves/tree/master/k256"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#keccak-asm@0.1.8",
      "author": "DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
      "name": "keccak-asm",
      "version": "0.1.8",
      "description": "Simple wrappers for SHA-3 algorithms written in assembly",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dd5dc2c0d691cbf7595cde551ced329cca99c2387c2cbc97754c5d0cd045d3ee"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/keccak-asm@0.1.8",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/danipopes/keccak-asm"
        },
        {
          "type": "vcs",
          "url": "https://github.com/danipopes/keccak-asm"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#keccak@0.1.6",
      "author": "RustCrypto Developers",
      "name": "keccak",
      "version": "0.1.6",
      "description": "Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/keccak@0.1.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/keccak"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/sponges/tree/master/keccak"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#keccak@0.2.0",
      "author": "RustCrypto Developers",
      "name": "keccak",
      "version": "0.2.0",
      "description": "Pure Rust implementation of the Keccak sponge functions",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/keccak@0.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/keccak"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/sponges"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#konst@0.2.20",
      "author": "rodrimati1992 <rodrimatt1985@gmail.com>",
      "name": "konst",
      "version": "0.2.20",
      "description": "Const equivalents of std functions, compile-time comparison, and parsing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib"
        }
      ],
      "purl": "pkg:cargo/konst@0.2.20",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/konst/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rodrimati1992/konst/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#konst_macro_rules@0.2.19",
      "author": "rodrimati1992 <rodrimatt1985@gmail.com>",
      "name": "konst_macro_rules",
      "version": "0.2.19",
      "description": "Implementation detail of the konst crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib"
        }
      ],
      "purl": "pkg:cargo/konst_macro_rules@0.2.19",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/konst/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rodrimati1992/konst/"
        }
      ]
    },
    {
      "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#libc@0.2.189",
      "name": "libc",
      "version": "0.2.189",
      "description": "Raw FFI bindings to platform libraries like libc.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/libc@0.2.189",
      "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#libsecp256k1-core@0.2.2",
      "author": "Wei Tang <hi@that.world>",
      "name": "libsecp256k1-core",
      "version": "0.2.2",
      "description": "Core functions for pure Rust secp256k1 implementation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/libsecp256k1-core@0.2.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/libsecp256k1"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-gen-ecmult@0.2.1",
      "author": "Wei Tang <hi@that.world>",
      "name": "libsecp256k1-gen-ecmult",
      "version": "0.2.1",
      "description": "Generator function of const_gen for libsecp256k1.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/libsecp256k1-gen-ecmult@0.2.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/libsecp256k1"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-gen-genmult@0.2.1",
      "author": "Wei Tang <hi@that.world>",
      "name": "libsecp256k1-gen-genmult",
      "version": "0.2.1",
      "description": "Generator function of const for libsecp256k1.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/libsecp256k1-gen-genmult@0.2.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/libsecp256k1"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1@0.6.0",
      "author": "Wei Tang <hi@that.world>",
      "name": "libsecp256k1",
      "version": "0.6.0",
      "description": "Pure Rust secp256k1 implementation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/libsecp256k1@0.6.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/libsecp256k1"
        }
      ]
    },
    {
      "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#litemap@0.8.2",
      "author": "The ICU4X Project Developers",
      "name": "litemap",
      "version": "0.8.2",
      "description": "A key-value Map implementation based on a flat, sorted Vec.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/litemap@0.8.2",
      "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.33",
      "author": "The Rust Project Developers",
      "name": "log",
      "version": "0.4.33",
      "description": "A lightweight logging facade for Rust ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/log@0.4.33",
      "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#macro-string@0.2.0",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "macro-string",
      "version": "0.2.0",
      "description": "Eager evaluation of macros like `concat!` and `env!`",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "59a9dbbfc75d2688ed057456ce8a3ee3f48d12eec09229f560f3643b9f275653"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/macro-string@0.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/macro-string"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/macro-string"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
      "author": "Eliza Weisman <eliza@buoyant.io>",
      "name": "matchers",
      "version": "0.2.0",
      "description": "Regex matching on character and byte streams. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/matchers@0.2.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/matchers/"
        },
        {
          "type": "website",
          "url": "https://github.com/hawkw/matchers"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hawkw/matchers"
        }
      ]
    },
    {
      "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#memchr@2.8.3",
      "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
      "name": "memchr",
      "version": "2.8.3",
      "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": "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/memchr@2.8.3",
      "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.5.10",
      "author": "Dan Burkert <dan@danburkert.com>, Yevhenii Reizner <razrfalcon@gmail.com>",
      "name": "memmap2",
      "version": "0.5.10",
      "description": "Cross-platform Rust API for memory-mapped file IO",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/memmap2@0.5.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#merlin@3.0.0",
      "author": "Henry de Valence <hdevalence@hdevalence.ca>",
      "name": "merlin",
      "version": "3.0.0",
      "description": "Composable proof transcripts for public-coin arguments of knowledge",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/merlin@3.0.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/merlin"
        },
        {
          "type": "website",
          "url": "https://docs.rs/merlin"
        },
        {
          "type": "vcs",
          "url": "https://github.com/zkcrypto/merlin"
        }
      ]
    },
    {
      "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#mio@1.2.2",
      "author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
      "name": "mio",
      "version": "1.2.2",
      "description": "Lightweight non-blocking I/O.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/mio@1.2.2",
      "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#nu-ansi-term@0.50.3",
      "author": "ogham@bsago.me, Ryan Scheel (Havvy) <ryan.havvy@gmail.com>, Josh Triplett <josh@joshtriplett.org>, The Nushell Project Developers",
      "name": "nu-ansi-term",
      "version": "0.50.3",
      "description": "Library for ANSI terminal colors and styles (bold, underline)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/nu-ansi-term@0.50.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/nushell/nu-ansi-term"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
      "author": "The Rust Project Developers",
      "name": "num-bigint",
      "version": "0.4.8",
      "description": "Big integer implementation for Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-bigint@0.4.8",
      "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-conv@0.2.2",
      "author": "Jacob Pratt <jacob@jhpratt.dev>",
      "name": "num-conv",
      "version": "0.2.2",
      "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": "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-conv@0.2.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jhpratt/num-conv"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
      "author": "The Rust Project Developers",
      "name": "num-derive",
      "version": "0.4.2",
      "description": "Numeric syntax extensions",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num-derive@0.4.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/num-derive"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-num/num-derive"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-num/num-derive"
        }
      ]
    },
    {
      "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-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_enum@0.7.6",
      "author": "Daniel Wagner-Hall <dawagner@gmail.com>, Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>, Vincent Esche <regexident@gmail.com>",
      "name": "num_enum",
      "version": "0.7.6",
      "description": "Procedural macros to make inter-operation between primitives and enums easier.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause OR MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num_enum@0.7.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/illicitonion/num_enum"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.7.6",
      "author": "Daniel Wagner-Hall <dawagner@gmail.com>, Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>, Vincent Esche <regexident@gmail.com>",
      "name": "num_enum_derive",
      "version": "0.7.6",
      "description": "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause OR MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/num_enum_derive@0.7.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/illicitonion/num_enum"
        }
      ]
    },
    {
      "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#opaque-debug@0.3.1",
      "author": "RustCrypto Developers",
      "name": "opaque-debug",
      "version": "0.3.1",
      "description": "Macro for opaque Debug trait implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/opaque-debug@0.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/opaque-debug"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1",
      "name": "openssl-macros",
      "version": "0.1.1",
      "description": "Internal macros used by the openssl crate.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/openssl-macros@0.1.1"
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.117",
      "author": "Alex Crichton <alex@alexcrichton.com>, Steven Fackler <sfackler@gmail.com>",
      "name": "openssl-sys",
      "version": "0.9.117",
      "description": "FFI bindings to OpenSSL",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/openssl-sys@0.9.117",
      "externalReferences": [
        {
          "type": "other",
          "url": "openssl"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-openssl/rust-openssl"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.81",
      "author": "Steven Fackler <sfackler@gmail.com>",
      "name": "openssl",
      "version": "0.10.81",
      "description": "OpenSSL bindings",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/openssl@0.10.81",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rust-openssl/rust-openssl"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parity-scale-codec-derive@3.7.5",
      "author": "Parity Technologies <admin@parity.io>",
      "name": "parity-scale-codec-derive",
      "version": "3.7.5",
      "description": "Serialization and deserialization derive macro for Parity SCALE Codec",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/parity-scale-codec-derive@3.7.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/parity-scale-codec"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parity-scale-codec@3.7.5",
      "author": "Parity Technologies <admin@parity.io>",
      "name": "parity-scale-codec",
      "version": "3.7.5",
      "description": "SCALE - Simple Concatenating Aggregated Little Endians",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/parity-scale-codec@3.7.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/parity-scale-codec"
        }
      ]
    },
    {
      "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#pbkdf2@0.11.0",
      "author": "RustCrypto Developers",
      "name": "pbkdf2",
      "version": "0.11.0",
      "description": "Generic implementation of PBKDF2",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pbkdf2@0.11.0",
      "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#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#pest@2.8.8",
      "author": "Dragoș Tiselice <dragostiselice@gmail.com>",
      "name": "pest",
      "version": "2.8.8",
      "description": "The Elegant Parser",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7df728be843c7070fab6ab7c328c4e9e9d78e23bf749c0669c86ee7ebfa050a2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pest@2.8.8",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/pest"
        },
        {
          "type": "website",
          "url": "https://pest.rs/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/pest-parser/pest"
        }
      ]
    },
    {
      "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#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#pkg-config@0.3.33",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "pkg-config",
      "version": "0.3.33",
      "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": "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/pkg-config@0.3.33",
      "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#polyval@0.6.2",
      "author": "RustCrypto Developers",
      "name": "polyval",
      "version": "0.6.2",
      "description": "POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC) ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/polyval@0.6.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/polyval"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/universal-hashes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
      "author": "The ICU4X Project Developers",
      "name": "potential_utf",
      "version": "0.1.5",
      "description": "Unvalidated string and character types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/potential_utf@0.1.5",
      "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#primitive-types@0.12.2",
      "author": "Parity Technologies <admin@parity.io>",
      "name": "primitive-types",
      "version": "0.12.2",
      "description": "Primitive types shared by Ethereum and Substrate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/primitive-types@0.12.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/paritytech/parity-common"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@0.1.5",
      "author": "Bastian Köcher <git@kchr.de>",
      "name": "proc-macro-crate",
      "version": "0.1.5",
      "description": "Replacement for crate (macro_rules keyword) in proc-macros ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/proc-macro-crate@0.1.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/proc-macro-crate"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bkchr/proc-macro-crate"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.5.0",
      "author": "Bastian Köcher <git@kchr.de>",
      "name": "proc-macro-crate",
      "version": "3.5.0",
      "description": "Replacement for crate (macro_rules keyword) in proc-macros ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/proc-macro-crate@3.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/proc-macro-crate"
        },
        {
          "type": "vcs",
          "url": "https://github.com/bkchr/proc-macro-crate"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr3@3.0.1",
      "author": "CreepySkeleton <creepy-skeleton@yandex.ru>, GnomedDev <david2005thomas@gmail.com>, gamma0987 <gamma0987@posteo.de>",
      "name": "proc-macro-error-attr3",
      "version": "3.0.1",
      "description": "Attribute macro for the proc-macro-error3 crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "82366fd7d8b7a440d66d13418820c69df9b3908bcb1a0476d7f5ce5d12f5a04d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/proc-macro-error-attr3@3.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/gamma0987/proc-macro-error3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error3@3.0.1",
      "author": "CreepySkeleton <creepy-skeleton@yandex.ru>, GnomedDev <david2005thomas@gmail.com>, gamma0987 <gamma0987@posteo.de>",
      "name": "proc-macro-error3",
      "version": "3.0.1",
      "description": "Almost drop-in replacement to panics in proc-macros",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b511283ea8a74b4b39447b128c5d00f03a356b7424554b13e298a5550100d9ac"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/proc-macro-error3@3.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/gamma0987/proc-macro-error3"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
      "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
      "name": "proc-macro2",
      "version": "1.0.107",
      "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": "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/proc-macro2@1.0.107",
      "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#proptest@1.11.0",
      "author": "Jason Lingle",
      "name": "proptest",
      "version": "1.11.0",
      "description": "Hypothesis-like property-based testing and shrinking. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/proptest@1.11.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/proptest/latest/proptest/"
        },
        {
          "type": "website",
          "url": "https://proptest-rs.github.io/proptest/proptest/index.html"
        },
        {
          "type": "vcs",
          "url": "https://github.com/proptest-rs/proptest"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#qstring@0.7.2",
      "author": "Martin Algesten <martin@algesten.se>",
      "name": "qstring",
      "version": "0.7.2",
      "description": "Query string parser",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/qstring@0.7.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/qstring"
        },
        {
          "type": "vcs",
          "url": "https://github.com/algesten/qstring"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quick-error@1.2.3",
      "author": "Paul Colomiets <paul@colomiets.name>, Colin Kiegel <kiegel@gmx.de>",
      "name": "quick-error",
      "version": "1.2.3",
      "description": "    A macro which makes error types pleasant to write. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quick-error@1.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "http://docs.rs/quick-error"
        },
        {
          "type": "website",
          "url": "http://github.com/tailhook/quick-error"
        },
        {
          "type": "vcs",
          "url": "http://github.com/tailhook/quick-error"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.16",
      "name": "quinn-proto",
      "version": "0.11.16",
      "description": "State machine for the QUIC transport protocol",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quinn-proto@0.11.16",
      "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.15",
      "name": "quinn-udp",
      "version": "0.5.15",
      "description": "UDP sockets with ECN information for the QUIC transport protocol",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quinn-udp@0.5.15",
      "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.11",
      "name": "quinn",
      "version": "0.11.11",
      "description": "Versatile QUIC transport protocol implementation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quinn@0.11.11",
      "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.47",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "quote",
      "version": "1.0.47",
      "description": "Quasi-quoting macro quote!(...)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/quote@1.0.47",
      "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.10.2",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand",
      "version": "0.10.2",
      "description": "Random number generators and other randomness functionality. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand@0.10.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@0.7.3",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand",
      "version": "0.7.3",
      "description": "Random number generators and other randomness functionality. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand@0.7.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://rust-random.github.io/rand/"
        },
        {
          "type": "website",
          "url": "https://crates.io/crates/rand"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-random/rand"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.7",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand",
      "version": "0.8.7",
      "description": "Random number generators and other randomness functionality. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand@0.8.7",
      "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.5",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand",
      "version": "0.9.5",
      "description": "Random number generators and other randomness functionality. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand@0.9.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_chacha@0.2.2",
      "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors",
      "name": "rand_chacha",
      "version": "0.2.2",
      "description": "ChaCha random number generator ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_chacha@0.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://rust-random.github.io/rand/rand_chacha/"
        },
        {
          "type": "website",
          "url": "https://crates.io/crates/rand_chacha"
        },
        {
          "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.10.1",
      "author": "The Rand Project Developers",
      "name": "rand_core",
      "version": "0.10.1",
      "description": "Core random number generation traits and tools for implementation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_core@0.10.1",
      "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_core"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.5.1",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand_core",
      "version": "0.5.1",
      "description": "Core random number generator traits and tools for implementation. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_core@0.5.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://rust-random.github.io/rand/rand_core/"
        },
        {
          "type": "website",
          "url": "https://crates.io/crates/rand_core"
        },
        {
          "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_pcg@0.10.2",
      "author": "The Rand Project Developers",
      "name": "rand_pcg",
      "version": "0.10.2",
      "description": "Selected PCG random number generators",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_pcg@0.10.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_pcg"
        },
        {
          "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#rand_xorshift@0.4.0",
      "author": "The Rand Project Developers, The Rust Project Developers",
      "name": "rand_xorshift",
      "version": "0.4.0",
      "description": "Xorshift random number generator ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rand_xorshift@0.4.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rand_xorshift"
        },
        {
          "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#rapidhash@4.5.1",
      "author": "Liam Gray <gmail@liamg.me>",
      "name": "rapidhash",
      "version": "4.5.1",
      "description": "An extremely fast, high quality, platform-independent hashing algorithm.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rapidhash@4.5.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rapidhash"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hoxxep/rapidhash"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.26",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "ref-cast-impl",
      "version": "1.0.26",
      "description": "Derive implementation for ref_cast::RefCast.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ref-cast-impl@1.0.26",
      "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.26",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "ref-cast",
      "version": "1.0.26",
      "description": "Safely cast &T to &U where the struct U contains a single field of type T.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ref-cast@1.0.26",
      "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.16",
      "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
      "name": "regex-automata",
      "version": "0.4.16",
      "description": "Automata construction and matching using regular expressions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/regex-automata@0.4.16",
      "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-syntax@0.8.11",
      "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
      "name": "regex-syntax",
      "version": "0.8.11",
      "description": "A regular expression parser.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/regex-syntax@0.8.11",
      "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.13.1",
      "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
      "name": "regex",
      "version": "1.13.1",
      "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": "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/regex@1.13.1",
      "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#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.4.0",
      "author": "RustCrypto Developers",
      "name": "rfc6979",
      "version": "0.4.0",
      "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": "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/rfc6979@0.4.0",
      "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#rlp@0.5.2",
      "author": "Parity Technologies <admin@parity.io>",
      "name": "rlp",
      "version": "0.5.2",
      "description": "Recursive-length prefix encoding, decoding, and compression",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rlp@0.5.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/parity-common"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ruint-macro@1.2.1",
      "author": "Remco Bloemen <remco@wicked.ventures>",
      "name": "ruint-macro",
      "version": "1.2.1",
      "description": "The `uint!` macro for `Uint` and `Bits` literals",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/ruint-macro@1.2.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/recmo/uint"
        },
        {
          "type": "vcs",
          "url": "https://github.com/recmo/uint"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ruint@1.20.0",
      "author": "Remco Bloemen <remco@wicked.ventures>",
      "name": "ruint",
      "version": "1.20.0",
      "description": "Unsigned integer type with const-generic bit length",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f5e99bff0393163bb25029a6af25d3d8d202ba5b5438a74d1bd8789f5c822970"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/ruint@1.20.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/ruint"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/ruint"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.3",
      "author": "The Rust Project Developers",
      "name": "rustc-hash",
      "version": "2.1.3",
      "description": "A speedy, non-cryptographic hashing algorithm used by rustc",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustc-hash@2.1.3",
      "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-hex@2.1.0",
      "author": "The Rust Project Developers, debris <marek.kotewicz@gmail.com>, Robert Habermeier",
      "name": "rustc-hex",
      "version": "2.1.0",
      "description": "rustc-serialize compatible hex conversion traits ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rustc-hex@2.1.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/debris/rustc-hex"
        },
        {
          "type": "vcs",
          "url": "https://github.com/debris/rustc-hex"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.3.3",
      "author": "Marvin Löbel <loebel.marvin@gmail.com>",
      "name": "rustc_version",
      "version": "0.3.3",
      "description": "A library for querying the version of a installed rustc compiler",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rustc_version@0.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rustc_version/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Kimundi/rustc-version-rs"
        }
      ]
    },
    {
      "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@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-pki-types@1.15.1",
      "name": "rustls-pki-types",
      "version": "1.15.1",
      "description": "Shared types for the rustls PKI ecosystem",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rustls-pki-types@1.15.1",
      "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.103.13",
      "name": "rustls-webpki",
      "version": "0.103.13",
      "description": "Web PKI X.509 Certificate Verification.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
        }
      ],
      "licenses": [
        {
          "expression": "ISC"
        }
      ],
      "purl": "pkg:cargo/rustls-webpki@0.103.13",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/rustls/webpki"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.43",
      "name": "rustls",
      "version": "0.23.43",
      "description": "Rustls is a modern TLS library written in Rust.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR ISC OR MIT"
        }
      ],
      "purl": "pkg:cargo/rustls@0.23.43",
      "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.23",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "rustversion",
      "version": "1.0.23",
      "description": "Conditional compilation according to rustc compiler version",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rustversion@1.0.23",
      "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#rusty-fork@0.3.1",
      "author": "Jason Lingle",
      "name": "rusty-fork",
      "version": "0.3.1",
      "description": "Cross-platform library for running Rust tests in sub-processes using a fork-like interface. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/rusty-fork@0.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/rusty-fork"
        },
        {
          "type": "vcs",
          "url": "https://github.com/altsysrq/rusty-fork"
        }
      ]
    },
    {
      "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#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.2",
      "author": "Graham Esau <gesau@hotmail.co.uk>",
      "name": "schemars",
      "version": "1.2.2",
      "description": "Generate JSON Schemas from Rust code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/schemars@1.2.2",
      "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#sec1@0.7.3",
      "author": "RustCrypto Developers",
      "name": "sec1",
      "version": "0.7.3",
      "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": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/sec1@0.7.3",
      "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#secp256k1-sys@0.11.0",
      "author": "Dawid Ciężarkiewicz <dpc@ucore.info>, Andrew Poelstra <apoelstra@wpsoftware.net>, Steven Roose <steven@stevenroose.org>",
      "name": "secp256k1-sys",
      "version": "0.11.0",
      "description": "FFI for Pieter Wuille's `libsecp256k1` library.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dcb913707158fadaf0d8702c2db0e857de66eb003ccfdda5924b5f5ac98efb38"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/secp256k1-sys@0.11.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/secp256k1-sys/"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-bitcoin/rust-secp256k1/"
        },
        {
          "type": "other",
          "url": "rustsecp256k1_v0_11"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/rust-secp256k1/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#secp256k1@0.31.1",
      "author": "Dawid Ciężarkiewicz <dpc@ucore.info>, Andrew Poelstra <apoelstra@wpsoftware.net>",
      "name": "secp256k1",
      "version": "0.31.1",
      "description": "Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2"
        }
      ],
      "licenses": [
        {
          "expression": "CC0-1.0"
        }
      ],
      "purl": "pkg:cargo/secp256k1@0.31.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/secp256k1/"
        },
        {
          "type": "website",
          "url": "https://github.com/rust-bitcoin/rust-secp256k1/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/rust-bitcoin/rust-secp256k1/"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#semver-parser@0.10.3",
      "author": "Steve Klabnik <steve@steveklabnik.com>",
      "name": "semver-parser",
      "version": "0.10.3",
      "description": "Parsing of the semver spec. ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/semver-parser@0.10.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/semver-parser"
        },
        {
          "type": "website",
          "url": "https://github.com/steveklabnik/semver-parser"
        },
        {
          "type": "vcs",
          "url": "https://github.com/steveklabnik/semver-parser"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#semver@0.11.0",
      "author": "Steve Klabnik <steve@steveklabnik.com>, The Rust Project Developers",
      "name": "semver",
      "version": "0.11.0",
      "description": "Semantic version parsing and comparison. ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/semver@0.11.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/crate/semver/"
        },
        {
          "type": "website",
          "url": "https://docs.rs/crate/semver/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/steveklabnik/semver"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "semver",
      "version": "1.0.28",
      "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/semver@1.0.28",
      "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#serde-big-array@0.5.1",
      "author": "est31 <MTest31@outlook.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde-big-array",
      "version": "0.5.1",
      "description": "Big array helper for serde.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde-big-array@0.5.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde-big-array"
        },
        {
          "type": "vcs",
          "url": "https://github.com/est31/serde-big-array"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde",
      "version": "1.0.229",
      "description": "A generic serialization/deserialization framework",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde@1.0.229",
      "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_bytes@0.11.19",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "serde_bytes",
      "version": "0.11.19",
      "description": "Optimized handling of `&[u8]` and `Vec<u8>` for Serde",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_bytes@0.11.19",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/serde_bytes"
        },
        {
          "type": "vcs",
          "url": "https://github.com/serde-rs/bytes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde_core",
      "version": "1.0.229",
      "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_core@1.0.229",
      "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.229",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde_derive",
      "version": "1.0.229",
      "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_derive@1.0.229",
      "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.151",
      "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
      "name": "serde_json",
      "version": "1.0.151",
      "description": "A JSON serialization file format",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_json@1.0.151",
      "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_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.21.0",
      "author": "Jonas Bushart, Marcin Kaźmierczak",
      "name": "serde_with",
      "version": "3.21.0",
      "description": "Custom de/serialization functions for Rust's serde",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_with@3.21.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.21.0",
      "author": "Jonas Bushart",
      "name": "serde_with_macros",
      "version": "3.21.0",
      "description": "proc-macro library for serde_with",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/serde_with_macros@3.21.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#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#sha2@0.9.9",
      "author": "RustCrypto Developers",
      "name": "sha2",
      "version": "0.9.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": "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sha2@0.9.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#sha3-asm@0.1.8",
      "author": "DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
      "name": "sha3-asm",
      "version": "0.1.8",
      "description": "Raw bindings for SHA-3 algorithms written in assembly",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a6287fd675f713484342a89cbf0a386abef5f15919cfad607e5e1f19e1e15331"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-3-Clause"
        }
      ],
      "purl": "pkg:cargo/sha3-asm@0.1.8",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/danipopes/keccak-asm/tree/master/sha3-asm"
        },
        {
          "type": "vcs",
          "url": "https://github.com/danipopes/keccak-asm"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha3@0.10.9",
      "author": "RustCrypto Developers",
      "name": "sha3",
      "version": "0.10.9",
      "description": "Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sha3@0.10.9",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sha3"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/hashes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha3@0.11.0",
      "author": "RustCrypto Developers",
      "name": "sha3",
      "version": "0.11.0",
      "description": "Implementation of the SHA-3 family of cryptographic hash algorithms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/sha3@0.11.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sha3"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/hashes"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7",
      "author": "Eliza Weisman <eliza@buoyant.io>",
      "name": "sharded-slab",
      "version": "0.1.7",
      "description": "A lock-free concurrent slab. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/sharded-slab@0.1.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/sharded-slab/"
        },
        {
          "type": "website",
          "url": "https://github.com/hawkw/sharded-slab"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hawkw/sharded-slab"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
      "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": "2.0.1",
      "description": "Split a string into shell words, like Python's shlex.",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/shlex@2.0.1",
      "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#signal-hook@0.3.18",
      "author": "Michal 'vorner' Vaner <vorner@vorner.cz>, Thomas Himmelstoss <thimm@posteo.de>",
      "name": "signal-hook",
      "version": "0.3.18",
      "description": "Unix signal handling",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/signal-hook@0.3.18",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/signal-hook"
        },
        {
          "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#siphasher@0.3.11",
      "author": "Frank Denis <github@pureftpd.org>",
      "name": "siphasher",
      "version": "0.3.11",
      "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/siphasher@0.3.11",
      "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#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.2",
      "author": "The Servo Project Developers",
      "name": "smallvec",
      "version": "1.15.2",
      "description": "'Small vector' optimization: store up to a small number of items on the stack",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/smallvec@1.15.2",
      "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#socket2@0.6.5",
      "author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
      "name": "socket2",
      "version": "0.6.5",
      "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/socket2@0.6.5",
      "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#solana-account-info@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-account-info",
      "version": "2.3.0",
      "description": "Solana AccountInfo and related definitions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c8f5152a288ef1912300fc6efa6c2d1f9bb55d9398eb6c72326360b8063987da"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-account-info@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-account-info"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-account",
      "version": "2.2.1",
      "description": "Solana Account type",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0f949fe4edaeaea78c844023bfc1c898e0b1f5a100f8a8d2d0f85d0a7b090258"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-account@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-account"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-address-lookup-table-interface@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-address-lookup-table-interface",
      "version": "2.2.2",
      "description": "Solana address lookup table interface.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d1673f67efe870b64a65cb39e6194be5b26527691ce5922909939961a6e6b395"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-address-lookup-table-interface@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-address-lookup-table-interface"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-atomic-u64@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-atomic-u64",
      "version": "2.2.1",
      "description": "Solana atomic u64 implementation. For internal use only.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d52e52720efe60465b052b9e7445a01c17550666beec855cce66f44766697bc2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-atomic-u64@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-atomic-u64"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-big-mod-exp@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-big-mod-exp",
      "version": "2.2.1",
      "description": "Solana big integer modular exponentiation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "75db7f2bbac3e62cfd139065d15bcda9e2428883ba61fc8d27ccb251081e7567"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-big-mod-exp@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-big-mod-exp"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-bincode@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-bincode",
      "version": "2.2.1",
      "description": "Solana bincode utilities",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "19a3787b8cf9c9fe3dd360800e8b70982b9e5a8af9e11c354b6665dd4a003adc"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-bincode@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-bincode"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-blake3-hasher@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-blake3-hasher",
      "version": "2.2.1",
      "description": "Solana BLAKE3 hashing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a1a0801e25a1b31a14494fc80882a036be0ffd290efc4c2d640bfcca120a4672"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-blake3-hasher@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-blake3-hasher"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-bn254@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-bn254",
      "version": "2.2.2",
      "description": "Solana BN254",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4420f125118732833f36facf96a27e7b78314b2d642ba07fa9ffdacd8d79e243"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-bn254@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-bn254"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-borsh@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-borsh",
      "version": "2.2.1",
      "description": "Solana Borsh utilities",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "718333bcd0a1a7aed6655aa66bef8d7fb047944922b2d3a18f49cbc13e73d004"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-borsh@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-borsh"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-client-traits@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-client-traits",
      "version": "2.2.1",
      "description": "Traits for Solana clients",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "83f0071874e629f29e0eb3dab8a863e98502ac7aba55b7e0df1803fc5cac72a7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-client-traits@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-client-traits"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-clock",
      "version": "2.2.3",
      "description": "Solana Clock and Time Definitions",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f8584296123df8fe229b95e2ebfd37ae637fe9db9b7d4dd677ac5a78e80dbfce"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-clock@2.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-clock"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-cluster-type@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-cluster-type",
      "version": "2.2.1",
      "description": "Solana ClusterType enum",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7ace9fea2daa28354d107ea879cff107181d85cd4e0f78a2bedb10e1a428c97e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-cluster-type@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-cluster-type"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-commitment-config@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-commitment-config",
      "version": "2.2.1",
      "description": "Solana commitment config.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ac49c4dde3edfa832de1697e9bcdb7c3b3f7cb7a1981b7c62526c8bb6700fb73"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-commitment-config@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-commitment-config"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-compute-budget-interface@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-compute-budget-interface",
      "version": "2.2.2",
      "description": "Solana compute budget interface.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8432d2c4c22d0499aa06d62e4f7e333f81777b3d7c96050ae9e5cb71a8c3aee4"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-compute-budget-interface@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-compute-budget-interface"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-cpi",
      "version": "2.2.1",
      "description": "Solana Cross-program Invocation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8dc71126edddc2ba014622fc32d0f5e2e78ec6c5a1e0eb511b85618c09e9ea11"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-cpi@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-cpi"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-curve25519@2.3.13",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-curve25519",
      "version": "2.3.13",
      "description": "Solana Curve25519 Syscalls",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "eae4261b9a8613d10e77ac831a8fa60b6fa52b9b103df46d641deff9f9812a23"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-curve25519@2.3.13",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-curve25519"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-decode-error",
      "version": "2.3.0",
      "description": "Solana DecodeError Trait",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8c781686a18db2f942e70913f7ca15dc120ec38dcab42ff7557db2c70c625a35"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-decode-error@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-decode-error"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-define-syscall@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-define-syscall",
      "version": "2.3.0",
      "description": "Solana define_syscall macro and core syscall definitions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2ae3e2abcf541c8122eafe9a625d4d194b4023c20adde1e251f94e056bb1aee2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-define-syscall@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-define-syscall"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-derivation-path@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-derivation-path",
      "version": "2.2.1",
      "description": "Solana BIP44 derivation paths.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "939756d798b25c5ec3cca10e06212bdca3b1443cb9bb740a38124f58b258737b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-derivation-path@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-derivation-path"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-ed25519-program@2.2.3",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-ed25519-program",
      "version": "2.2.3",
      "description": "Instructions for the Solana ed25519 native program",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a1feafa1691ea3ae588f99056f4bdd1293212c7ece28243d7da257c443e84753"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-ed25519-program@2.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-ed25519-program"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-info@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-epoch-info",
      "version": "2.2.1",
      "description": "Information about a Solana epoch.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "90ef6f0b449290b0b9f32973eefd95af35b01c5c0c34c569f936c34c5b20d77b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-epoch-info@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-epoch-info"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-rewards-hasher@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-epoch-rewards-hasher",
      "version": "2.2.1",
      "description": "Solana epoch rewards hasher.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "96c5fd2662ae7574810904585fd443545ed2b568dbd304b25a31e79ccc76e81b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-epoch-rewards-hasher@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-epoch-rewards-hasher"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-rewards@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-epoch-rewards",
      "version": "2.2.1",
      "description": "Solana epoch rewards sysvar.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "86b575d3dd323b9ea10bb6fe89bf6bf93e249b215ba8ed7f68f1a3633f384db7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-epoch-rewards@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-epoch-rewards"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-schedule@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-epoch-schedule",
      "version": "2.2.1",
      "description": "Configuration for Solana epochs and slots.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3fce071fbddecc55d727b1d7ed16a629afe4f6e4c217bc8d00af3b785f6f67ed"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-epoch-schedule@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-epoch-schedule"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-example-mocks@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-example-mocks",
      "version": "2.2.1",
      "description": "Solana mock types for use in examples",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "84461d56cbb8bb8d539347151e0525b53910102e4bced875d49d5139708e39d3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-example-mocks@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-example-mocks"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-feature-gate-interface@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-feature-gate-interface",
      "version": "2.2.2",
      "description": "Solana feature gate program interface.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "43f5c5382b449e8e4e3016fb05e418c53d57782d8b5c30aa372fc265654b956d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-feature-gate-interface@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-feature-gate-interface"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-feature-set",
      "version": "2.2.5",
      "description": "Solana runtime features.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "93b93971e289d6425f88e6e3cb6668c4b05df78b3c518c249be55ced8efd6b6d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-feature-set@2.2.5",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-feature-set"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-fee-calculator@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-fee-calculator",
      "version": "2.2.1",
      "description": "Solana transaction fee calculation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d89bc408da0fb3812bc3008189d148b4d3e08252c79ad810b245482a3f70cd8d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-fee-calculator@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-fee-calculator"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-fee-structure@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-fee-structure",
      "version": "2.3.0",
      "description": "Solana fee structures.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "33adf673581c38e810bf618f745bf31b683a0a4a4377682e6aaac5d9a058dd4e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-fee-structure@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-fee-structure"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-genesis-config@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-genesis-config",
      "version": "2.3.0",
      "description": "A Solana network's genesis config.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b3725085d47b96d37fef07a29d78d2787fc89a0b9004c66eed7753d1e554989f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-genesis-config@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-genesis-config"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-hard-forks@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-hard-forks",
      "version": "2.2.1",
      "description": "The list of slot boundaries at which a hard fork should occur.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b6c28371f878e2ead55611d8ba1b5fb879847156d04edea13693700ad1a28baf"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-hard-forks@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-hard-forks"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-hash",
      "version": "2.3.0",
      "description": "Solana wrapper for the 32-byte output of a hashing algorithm.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b5b96e9f0300fa287b545613f007dfe20043d7812bee255f418c1eb649c93b63"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-hash@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-hash"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-inflation@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-inflation",
      "version": "2.2.1",
      "description": "Configuration for Solana network inflation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "23eef6a09eb8e568ce6839573e4966850e85e9ce71e6ae1a6c930c1c43947de3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-inflation@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-inflation"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-instruction",
      "version": "2.3.3",
      "description": "Types for directing the execution of Solana programs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bab5682934bd1f65f8d2c16f21cb532526fcc1a09f796e2cacdb091eee5774ad"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-instruction@2.3.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-instruction"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-instructions-sysvar@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-instructions-sysvar",
      "version": "2.2.2",
      "description": "Type for instruction introspection during execution of Solana programs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e0e85a6fad5c2d0c4f5b91d34b8ca47118fc593af706e523cdbedf846a954f57"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-instructions-sysvar@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-instructions-sysvar"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-keccak-hasher@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-keccak-hasher",
      "version": "2.2.1",
      "description": "Solana Keccak hashing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c7aeb957fbd42a451b99235df4942d96db7ef678e8d5061ef34c9b34cae12f79"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-keccak-hasher@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-keccak-hasher"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-keypair@2.2.3",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-keypair",
      "version": "2.2.3",
      "description": "Concrete implementation of a Solana `Signer`.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bd3f04aa1a05c535e93e121a95f66e7dcccf57e007282e8255535d24bf1e98bb"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-keypair@2.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-keypair"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-last-restart-slot@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-last-restart-slot",
      "version": "2.2.1",
      "description": "Types and utilities for the Solana LastRestartSlot sysvar.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4a6360ac2fdc72e7463565cd256eedcf10d7ef0c28a1249d261ec168c1b55cdd"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-last-restart-slot@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-last-restart-slot"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v2-interface@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-loader-v2-interface",
      "version": "2.2.1",
      "description": "Solana non-upgradable BPF loader v2 instructions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d8ab08006dad78ae7cd30df8eea0539e207d08d91eaefb3e1d49a446e1c49654"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-loader-v2-interface@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-loader-v2-interface"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v3-interface@5.0.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-loader-v3-interface",
      "version": "5.0.0",
      "description": "Solana loader V3 interface.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6f7162a05b8b0773156b443bccd674ea78bb9aa406325b467ea78c06c99a63a2"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-loader-v3-interface@5.0.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-loader-v3-interface"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v4-interface@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-loader-v4-interface",
      "version": "2.2.1",
      "description": "Solana loader V4 interface.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "706a777242f1f39a83e2a96a2a6cb034cb41169c6ecbee2cf09cb873d9659e7e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-loader-v4-interface@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-loader-v4-interface"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-logger@2.3.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-logger",
      "version": "2.3.1",
      "description": "Solana Logger",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "db8e777ec1afd733939b532a42492d888ec7c88d8b4127a5d867eb45c6eb5cd5"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-logger@2.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-logger"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-message",
      "version": "2.4.0",
      "description": "Solana transaction message types.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1796aabce376ff74bf89b78d268fa5e683d7d7a96a0a4e4813ec34de49d5314b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-message@2.4.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-message"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-msg",
      "version": "2.2.1",
      "description": "Solana msg macro.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f36a1a14399afaabc2781a1db09cb14ee4cc4ee5c7a5a3cfcc601811379a8092"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-msg@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-msg"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-native-token@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-native-token",
      "version": "2.3.0",
      "description": "Definitions for the native SOL token and its fractional lamports.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "61515b880c36974053dd499c0510066783f0cc6ac17def0c7ef2a244874cf4a9"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-native-token@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-native-token"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-nonce-account@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-nonce-account",
      "version": "2.2.1",
      "description": "Solana nonce account utils.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cde971a20b8dbf60144d6a84439dda86b5466e00e2843091fe731083cda614da"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-nonce-account@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-nonce-account"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-nonce@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-nonce",
      "version": "2.2.1",
      "description": "Solana durable transaction nonces.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "703e22eb185537e06204a5bd9d509b948f0066f2d1d814a6f475dafb3ddf1325"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-nonce@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-nonce"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-offchain-message@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-offchain-message",
      "version": "2.2.1",
      "description": "Solana offchain message signing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b526398ade5dea37f1f147ce55dae49aa017a5d7326606359b0445ca8d946581"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-offchain-message@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-offchain-message"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-packet@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-packet",
      "version": "2.2.1",
      "description": "The definition of a Solana network packet.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "004f2d2daf407b3ec1a1ca5ec34b3ccdfd6866dd2d3c7d0715004a96e4b6d127"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-packet@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-packet"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-poh-config@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-poh-config",
      "version": "2.2.1",
      "description": "Definitions of Solana's proof of history.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d650c3b4b9060082ac6b0efbbb66865089c58405bfb45de449f3f2b91eccee75"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-poh-config@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-poh-config"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-precompile-error@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-precompile-error",
      "version": "2.2.2",
      "description": "Solana PrecompileError type",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4d87b2c1f5de77dfe2b175ee8dd318d196aaca4d0f66f02842f80c852811f9f8"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-precompile-error@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-precompile-error"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-precompiles@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-precompiles",
      "version": "2.2.2",
      "description": "Solana precompiled programs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "36e92768a57c652edb0f5d1b30a7d0bc64192139c517967c18600debe9ae3832"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-precompiles@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-precompiles"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-presigner@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-presigner",
      "version": "2.2.1",
      "description": "A Solana `Signer` implementation representing an externally-constructed `Signature`.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "81a57a24e6a4125fc69510b6774cd93402b943191b6cddad05de7281491c90fe"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-presigner@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-presigner"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-program-entrypoint",
      "version": "2.3.0",
      "description": "The Solana BPF program entrypoint supported by the latest BPF loader.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "32ce041b1a0ed275290a5008ee1a4a6c48f5054c8a3d78d313c08958a06aedbd"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-program-entrypoint@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-program-entrypoint"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-program-error",
      "version": "2.2.2",
      "description": "Solana ProgramError type and related definitions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9ee2e0217d642e2ea4bee237f37bd61bb02aec60da3647c48ff88f6556ade775"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-program-error@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-program-error"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-program-memory",
      "version": "2.3.1",
      "description": "Basic low-level memory operations for Solana.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3a5426090c6f3fd6cfdc10685322fede9ca8e5af43cd6a59e98bfe4e91671712"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-program-memory@2.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-program-memory"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-option@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-program-option",
      "version": "2.2.1",
      "description": "A C representation of Rust's Option, used in Solana programs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "dc677a2e9bc616eda6dbdab834d463372b92848b2bfe4a1ed4e4b4adba3397d0"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-program-option@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-program-option"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-pack@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-program-pack",
      "version": "2.2.1",
      "description": "Solana Pack serialization trait.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "319f0ef15e6e12dc37c597faccb7d62525a509fec5f6975ecb9419efddeb277b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-program-pack@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-program-pack"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-program",
      "version": "2.3.0",
      "description": "Solana Program",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "98eca145bd3545e2fbb07166e895370576e47a00a7d824e325390d33bf467210"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-program@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-program"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-pubkey",
      "version": "2.4.0",
      "description": "Solana account addresses",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9b62adb9c3261a052ca1f999398c388f1daf558a1b492f60a6d9e64857db4ff1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-pubkey@2.4.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-pubkey"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-quic-definitions@2.3.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-quic-definitions",
      "version": "2.3.1",
      "description": "Definitions related to Solana over QUIC.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fbf0d4d5b049eb1d0c35f7b18f305a27c8986fc5c0c9b383e97adaa35334379e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-quic-definitions@2.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-quic-definitions"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-rent-collector@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-rent-collector",
      "version": "2.3.0",
      "description": "Calculate and collect rent from accounts.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "127e6dfa51e8c8ae3aa646d8b2672bc4ac901972a338a9e1cd249e030564fb9d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-rent-collector@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-rent-collector"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-rent-debits@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-rent-debits",
      "version": "2.2.1",
      "description": "Solana rent debit types.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4f6f9113c6003492e74438d1288e30cffa8ccfdc2ef7b49b9e816d8034da18cd"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-rent-debits@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-rent-debits"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-rent",
      "version": "2.2.1",
      "description": "Configuration for Solana network rent.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d1aea8fdea9de98ca6e8c2da5827707fb3842833521b528a713810ca685d2480"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-rent@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-rent"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-reserved-account-keys@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-reserved-account-keys",
      "version": "2.2.2",
      "description": "Reserved Solana account keys",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "e4b22ea19ca2a3f28af7cd047c914abf833486bf7a7c4a10fc652fff09b385b1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-reserved-account-keys@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-reserved-account-keys"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-reward-info@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-reward-info",
      "version": "2.2.1",
      "description": "Solana vote reward info types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "18205b69139b1ae0ab8f6e11cdcb627328c0814422ad2482000fa2ca54ae4a2f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-reward-info@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-reward-info"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-sanitize",
      "version": "2.2.1",
      "description": "Solana Message Sanitization",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "61f1bc1357b8188d9c4a3af3fc55276e56987265eb7ad073ae6f8180ee54cecf"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-sanitize@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-sanitize"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-sdk-ids",
      "version": "2.2.1",
      "description": "Solana SDK IDs",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5c5d8b9cc68d5c88b062a33e23a6466722467dde0035152d8fb1afbcdf350a5f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-sdk-ids@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-sdk-ids"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-sdk-macro",
      "version": "2.2.1",
      "description": "Solana SDK Macro",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "86280da8b99d03560f6ab5aca9de2e38805681df34e0bb8f238e69b29433b9df"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-sdk-macro@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-sdk-macro"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sdk@2.3.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-sdk",
      "version": "2.3.1",
      "description": "Solana SDK",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "8cc0e4a7635b902791c44b6581bfb82f3ada32c5bc0929a64f39fe4bb384c86a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-sdk@2.3.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-sdk"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-program@2.2.3",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-secp256k1-program",
      "version": "2.2.3",
      "description": "Instructions for the Solana Secp256k1 native program.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f19833e4bc21558fe9ec61f239553abe7d05224347b57d65c2218aeeb82d6149"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-secp256k1-program@2.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-secp256k1-program"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-recover@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-secp256k1-recover",
      "version": "2.2.1",
      "description": "Solana SECP256K1 Recover",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "baa3120b6cdaa270f39444f5093a90a7b03d296d362878f7a6991d6de3bbe496"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-secp256k1-recover@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-secp256k1-recover"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-secp256r1-program@2.2.4",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-secp256r1-program",
      "version": "2.2.4",
      "description": "Precompile implementation for the secp256r1 elliptic curve.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ce0ae46da3071a900f02d367d99b2f3058fe2e90c5062ac50c4f20cfedad8f0f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-secp256r1-program@2.2.4",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-secp256r1"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-security-txt@1.1.3",
      "name": "solana-security-txt",
      "version": "1.1.3",
      "description": "security-txt is a macro that helps security researchers contact you about vulnerabilities in your smart contract",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c94a02d486b28f219a4f8f5d7dd93cbfbb93c9f466cb7871c22e50cd5ae9a7a2"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-security-txt@1.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/neodyme-labs/solana-security-txt"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-seed-derivable@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-seed-derivable",
      "version": "2.2.1",
      "description": "Solana trait defining the interface by which keys are derived.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3beb82b5adb266c6ea90e5cf3967235644848eac476c5a1f2f9283a143b7c97f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-seed-derivable@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-seed-derivable"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-seed-phrase@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-seed-phrase",
      "version": "2.2.1",
      "description": "Solana functions for generating keypairs from seed phrases.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "36187af2324f079f65a675ec22b31c24919cb4ac22c79472e85d819db9bbbc15"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-seed-phrase@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-seed-phrase"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-serde-varint@2.2.2",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-serde-varint",
      "version": "2.2.2",
      "description": "Solana definitions for integers that serialize to variable size",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2a7e155eba458ecfb0107b98236088c3764a09ddf0201ec29e52a0be40857113"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-serde-varint@2.2.2",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-serde-varint"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-serde@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-serde",
      "version": "2.2.1",
      "description": "Solana serde helpers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1931484a408af466e14171556a47adaa215953c7f48b24e5f6b0282763818b04"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-serde@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-serde"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-serialize-utils@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-serialize-utils",
      "version": "2.2.1",
      "description": "Solana helpers for reading and writing bytes.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "817a284b63197d2b27afdba829c5ab34231da4a9b4e763466a003c40ca4f535e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-serialize-utils@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-serialize-utils"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-sha256-hasher",
      "version": "2.3.0",
      "description": "Solana SHA256 hashing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5aa3feb32c28765f6aa1ce8f3feac30936f16c5c3f7eb73d63a5b8f6f8ecdc44"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-sha256-hasher@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-sha256-hasher"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-short-vec@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-short-vec",
      "version": "2.2.1",
      "description": "Solana compact serde-encoding of vectors with small length.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5c54c66f19b9766a56fa0057d060de8378676cb64987533fa088861858fc5a69"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-short-vec@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-short-vec"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-shred-version@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-shred-version",
      "version": "2.2.1",
      "description": "Calculation of shred versions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "afd3db0461089d1ad1a78d9ba3f15b563899ca2386351d38428faa5350c60a98"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-shred-version@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-shred-version"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-signature",
      "version": "2.3.0",
      "description": "Solana 64-byte signature type",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "64c8ec8e657aecfc187522fc67495142c12f35e55ddeca8698edbb738b8dbd8c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-signature@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-signature"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-signer",
      "version": "2.2.1",
      "description": "Abstractions for Solana transaction signers. See `solana-keypair` for a concrete implementation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7c41991508a4b02f021c1342ba00bcfa098630b213726ceadc7cb032e051975b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-signer@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-signer"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-slot-hashes@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-slot-hashes",
      "version": "2.2.1",
      "description": "Types and utilities for the Solana SlotHashes sysvar.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0c8691982114513763e88d04094c9caa0376b867a29577939011331134c301ce"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-slot-hashes@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-slot-hashes"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-slot-history@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-slot-history",
      "version": "2.2.1",
      "description": "Types and utilities for the Solana SlotHistory sysvar.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "97ccc1b2067ca22754d5283afb2b0126d61eae734fc616d23871b0943b0d935e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-slot-history@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-slot-history"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-stable-layout@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-stable-layout",
      "version": "2.2.1",
      "description": "Solana types with stable memory layouts. Internal use only.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9f14f7d02af8f2bc1b5efeeae71bc1c2b7f0f65cd75bcc7d8180f2c762a57f54"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-stable-layout@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-stable-layout"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-stake-interface@1.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-stake-interface",
      "version": "1.2.1",
      "description": "Instructions and constructors for the Stake program",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5269e89fde216b4d7e1d1739cf5303f8398a1ff372a81232abbee80e554a838c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-stake-interface@1.2.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/stake"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-system-interface",
      "version": "1.0.0",
      "description": "Instructions and constructors for the System program",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "94d7c18cb1a91c6be5f5a8ac9276a1d7c737e39a21beba9ea710ab4b9c63bc90"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-system-interface@1.0.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/system"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-system-transaction@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-system-transaction",
      "version": "2.2.1",
      "description": "Functionality for creating system transactions.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5bd98a25e5bcba8b6be8bcbb7b84b24c2a6a8178d7fb0e3077a916855ceba91a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-system-transaction@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-system-transaction"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-sysvar-id",
      "version": "2.2.1",
      "description": "Definition for the sysvar id trait and associated macros.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5762b273d3325b047cfda250787f8d796d781746860d5d0a746ee29f3e8812c1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-sysvar-id@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-sysvar-id"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar@2.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-sysvar",
      "version": "2.3.0",
      "description": "Solana sysvar account types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b8c3595f95069f3d90f275bb9bd235a1973c4d059028b0a7f81baca2703815db"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-sysvar@2.3.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-sysvar"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-time-utils@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-time-utils",
      "version": "2.2.1",
      "description": "`std::time` utilities for Solana",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6af261afb0e8c39252a04d026e3ea9c405342b08c871a2ad8aa5448e068c784c"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-time-utils@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-time-utils"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-context@2.3.13",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-transaction-context",
      "version": "2.3.13",
      "description": "Solana data shared between program runtime and built-in programs as well as SBF programs.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "54a312304361987a85b2ef2293920558e6612876a639dd1309daf6d0d59ef2fe"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-transaction-context@2.3.13",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-transaction-context"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-error@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-transaction-error",
      "version": "2.2.1",
      "description": "Solana TransactionError type",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "222a9dc8fdb61c6088baab34fc3a8b8473a03a7a5fd404ed8dd502fa79b67cb1"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-transaction-error@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-transaction-error"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-transaction@2.2.3",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-transaction",
      "version": "2.2.3",
      "description": "Solana transaction-types",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "80657d6088f721148f5d889c828ca60c7daeedac9a8679f9ec215e0c42bcbf41"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-transaction@2.2.3",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-transaction"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-validator-exit@2.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-validator-exit",
      "version": "2.2.1",
      "description": "Solana validator exit handling.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7bbf6d7a3c0b28dd5335c52c0e9eae49d0ae489a8f324917faf0ded65a812c1d"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-validator-exit@2.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-validator-exit"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-vote-interface@2.2.6",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-vote-interface",
      "version": "2.2.6",
      "description": "Solana vote interface.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b80d57478d6599d30acc31cc5ae7f93ec2361a06aefe8ea79bc81739a08af4c3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-vote-interface@2.2.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-vote-interface"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/solana-sdk"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "solana-zk-sdk",
      "version": "2.3.13",
      "description": "Solana ZK SDK",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "97b9fc6ec37d16d0dccff708ed1dd6ea9ba61796700c3bb7c3b401973f10f63b"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/solana-zk-sdk@2.3.13",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/solana-zk-sdk"
        },
        {
          "type": "website",
          "url": "https://anza.xyz/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/agave"
        }
      ]
    },
    {
      "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#spl-discriminator-derive@0.2.0",
      "author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
      "name": "spl-discriminator-derive",
      "version": "0.2.0",
      "description": "Derive macro library for the `spl-discriminator` library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d9e8418ea6269dcfb01c712f0444d2c75542c04448b480e87de59d2865edc750"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-discriminator-derive@0.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-labs/solana-program-library"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator-syn@0.2.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-discriminator-syn",
      "version": "0.2.1",
      "description": "Token parsing and generating library for the `spl-discriminator` library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5d1dbc82ab91422345b6df40a79e2b78c7bce1ebb366da323572dd60b7076b67"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-discriminator-syn@0.2.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/libraries"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator@0.4.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-discriminator",
      "version": "0.4.1",
      "description": "Solana Program Library 8-Byte Discriminator Management",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a7398da23554a31660f17718164e31d31900956054f54f52d5ec1be51cb4f4b3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-discriminator@0.4.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/libraries"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-elgamal-registry@0.3.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-elgamal-registry",
      "version": "0.3.0",
      "description": "Solana ElGamal Registry Program",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "56cc66fe64651a48c8deb4793d8a5deec8f8faf19f355b9df294387bc5a36b5f"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-elgamal-registry@0.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token-2022"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-memo@6.0.0",
      "author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
      "name": "spl-memo",
      "version": "6.0.0",
      "description": "Solana Program Library Memo",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9f09647c0974e33366efeb83b8e2daebb329f0420149e74d3a4bd2c08cf9f7cb"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-memo@6.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-labs/solana-program-library"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-pod",
      "version": "0.5.1",
      "description": "Solana Program Library Plain Old Data (Pod)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d994afaf86b779104b4a95ba9ca75b8ced3fdb17ee934e38cb69e72afbe17799"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-pod@0.5.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/libraries"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-program-error-derive@0.5.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-program-error-derive",
      "version": "0.5.0",
      "description": "Proc-Macro Library for Solana Program error attributes and derive macro",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2a2539e259c66910d78593475540e8072f0b10f0f61d7607bbf7593899ed52d0"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-program-error-derive@0.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/libraries"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-program-error@0.7.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-program-error",
      "version": "0.7.0",
      "description": "Library for Solana Program error attributes and derive macro for creating them",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9cdebc8b42553070b75aa5106f071fef2eb798c64a7ec63375da4b1f058688c6"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-program-error@0.7.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/libraries"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-tlv-account-resolution@0.10.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-tlv-account-resolution",
      "version": "0.10.0",
      "description": "Solana Program Library TLV Account Resolution Interface",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1408e961215688715d5a1063cbdcf982de225c45f99c82b4f7d7e1dd22b998d7"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-tlv-account-resolution@0.10.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/libraries"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-2022@9.0.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-token-2022",
      "version": "9.0.0",
      "description": "Solana Program Library Token 2022",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "707d8237d17d857246b189d0fb278797dcd7cf6219374547791b231fd35a8cc8"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token-2022@9.0.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/spl-token-2022"
        },
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token-2022"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-ciphertext-arithmetic@0.3.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-token-confidential-transfer-ciphertext-arithmetic",
      "version": "0.3.1",
      "description": "Solana Program Library Confidential Transfer Ciphertext Arithmetic",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cddd52bfc0f1c677b41493dafa3f2dbbb4b47cf0990f08905429e19dc8289b35"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token-confidential-transfer-ciphertext-arithmetic@0.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token-2022"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-proof-extraction@0.4.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-token-confidential-transfer-proof-extraction",
      "version": "0.4.1",
      "description": "Solana Program Library Confidential Transfer Proof Extraction",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "512c85bdbbb4cbcc2038849a9e164c958b16541f252b53ea1a3933191c0a4a1a"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token-confidential-transfer-proof-extraction@0.4.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token-2022"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-proof-generation@0.4.1",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-token-confidential-transfer-proof-generation",
      "version": "0.4.1",
      "description": "Solana Program Library Confidential Transfer Proof Generation",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fa27b9174bea869a7ebf31e0be6890bce90b1a4288bc2bbf24bd413f80ae3fde"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token-confidential-transfer-proof-generation@0.4.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token-2022"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-group-interface@0.6.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-token-group-interface",
      "version": "0.6.0",
      "description": "Solana Program Library Token Group Interface",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "5597b4cd76f85ce7cd206045b7dc22da8c25516573d42d267c8d1fd128db5129"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token-group-interface@0.6.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/spl-token-group-interface"
        },
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token-group"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-metadata-interface@0.7.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-token-metadata-interface",
      "version": "0.7.0",
      "description": "Solana Program Library Token Metadata Interface",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "304d6e06f0de0c13a621464b1fd5d4b1bebf60d15ca71a44d3839958e0da16ee"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token-metadata-interface@0.7.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/spl-token-metadata-interface"
        },
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token-metadata"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token@6.0.0",
      "author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
      "name": "spl-token",
      "version": "6.0.0",
      "description": "Solana Program Library Token",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "70a0f06ac7f23dc0984931b1fe309468f14ea58e32660439c1cef19456f5d0e3"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token@6.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-labs/solana-program-library"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token@8.0.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-token",
      "version": "8.0.0",
      "description": "Solana Program Library Token",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "053067c6a82c705004f91dae058b11b4780407e9ccd6799dc9e7d0fab5f242da"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-token@8.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/token"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-transfer-hook-interface@0.10.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-transfer-hook-interface",
      "version": "0.10.0",
      "description": "Solana Program Library Transfer Hook Interface",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a7e905b849b6aba63bde8c4badac944ebb6c8e6e14817029cbe1bc16829133bd"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-transfer-hook-interface@0.10.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/spl-transfer-hook-interface"
        },
        {
          "type": "website",
          "url": "https://solana-program.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/transfer-hook"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spl-type-length-value@0.8.0",
      "author": "Anza Maintainers <maintainers@anza.xyz>",
      "name": "spl-type-length-value",
      "version": "0.8.0",
      "description": "Solana Program Library Type-Length-Value Management",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "d417eb548214fa822d93f84444024b4e57c13ed6719d4dcc68eec24fb481e9f5"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/spl-type-length-value@0.8.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/solana-program/libraries"
        }
      ]
    },
    {
      "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#static_assertions@1.1.0",
      "author": "Nikolai Vazquez",
      "name": "static_assertions",
      "version": "1.1.0",
      "description": "Compile-time assertions to ensure that invariants are met.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/static_assertions@1.1.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/static_assertions/"
        },
        {
          "type": "website",
          "url": "https://github.com/nvzqz/static-assertions-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/nvzqz/static-assertions-rs"
        }
      ]
    },
    {
      "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#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-solidity@1.6.1",
      "author": "Alloy Contributors",
      "name": "syn-solidity",
      "version": "1.6.1",
      "description": "syn-powered Solidity parser",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "083be3061e64d362cbe6ef12cfe1307ba3884326d8856448fe8a120fa2c44ebf"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/syn-solidity@1.6.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/alloy-rs/core/tree/main/crates/syn-solidity"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alloy-rs/core"
        }
      ]
    },
    {
      "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.119",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "syn",
      "version": "2.0.119",
      "description": "Parser for Rust source code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/syn@2.0.119",
      "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@3.0.3",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "syn",
      "version": "3.0.3",
      "description": "Parser for Rust source code",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/syn@3.0.3",
      "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#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#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#termcolor@1.4.1",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "termcolor",
      "version": "1.4.1",
      "description": "A simple cross platform library for writing colored text to a terminal. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
        }
      ],
      "licenses": [
        {
          "expression": "Unlicense OR MIT"
        }
      ],
      "purl": "pkg:cargo/termcolor@1.4.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/termcolor"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/termcolor"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/termcolor"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "thiserror-impl",
      "version": "1.0.69",
      "description": "Implementation detail of the `thiserror` crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thiserror-impl@1.0.69",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/thiserror"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.19",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "thiserror-impl",
      "version": "2.0.19",
      "description": "Implementation detail of the `thiserror` crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thiserror-impl@2.0.19",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/thiserror"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "thiserror",
      "version": "1.0.69",
      "description": "derive(Error)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thiserror@1.0.69",
      "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#thiserror@2.0.19",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "thiserror",
      "version": "2.0.19",
      "description": "derive(Error)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thiserror@2.0.19",
      "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_local@1.1.10",
      "author": "Amanieu d'Antras <amanieu@gmail.com>",
      "name": "thread_local",
      "version": "1.1.10",
      "description": "Per-object thread-local storage",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/thread_local@1.1.10",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/thread_local/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/Amanieu/thread_local-rs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.9",
      "author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
      "name": "time-core",
      "version": "0.1.9",
      "description": "This crate is an implementation detail and should not be relied upon directly.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/time-core@0.1.9",
      "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.32",
      "author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
      "name": "time-macros",
      "version": "0.2.32",
      "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": "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/time-macros@0.2.32",
      "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.54",
      "author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
      "name": "time",
      "version": "0.3.54",
      "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/time@0.3.54",
      "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#tinystr@0.8.3",
      "author": "The ICU4X Project Developers",
      "name": "tinystr",
      "version": "0.8.3",
      "description": "A small ASCII-only bounded length string representation.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/tinystr@0.8.3",
      "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.12.0",
      "author": "Lokathor <zefria@gmail.com>",
      "name": "tinyvec",
      "version": "1.12.0",
      "description": "`tinyvec` provides 100% safe vec-like data structures.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
        }
      ],
      "licenses": [
        {
          "expression": "Zlib OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/tinyvec@1.12.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.7.2",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tokio-macros",
      "version": "2.7.2",
      "description": "Tokio's proc macros. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tokio-macros@2.7.2",
      "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.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@1.53.1",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tokio",
      "version": "1.53.1",
      "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tokio@1.53.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#toml@0.5.11",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "toml",
      "version": "0.5.11",
      "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/toml@0.5.11",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/toml"
        },
        {
          "type": "website",
          "url": "https://github.com/toml-rs/toml"
        },
        {
          "type": "vcs",
          "url": "https://github.com/toml-rs/toml"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
      "name": "toml_datetime",
      "version": "1.1.1+spec-1.1.0",
      "description": "A TOML-compatible datetime type",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/toml_datetime@1.1.1+spec-1.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/toml-rs/toml"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.25.13+spec-1.1.0",
      "name": "toml_edit",
      "version": "0.25.13+spec-1.1.0",
      "description": "Yet another format-preserving TOML parser.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/toml_edit@0.25.13+spec-1.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/toml-rs/toml"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.3+spec-1.1.0",
      "name": "toml_parser",
      "version": "1.1.3+spec-1.1.0",
      "description": "Yet another format-preserving TOML parser.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/toml_parser@1.1.3+spec-1.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/toml-rs/toml"
        }
      ]
    },
    {
      "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.11",
      "author": "Tower Maintainers <team@tower-rs.com>",
      "name": "tower-http",
      "version": "0.6.11",
      "description": "Tower middleware and utilities for HTTP clients and servers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tower-http@0.6.11",
      "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-log@0.2.0",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tracing-log",
      "version": "0.2.0",
      "description": "Provides compatibility between `tracing` and the `log` crate. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tracing-log@0.2.0",
      "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-serde@0.2.0",
      "author": "Tokio Contributors <team@tokio.rs>",
      "name": "tracing-serde",
      "version": "0.2.0",
      "description": "A compatibility layer for serializing trace data with `serde` ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tracing-serde@0.2.0",
      "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-subscriber@0.3.23",
      "author": "Eliza Weisman <eliza@buoyant.io>, David Barsky <me@davidbarsky.com>, Tokio Contributors <team@tokio.rs>",
      "name": "tracing-subscriber",
      "version": "0.3.23",
      "description": "Utilities for implementing and composing `tracing` subscribers. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/tracing-subscriber@0.3.23",
      "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#typenum@1.20.1",
      "name": "typenum",
      "version": "1.20.1",
      "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": "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/typenum@1.20.1",
      "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#ucd-trie@0.1.7",
      "author": "Andrew Gallant <jamslam@gmail.com>",
      "name": "ucd-trie",
      "version": "0.1.7",
      "description": "A trie for storing Unicode codepoint sets and maps. ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/ucd-trie@0.1.7",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/ucd-trie"
        },
        {
          "type": "website",
          "url": "https://github.com/BurntSushi/ucd-generate"
        },
        {
          "type": "vcs",
          "url": "https://github.com/BurntSushi/ucd-generate"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uint@0.9.5",
      "author": "Parity Technologies <admin@parity.io>",
      "name": "uint",
      "version": "0.9.5",
      "description": "Large fixed-size integer arithmetic",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/uint@0.9.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "http://parity.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/paritytech/parity-common"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unarray@0.1.4",
      "name": "unarray",
      "version": "0.1.4",
      "description": "Utilities for working with uninitialized arrays",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/unarray@0.1.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/cameron1024/unarray"
        }
      ]
    },
    {
      "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.3",
      "author": "kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
      "name": "unicode-segmentation",
      "version": "1.13.3",
      "description": "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/unicode-segmentation@1.13.3",
      "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-xid@0.2.6",
      "author": "erick.tryzelaar <erick.tryzelaar@gmail.com>, kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
      "name": "unicode-xid",
      "version": "0.2.6",
      "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": "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/unicode-xid@0.2.6",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://unicode-rs.github.io/unicode-xid"
        },
        {
          "type": "website",
          "url": "https://github.com/unicode-rs/unicode-xid"
        },
        {
          "type": "vcs",
          "url": "https://github.com/unicode-rs/unicode-xid"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1",
      "author": "RustCrypto Developers",
      "name": "universal-hash",
      "version": "0.5.1",
      "description": "Traits which describe the functionality of universal hash functions (UHFs)",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/universal-hash@0.5.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/universal-hash"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/traits"
        }
      ]
    },
    {
      "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#uriparse@0.6.4",
      "author": "Scott Godwin <sgodwincs@gmail.com>",
      "name": "uriparse",
      "version": "0.6.4",
      "description": "A URI parser including relative references",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/uriparse@0.6.4",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://github.com/sgodwincs/uriparse-rs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/sgodwincs/uriparse-rs"
        }
      ]
    },
    {
      "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#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#valuable@0.1.1",
      "name": "valuable",
      "version": "0.1.1",
      "description": "Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/valuable@0.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tokio-rs/valuable"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15",
      "author": "Jim McGrath <jimmc2@gmail.com>",
      "name": "vcpkg",
      "version": "0.2.15",
      "description": "A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. ",
      "scope": "excluded",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/vcpkg@0.2.15",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/vcpkg"
        },
        {
          "type": "vcs",
          "url": "https://github.com/mcgoo/vcpkg-rs"
        }
      ]
    },
    {
      "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#wait-timeout@0.2.1",
      "author": "Alex Crichton <alex@alexcrichton.com>",
      "name": "wait-timeout",
      "version": "0.2.1",
      "description": "A crate to wait on a child process with a timeout specified across Unix and Windows platforms. ",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
        }
      ],
      "licenses": [
        {
          "expression": "MIT OR Apache-2.0"
        }
      ],
      "purl": "pkg:cargo/wait-timeout@0.2.1",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/wait-timeout"
        },
        {
          "type": "website",
          "url": "https://github.com/alexcrichton/wait-timeout"
        },
        {
          "type": "vcs",
          "url": "https://github.com/alexcrichton/wait-timeout"
        }
      ]
    },
    {
      "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.9",
      "name": "webpki-roots",
      "version": "1.0.9",
      "description": "Mozilla's CA root certificates for use with webpki",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
        }
      ],
      "licenses": [
        {
          "expression": "CDLA-Permissive-2.0"
        }
      ],
      "purl": "pkg:cargo/webpki-roots@1.0.9",
      "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#winnow@1.0.4",
      "name": "winnow",
      "version": "1.0.4",
      "description": "A byte-oriented, zero-copy, parser combinators library",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/winnow@1.0.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/winnow-rs/winnow"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
      "author": "The ICU4X Project Developers",
      "name": "writeable",
      "version": "0.6.3",
      "description": "A more efficient alternative to fmt::Display",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/writeable@0.6.3",
      "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#yoke-derive@0.8.2",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "yoke-derive",
      "version": "0.8.2",
      "description": "Custom derive for the yoke crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/yoke-derive@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#yoke@0.8.3",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "yoke",
      "version": "0.8.3",
      "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/yoke@0.8.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/unicode-org/icu4x"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.55",
      "author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
      "name": "zerocopy",
      "version": "0.8.55",
      "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
        }
      ],
      "licenses": [
        {
          "expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/zerocopy@0.8.55",
      "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.7",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "zerofrom-derive",
      "version": "0.1.7",
      "description": "Custom derive for the zerofrom crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerofrom-derive@0.1.7",
      "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.8",
      "author": "The ICU4X Project Developers",
      "name": "zerofrom",
      "version": "0.1.8",
      "description": "ZeroFrom trait for constructing",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerofrom@0.1.8",
      "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.9.0",
      "author": "The RustCrypto Project Developers",
      "name": "zeroize",
      "version": "1.9.0",
      "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": "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/zeroize@1.9.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/zeroize"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.5.0",
      "author": "The RustCrypto Project Developers",
      "name": "zeroize_derive",
      "version": "1.5.0",
      "description": "Custom derive support for zeroize",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
        }
      ],
      "licenses": [
        {
          "expression": "Apache-2.0 OR MIT"
        }
      ],
      "purl": "pkg:cargo/zeroize_derive@1.5.0",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/zeroize_derive"
        },
        {
          "type": "vcs",
          "url": "https://github.com/RustCrypto/utils"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
      "author": "The ICU4X Project Developers",
      "name": "zerotrie",
      "version": "0.2.4",
      "description": "A data structure that efficiently maps strings to integers",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerotrie@0.2.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#zerovec-derive@0.11.3",
      "author": "Manish Goregaokar <manishsmail@gmail.com>",
      "name": "zerovec-derive",
      "version": "0.11.3",
      "description": "Custom derive for the zerovec crate",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerovec-derive@0.11.3",
      "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.6",
      "author": "The ICU4X Project Developers",
      "name": "zerovec",
      "version": "0.11.6",
      "description": "Zero-copy vector backed by a byte array",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
        }
      ],
      "licenses": [
        {
          "expression": "Unicode-3.0"
        }
      ],
      "purl": "pkg:cargo/zerovec@0.11.6",
      "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.23",
      "author": "David Tolnay <dtolnay@gmail.com>",
      "name": "zmij",
      "version": "1.0.23",
      "description": "A double-to-string conversion algorithm based on Schubfach and xjb",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-256",
          "content": "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
        }
      ],
      "licenses": [
        {
          "expression": "MIT"
        }
      ],
      "purl": "pkg:cargo/zmij@1.0.23",
      "externalReferences": [
        {
          "type": "documentation",
          "url": "https://docs.rs/zmij"
        },
        {
          "type": "vcs",
          "url": "https://github.com/dtolnay/zmij"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "path+file://./a3e9-tinl/core#a3e9-tinl-core@0.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloy-primitives@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-types@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "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#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token@6.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token-2022@9.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
      ]
    },
    {
      "ref": "path+file://./a3e9-tinl/service#a3e9-tinl@0.1.0",
      "dependsOn": [
        "path+file://./a3e9-tinl/core#a3e9-tinl-core@0.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#alloy-primitives@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-types@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#axum@0.7.9",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "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.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "registry+https://github.com/rust-lang/crates.io-index#solana-address-lookup-table-interface@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token@6.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
        "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.5.2",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.23"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6",
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#aes-gcm-siv@0.11.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
        "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
        "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
        "registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2",
        "registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.2",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "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#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.55"
      ]
    },
    {
      "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.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-json-abi@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloy-primitives@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-type-parser@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-primitives@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloy-rlp@0.3.16",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#const-hex@1.19.1",
        "registry+https://github.com/rust-lang/crates.io-index#derive_more@2.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#fixed-cache@0.1.10",
        "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
        "registry+https://github.com/rust-lang/crates.io-index#k256@0.13.4",
        "registry+https://github.com/rust-lang/crates.io-index#keccak-asm@0.1.8",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#proptest@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.5",
        "registry+https://github.com/rust-lang/crates.io-index#rapidhash@4.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#ruint@1.20.0",
        "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#secp256k1@0.31.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#sha3@0.11.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-rlp@0.3.16",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro-expander@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro-input@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#const-hex@1.19.1",
        "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error3@3.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#sha3@0.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
        "registry+https://github.com/rust-lang/crates.io-index#syn-solidity@1.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro-input@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#const-hex@1.19.1",
        "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5",
        "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#macro-string@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
        "registry+https://github.com/rust-lang/crates.io-index#syn-solidity@1.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro-expander@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro-input@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error3@3.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-type-parser@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-types@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloy-json-abi@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#alloy-primitives@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#alloy-sol-macro@1.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-bn254@0.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-ec@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ec@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-poly@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.13.2",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#educe@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-asm@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff-macros@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#educe@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-poly@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.13.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize-derive@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize-derive@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize-derive@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#serde_with@3.21.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.3.0",
      "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.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.4.0",
      "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.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.5.0",
      "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.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ark-std@0.6.0",
      "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.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.91",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#auto_impl@1.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
    },
    {
      "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.91",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.4",
        "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.23",
        "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.91",
        "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.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
        "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.3",
        "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.23",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "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.53.1",
        "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#base16ct@0.2.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.12.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin-consensus-encoding@1.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitcoin-internals@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#hex-conservative@1.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin-internals@0.6.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin-io@0.1.101",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitcoin-consensus-encoding@1.1.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitcoin_hashes@0.14.101",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitcoin-io@0.1.101",
        "registry+https://github.com/rust-lang/crates.io-index#hex-conservative@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.1.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#blake3@1.8.5",
      "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.8",
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.0",
        "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.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.11.3"
      ]
    },
    {
      "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.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.14"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#borsh-derive-internal@0.10.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#borsh-derive@0.10.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh-derive-internal@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#borsh-schema-derive-internal@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@0.1.5",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#borsh-derive@1.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#borsh-schema-derive-internal@0.10.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#borsh@0.10.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh-derive@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.13.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh-derive@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bs58@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.12.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bv@0.11.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#feature-probe@0.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#byte-slice-cast@1.2.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.0",
      "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#shlex@2.0.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg_eval@0.1.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.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#cpufeatures@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
      "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.229"
      ]
    },
    {
      "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.6",
        "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cmov@0.5.4"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#const-hex@1.19.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#cpufeatures@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#proptest@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#const_format@0.2.36",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#const_format_proc_macros@0.2.34",
        "registry+https://github.com/rust-lang/crates.io-index#konst@0.2.20"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#const_format_proc_macros@0.2.34",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#unicode-xid@0.2.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#convert_case@0.10.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.4"
    },
    {
      "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#generic-array@0.14.9",
        "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.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.14"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-mac@0.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.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#ctutils@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cmov@0.5.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek-derive@0.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@3.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.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#cpufeatures@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek-derive@0.1.1",
        "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",
        "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "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.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "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.119"
      ]
    },
    {
      "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.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "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#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#derivation-path@0.2.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#derive_more-impl@2.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#convert_case@0.10.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
        "registry+https://github.com/rust-lang/crates.io-index#unicode-xid@0.2.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#derive_more@2.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#derive_more-impl@2.1.1"
      ]
    },
    {
      "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.6",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.11.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#ctutils@0.4.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ecdsa@0.16.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.13.8",
        "registry+https://github.com/rust-lang/crates.io-index#rfc6979@0.4.0",
        "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"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek-bip32@0.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#derivation-path@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@1.0.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@3.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#ed25519@1.5.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.7.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.9.9",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519@1.5.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#signature@1.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#educe@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#enum-ordinalize@4.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.13.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base16ct@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.5.5",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#ff@0.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
        "registry+https://github.com/rust-lang/crates.io-index#group@0.13.0",
        "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#sec1@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.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#enum-ordinalize-derive@4.4.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#enum-ordinalize@4.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#enum-ordinalize-derive@4.4.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.9.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14",
        "registry+https://github.com/rust-lang/crates.io-index#humantime@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
        "registry+https://github.com/rust-lang/crates.io-index#regex@1.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
    },
    {
      "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.189"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.5.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fastrlp@0.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8",
        "registry+https://github.com/rust-lang/crates.io-index#auto_impl@1.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fastrlp@0.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8",
        "registry+https://github.com/rust-lang/crates.io-index#auto_impl@1.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#feature-probe@0.1.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ff@0.13.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"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#five8@0.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#five8_core@0.1.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#five8_const@0.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#five8_core@0.1.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#five8_core@0.1.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fixed-cache@0.1.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
        "registry+https://github.com/rust-lang/crates.io-index#rapidhash@4.5.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fixed-hash@0.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.7",
        "registry+https://github.com/rust-lang/crates.io-index#rustc-hex@2.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1"
      ]
    },
    {
      "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#funty@2.0.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.33",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.33"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.33",
        "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#generic-array@0.14.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1",
        "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16",
      "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.189"
      ]
    },
    {
      "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.189"
      ]
    },
    {
      "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.189"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.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#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#group@0.13.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ff@0.13.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#hashbrown@0.12.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.13.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hex-conservative@0.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hex-conservative@1.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hmac-drbg@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.8.1"
      ]
    },
    {
      "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#hmac@0.8.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crypto-mac@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
        "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.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.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"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#humantime@2.4.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.14",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
        "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.43",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
        "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.9"
      ]
    },
    {
      "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.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
        "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.189",
        "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.5",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
        "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@1.11.0",
      "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.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
        "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#smallvec@1.15.2",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
        "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.7",
        "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
        "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.7",
        "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2",
        "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.7",
        "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
        "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ident_case@1.0.1"
    },
    {
      "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.2",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
        "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.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#impl-codec@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#parity-scale-codec@3.7.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#impl-trait-for-tuples@0.2.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "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.1",
        "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.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.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.17.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.12.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0"
      ]
    },
    {
      "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.17.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#k256@0.13.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#ecdsa@0.16.9",
        "registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.13.8",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#keccak-asm@0.1.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#sha3-asm@0.1.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#keccak@0.1.6"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#keccak@0.2.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#konst@0.2.20",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#konst_macro_rules@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#konst_macro_rules@0.2.19"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-core@0.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.4",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-gen-ecmult@0.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-core@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-gen-genmult@0.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-core@0.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.12.3",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#hmac-drbg@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-core@0.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-gen-ecmult@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1-gen-genmult@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.7.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.9.9",
        "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
      ]
    },
    {
      "ref": "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#litemap@0.8.2"
    },
    {
      "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.33"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#macro-string@0.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#matchit@0.7.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.5.10",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
      ]
    },
    {
      "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.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#merlin@3.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#keccak@0.1.6",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
      "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-conv@0.2.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "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-traits@0.2.19",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.7.6",
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.7.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.117",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.81",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
        "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.117"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#parity-scale-codec-derive@3.7.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#parity-scale-codec@3.7.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8",
        "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#byte-slice-cast@1.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#const_format@0.2.36",
        "registry+https://github.com/rust-lang/crates.io-index#impl-trait-for-tuples@0.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#parity-scale-codec-derive@3.7.5",
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "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.189",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pest@2.8.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#ucd-trie@0.1.7"
      ]
    },
    {
      "ref": "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#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#spki@0.7.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.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#cpufeatures@0.2.17",
        "registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0"
    },
    {
      "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.55"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#primitive-types@0.12.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#fixed-hash@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#impl-codec@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#uint@0.9.5"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@0.1.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#toml@0.5.11"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.25.13+spec-1.1.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr3@3.0.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error3@3.0.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr3@3.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
      "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#proptest@1.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
        "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.5",
        "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
        "registry+https://github.com/rust-lang/crates.io-index#rusty-fork@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#unarray@0.1.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#qstring@0.7.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#quick-error@1.2.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.16",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.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.10.2",
        "registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.10.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.3",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.43",
        "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.19",
        "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.12.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.15",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.5",
        "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.11",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.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-proto@0.11.16",
        "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.15",
        "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.43",
        "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.5",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
        "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.47",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.1",
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.7.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.5.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "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.5",
      "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",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.2.2",
      "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.5.1"
      ]
    },
    {
      "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.10.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16"
      ]
    },
    {
      "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",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.10.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.4.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#rapidhash@4.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.26",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.26",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.26"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
      "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.3",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.13.1",
      "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.3",
        "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
        "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
      ]
    },
    {
      "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.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.4",
        "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
        "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.33",
        "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.11",
        "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.43",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "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.53.1",
        "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#tower-http@0.6.11",
        "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.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rfc6979@0.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "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.4.0",
        "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#rlp@0.5.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#rustc-hex@2.1.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ruint-macro@1.2.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ruint@1.20.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#alloy-rlp@0.3.16",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#fastrlp@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#fastrlp@0.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "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#parity-scale-codec@3.7.5",
        "registry+https://github.com/rust-lang/crates.io-index#primitive-types@0.12.2",
        "registry+https://github.com/rust-lang/crates.io-index#proptest@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.7",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.5",
        "registry+https://github.com/rust-lang/crates.io-index#rlp@0.5.2",
        "registry+https://github.com/rust-lang/crates.io-index#ruint-macro@1.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#valuable@0.1.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hex@2.1.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.3.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#semver@0.11.0"
      ]
    },
    {
      "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.28"
      ]
    },
    {
      "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.13.1",
        "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.189",
        "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-pki-types@1.15.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
      "dependsOn": [
        "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.15.1",
        "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.23.43",
      "dependsOn": [
        "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.15.1",
        "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#rusty-fork@0.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#quick-error@1.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
        "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23"
    },
    {
      "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.26",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.2",
      "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.26",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sec1@0.7.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base16ct@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
        "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
        "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#secp256k1-sys@0.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#secp256k1@0.31.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitcoin_hashes@0.14.101",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.5",
        "registry+https://github.com/rust-lang/crates.io-index#secp256k1-sys@0.11.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#semver-parser@0.10.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#pest@2.8.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#semver@0.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#semver-parser@0.10.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde-big-array@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_bytes@0.11.19",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
      "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.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.23"
      ]
    },
    {
      "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.229"
      ]
    },
    {
      "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.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_with@3.21.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bs58@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
        "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.14.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.2",
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "registry+https://github.com/rust-lang/crates.io-index#serde_with_macros@3.21.0",
        "registry+https://github.com/rust-lang/crates.io-index#time@0.3.54"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_with_macros@3.21.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.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "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#sha2@0.9.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.9.0",
        "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.9.0",
        "registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sha3-asm@0.1.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sha3@0.10.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#keccak@0.1.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sha3@0.11.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.11.3",
        "registry+https://github.com/rust-lang/crates.io-index#keccak@0.2.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
    },
    {
      "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.189"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#signal-hook@0.3.18",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#signature@1.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#siphasher@0.3.11"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_bytes@0.11.19",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-address-lookup-table-interface@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-slot-hashes@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-atomic-u64@2.2.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-big-mod-exp@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-bincode@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-blake3-hasher@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-bn254@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ark-bn254@0.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ec@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-ff@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#ark-serialize@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-define-syscall@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-borsh@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-client-traits@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-commitment-config@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-info@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-keypair@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-error@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-cluster-type@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-commitment-config@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-compute-budget-interface@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-curve25519@2.3.13",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.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#solana-define-syscall@2.3.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-derivation-path@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#derivation-path@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#qstring@0.7.2",
        "registry+https://github.com/rust-lang/crates.io-index#uriparse@0.6.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-ed25519-program@2.2.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-precompile-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-info@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-rewards-hasher@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#siphasher@0.3.11",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-rewards@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-schedule@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-example-mocks@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-address-lookup-table-interface@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-keccak-hasher@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-nonce@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-feature-gate-interface@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-schedule@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-fee-calculator@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-fee-structure@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-native-token@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-genesis-config@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
        "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.5.10",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cluster-type@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-schedule@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-fee-calculator@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-inflation@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-keypair@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-logger@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-poh-config@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-shred-version@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-time-utils@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-hard-forks@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#five8@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-atomic-u64@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-inflation@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.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#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-instructions-sysvar@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-serialize-utils@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-keccak-hasher@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#sha3@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-keypair@2.2.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek-bip32@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#five8@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.7.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-derivation-path@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-seed-derivable@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-seed-phrase@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-last-restart-slot@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v2-interface@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_bytes@0.11.19",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v3-interface@5.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_bytes@0.11.19",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v4-interface@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_bytes@0.11.19",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-logger@2.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.9.3",
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
        "registry+https://github.com/rust-lang/crates.io-index#signal-hook@0.3.18"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.5",
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-bincode@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-short-vec@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-error@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-native-token@2.3.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-nonce-account@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-nonce@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-nonce@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-fee-calculator@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-offchain-message@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.6",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-packet@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-packet@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#cfg_eval@0.1.2",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_with@3.21.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-poh-config@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-precompile-error@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-precompiles@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-ed25519-program@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-precompile-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-program@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-secp256r1-program@2.2.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-presigner@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.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#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-option@2.2.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program-pack@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-program@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.5",
        "registry+https://github.com/rust-lang/crates.io-index#borsh@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bs58@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "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.33",
        "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
        "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "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.7",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_bytes@0.11.19",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-address-lookup-table-interface@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-atomic-u64@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-big-mod-exp@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-bincode@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-blake3-hasher@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-borsh@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-rewards@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-schedule@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-example-mocks@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-gate-interface@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-fee-calculator@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instructions-sysvar@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-keccak-hasher@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-last-restart-slot@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v2-interface@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v3-interface@5.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-loader-v4-interface@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-native-token@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-nonce@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-option@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-pack@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-recover@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-serde-varint@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-serialize-utils@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-short-vec@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-slot-hashes@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-slot-history@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-stable-layout@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-stake-interface@1.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-vote-interface@2.2.6",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#five8@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#five8_const@0.1.4",
        "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.7",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-atomic-u64@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-quic-definitions@2.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-keypair@2.2.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-rent-collector@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-schedule@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-genesis-config@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-rent-debits@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-reward-info@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-reserved-account-keys@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-reward-info@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bs58@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sdk@2.3.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#bs58@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-bn254@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-client-traits@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cluster-type@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-commitment-config@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-compute-budget-interface@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-derivation-path@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-ed25519-program@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-info@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-rewards-hasher@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-fee-structure@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-genesis-config@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hard-forks@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-inflation@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-keypair@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-native-token@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-nonce-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-offchain-message@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-packet@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-poh-config@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-precompile-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-precompiles@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-presigner@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-quic-definitions@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent-collector@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent-debits@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-reserved-account-keys@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-reward-info@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-program@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-recover@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-secp256r1-program@2.2.4",
        "registry+https://github.com/rust-lang/crates.io-index#solana-seed-derivable@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-seed-phrase@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-serde@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-serde-varint@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-short-vec@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-shred-version@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-transaction@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-time-utils@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-context@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-error@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-validator-exit@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-program@2.2.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
        "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#sha3@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-precompile-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-secp256k1-recover@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#libsecp256k1@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-secp256r1-program@2.2.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.81",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-precompile-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-security-txt@1.1.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-seed-derivable@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-derivation-path@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-seed-phrase@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-serde-varint@2.2.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-serde@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-serialize-utils@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-short-vec@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-shred-version@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-hard-forks@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@1.0.1",
        "registry+https://github.com/rust-lang/crates.io-index#five8@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.7",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde-big-array@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-error@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-slot-hashes@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-slot-history@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bv@0.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-stable-layout@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-stake-interface@1.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@0.10.4",
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.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#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
      "dependsOn": [
        "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.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-system-transaction@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-keypair@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction@2.2.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar@2.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-rewards@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-epoch-schedule@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-fee-calculator@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instructions-sysvar@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-last-restart-slot@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-macro@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-slot-hashes@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-slot-history@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-stake-interface@1.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar-id@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-time-utils@2.2.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-context@2.3.13",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instructions-sysvar@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-error@2.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-transaction@2.2.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-bincode@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-feature-set@2.2.5",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-message@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-precompiles@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sanitize@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-short-vec@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-transaction-error@2.2.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-validator-exit@2.2.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-vote-interface@2.2.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "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.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-hash@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-serde-varint@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-serialize-utils@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-short-vec@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#aes-gcm-siv@0.11.1",
        "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
        "registry+https://github.com/rust-lang/crates.io-index#bincode@1.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#itertools@0.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#merlin@3.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "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.7",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "registry+https://github.com/rust-lang/crates.io-index#sha3@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#solana-derivation-path@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-seed-derivable@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-seed-phrase@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signature@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-signer@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19",
        "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
      ]
    },
    {
      "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#spl-discriminator-derive@0.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator-syn@0.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator-syn@0.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator@0.4.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sha256-hasher@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator-derive@0.2.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-elgamal-registry@0.3.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-security-txt@1.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-proof-extraction@0.4.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-memo@6.0.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.11.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-option@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-program-error-derive@0.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-program-error@0.7.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#spl-program-error-derive@0.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-tlv-account-resolution@0.10.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-program-error@0.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-type-length-value@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-2022@9.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#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.6",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-clock@2.2.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-native-token@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-option@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-pack@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-security-txt@1.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-system-interface@1.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#spl-elgamal-registry@0.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-memo@6.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token@8.0.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-ciphertext-arithmetic@0.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-proof-extraction@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-proof-generation@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token-group-interface@0.6.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-token-metadata-interface@0.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-transfer-hook-interface@0.10.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-type-length-value@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-ciphertext-arithmetic@0.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#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-curve25519@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-proof-extraction@0.4.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-curve25519@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instructions-sysvar@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-confidential-transfer-proof-generation@0.4.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-zk-sdk@2.3.13",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-group-interface@0.6.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token-metadata-interface@0.7.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#borsh@1.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-borsh@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-type-length-value@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token@6.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#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.6",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-token@8.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#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.6",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-entrypoint@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-memory@2.3.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-option@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-pack@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-rent@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sdk-ids@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-sysvar@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-transfer-hook-interface@0.10.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-cpi@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-instruction@2.3.3",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#solana-pubkey@2.4.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-program-error@0.7.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-tlv-account-resolution@0.10.0",
        "registry+https://github.com/rust-lang/crates.io-index#spl-type-length-value@0.8.0",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#spl-type-length-value@0.8.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
        "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
        "registry+https://github.com/rust-lang/crates.io-index#solana-account-info@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-decode-error@2.3.0",
        "registry+https://github.com/rust-lang/crates.io-index#solana-msg@2.2.1",
        "registry+https://github.com/rust-lang/crates.io-index#solana-program-error@2.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#spl-discriminator@0.4.1",
        "registry+https://github.com/rust-lang/crates.io-index#spl-pod@0.5.1",
        "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19"
      ]
    },
    {
      "ref": "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#static_assertions@1.1.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#syn-solidity@1.6.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15",
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "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.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "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.119",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "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@3.0.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "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.33"
      ]
    },
    {
      "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.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1"
    },
    {
      "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.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
        "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#termcolor@1.4.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.19",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.19",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.19"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.10",
      "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#time-core@0.1.9"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.32",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2",
        "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.9"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.54",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
        "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2",
        "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.229",
        "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.9",
        "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.32"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.7",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.12.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"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
      ]
    },
    {
      "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.43",
        "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
        "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.2",
        "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.5",
        "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.2"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.5.11",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.25.13+spec-1.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
        "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.3+spec-1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.3+spec-1.1.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4"
      ]
    },
    {
      "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.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.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#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-http@0.6.11",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
        "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.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#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#url@2.5.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3"
    },
    {
      "ref": "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@0.5.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33",
        "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
        "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.53.1",
        "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.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "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-log@0.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-serde@0.2.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.23",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3",
        "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
        "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
        "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
        "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
        "registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7",
        "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
        "registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.10",
        "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0",
        "registry+https://github.com/rust-lang/crates.io-index#tracing-serde@0.2.0"
      ]
    },
    {
      "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.33",
        "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"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#ucd-trie@0.1.7"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#uint@0.9.5",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
        "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.4",
        "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
        "registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unarray@0.1.4"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.3"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-xid@0.2.6"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6",
        "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#uriparse@0.6.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
        "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
      ]
    },
    {
      "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.229"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#valuable@0.1.1"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
      ]
    },
    {
      "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.9",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.1"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3"
    },
    {
      "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#yoke-derive@0.8.2",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
        "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.3",
      "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.2",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.55"
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
        "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.8",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.5.0"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.5.0",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.7",
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
        "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
        "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6",
      "dependsOn": [
        "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
        "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
        "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3"
      ]
    },
    {
      "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.23"
    }
  ]
}
