{
  "cksum": "961314fc3afc8a0cf699a9cfa1fa8ea58c4c4c1ebd9f4bcd8cae23248b500467",
  "crate_file": "bp-wallet-0.12.0-beta.6.crate",
  "crate_url": "https://static.crates.io/crates/bp-wallet/bp-wallet-0.12.0-beta.6.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.10.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "amplify",
      "optional": false,
      "req": "^4.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bip39",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bp-electrum",
      "optional": true,
      "req": "=0.12.0-beta.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "blocking"
      ],
      "kind": "normal",
      "name": "bp-esplora",
      "optional": true,
      "req": "=0.12.0-beta.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bp-std",
      "optional": false,
      "req": "=0.12.0-beta.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "env"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^4.5.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "colored",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "descriptors",
      "optional": false,
      "req": "=0.12.0-beta.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "env_logger",
      "optional": true,
      "req": "^0.11.5",
      "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": "nonasync",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "psbt",
      "optional": false,
      "req": "=0.12.0-beta.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rpassword",
      "optional": true,
      "req": "^7.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde_crate",
      "optional": true,
      "package": "serde",
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.114",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.9.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "shellexpand",
      "optional": true,
      "req": "^3.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "strict_encoding",
      "optional": false,
      "req": "^2.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": true,
      "req": "^0.8.2",
      "target": null
    }
  ],
  "features": {
    "client-side-validation": [
      "bp-std/client-side-validation",
      "psbt/client-side-validation"
    ],
    "default": [],
    "electrum": [
      "bp-electrum",
      "serde",
      "serde_json"
    ],
    "esplora": [
      "bp-esplora"
    ],
    "fs": [
      "serde"
    ],
    "mempool": [
      "esplora"
    ],
    "serde": [
      "serde_crate",
      "serde_yaml",
      "toml",
      "bp-std/serde",
      "psbt/serde",
      "descriptors/serde"
    ],
    "signers": [
      "bp-std/signers",
      "bip39",
      "rand",
      "aes-gcm"
    ],
    "strict-encoding": [
      "bp-std/strict_encoding",
      "psbt/strict_encoding"
    ]
  },
  "features2": {
    "all": [
      "electrum",
      "esplora",
      "mempool",
      "fs",
      "cli",
      "clap",
      "log",
      "hot",
      "signers",
      "client-side-validation",
      "strict-encoding"
    ],
    "cli": [
      "base64",
      "env_logger",
      "clap",
      "shellexpand",
      "fs",
      "serde",
      "electrum",
      "esplora",
      "mempool",
      "log",
      "colored"
    ],
    "hot": [
      "signers",
      "rpassword",
      "cli"
    ],
    "log": [
      "dep:log",
      "env_logger"
    ]
  },
  "index_path": "bp/-w/bp-wallet",
  "name": "bp-wallet",
  "pubtime": "2025-05-01T17:33:57Z",
  "rust_version": "1.82.0",
  "v": 2,
  "vers": "0.12.0-beta.6",
  "yanked": false
}
