{
  "cksum": "ba3dfdb8a2af5d28411cf1a1bd40b3bb25d011ce7109456c3e7bcf902def7fdd",
  "crate_file": "rgb-runtime-0.12.0-rc.3.crate",
  "crate_url": "https://static.crates.io/crates/rgb-runtime/rgb-runtime-0.12.0-rc.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "amplify",
      "optional": false,
      "req": "^4.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bp-electrum",
      "optional": true,
      "req": "^0.12.0-rc.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bp-esplora",
      "optional": true,
      "req": "^0.12.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client-side-validation"
      ],
      "kind": "normal",
      "name": "bp-std",
      "optional": false,
      "req": "^0.12.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.41",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "commit_verify",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.31",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "wasm_js"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.3",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [
        "js"
      ],
      "kind": "normal",
      "name": "getrandom2",
      "optional": false,
      "package": "getrandom",
      "req": "^0.2",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "indexmap",
      "optional": false,
      "req": "^2.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "max_level_trace",
        "release_max_level_debug"
      ],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.9.1",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rgb-descriptors",
      "optional": false,
      "req": "^0.12.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rgb-persist-fs",
      "optional": true,
      "req": "^0.12.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bp"
      ],
      "kind": "normal",
      "name": "rgb-psbt",
      "optional": false,
      "req": "^0.12.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bitcoin"
      ],
      "kind": "normal",
      "name": "rgb-std",
      "optional": false,
      "req": "^0.12.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "strict_types",
      "optional": false,
      "req": "^2.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": true,
      "req": "^0.8.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "toml",
      "optional": false,
      "req": "^0.8.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wasm-bindgen-test",
      "optional": false,
      "req": "^0.3",
      "target": "cfg(target_arch = \"wasm32\")"
    }
  ],
  "features": {
    "async": [
      "futures",
      "rgb-std/async"
    ],
    "default": [
      "std"
    ],
    "resolver-esplora": [
      "bp-esplora/blocking-https"
    ],
    "resolver-esplora-async": [
      "async",
      "bp-esplora/async",
      "bp-esplora/async-https",
      "bp-esplora/tokio"
    ],
    "resolvers-all-async": [
      "resolver-esplora-async"
    ],
    "std": []
  },
  "features2": {
    "all": [
      "std",
      "serde",
      "log",
      "fs",
      "resolvers-all"
    ],
    "all-async": [
      "std",
      "async",
      "serde",
      "log",
      "resolvers-all-async"
    ],
    "fs": [
      "std",
      "serde",
      "rgb-std/binfile",
      "dep:rgb-persist-fs"
    ],
    "log": [
      "dep:log"
    ],
    "resolver-electrum": [
      "dep:bp-electrum"
    ],
    "resolvers-all": [
      "resolver-electrum",
      "resolver-esplora"
    ],
    "serde": [
      "dep:serde",
      "toml",
      "bp-std/serde",
      "rgb-std/serde",
      "rgb-descriptors/serde"
    ]
  },
  "index_path": "rg/b-/rgb-runtime",
  "name": "rgb-runtime",
  "pubtime": "2025-07-15T19:34:02Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.12.0-rc.3",
  "yanked": false
}
