{
  "cksum": "d3f1ce78743c893e06134dc2ef09b2315805882df4fa6b793ae7ab9eae8cb090",
  "crate_file": "miden-client-web-0.15.2.crate",
  "crate_url": "https://static.crates.io/crates/miden-client-web/miden-client-web-0.15.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "console_error_panic_hook",
      "optional": true,
      "req": "^0.1.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "idxdb-store",
      "optional": true,
      "package": "miden-idxdb-store",
      "req": "^0.15.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-export-macro",
      "optional": false,
      "req": "^0.15.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "testing"
      ],
      "kind": "normal",
      "name": "miden-client",
      "optional": false,
      "req": "^0.15.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "miden-client-sqlite-store",
      "optional": true,
      "req": "^0.15.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "async",
        "napi8",
        "tokio_rt"
      ],
      "kind": "normal",
      "name": "napi",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "napi-build",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "napi-derive",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-wasm-bindgen",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.48",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "registry"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-wasm",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde-serialize"
      ],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "=0.2.108",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen-futures",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen-rayon",
      "optional": true,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "console"
      ],
      "kind": "normal",
      "name": "web-sys",
      "optional": true,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "testing": [
      "miden-client/testing"
    ]
  },
  "features2": {
    "browser": [
      "dep:console_error_panic_hook",
      "dep:idxdb-store",
      "dep:js-sys",
      "dep:serde-wasm-bindgen",
      "dep:tracing",
      "dep:tracing-subscriber",
      "dep:tracing-wasm",
      "dep:wasm-bindgen",
      "dep:wasm-bindgen-futures",
      "dep:web-sys",
      "miden-client/tonic"
    ],
    "default": [
      "browser"
    ],
    "mt-threads": [
      "dep:rayon",
      "dep:wasm-bindgen-rayon",
      "miden-client/concurrent"
    ],
    "nodejs": [
      "dep:miden-client-sqlite-store",
      "dep:napi",
      "dep:napi-build",
      "dep:napi-derive",
      "dep:tokio",
      "miden-client/std",
      "miden-client/tonic"
    ]
  },
  "index_path": "mi/de/miden-client-web",
  "name": "miden-client-web",
  "pubtime": "2026-06-22T12:25:38Z",
  "rust_version": "1.93",
  "v": 2,
  "vers": "0.15.2",
  "yanked": false
}
