{
  "cksum": "fb0d01485e6cd24b0a8b9b3f786b88af4306af68923f9fb02db1b0e7c3d17120",
  "crate_file": "descriptor-wallet-0.10.1.crate",
  "crate_url": "https://static.crates.io/crates/descriptor-wallet/descriptor-wallet-0.10.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "amplify",
      "optional": false,
      "req": "^3.14.2",
      "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": "bitcoin",
      "optional": false,
      "req": "^0.29.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rand"
      ],
      "kind": "dev",
      "name": "bitcoin",
      "optional": false,
      "req": "^0.29.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitcoin_blockchain",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitcoin_hd",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitcoin_hwi",
      "optional": true,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitcoin_onchain",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitcoin_scripts",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^4.1.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "colored",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "descriptors",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "electrum-client",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "miniscript_crate",
      "optional": true,
      "package": "miniscript",
      "req": "^9.0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "psbt",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rpassword",
      "optional": true,
      "req": "^7.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde_crate",
      "optional": true,
      "package": "serde",
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "hex"
      ],
      "kind": "normal",
      "name": "serde_with",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "slip132",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bitcoin",
        "derive"
      ],
      "kind": "normal",
      "name": "strict_encoding_crate",
      "optional": true,
      "package": "strict_encoding",
      "req": "^0.9.0",
      "target": null
    }
  ],
  "features": {
    "all": [
      "mobile",
      "miniscript",
      "electrum",
      "strict_encoding",
      "keygen",
      "construct",
      "compiler",
      "sign",
      "hwi",
      "hot",
      "cli",
      "serde"
    ],
    "cli": [
      "hwi",
      "electrum",
      "construct",
      "miniscript",
      "miniscript_crate",
      "strict_encoding",
      "strict_encoding_crate",
      "serde",
      "colored",
      "clap",
      "serde_yaml",
      "bitcoin/base64"
    ],
    "compiler": [
      "miniscript",
      "miniscript_crate/compiler"
    ],
    "construct": [
      "psbt/construct"
    ],
    "default": [],
    "electrum": [
      "electrum-client",
      "bitcoin_onchain/electrum"
    ],
    "hot": [
      "keygen",
      "bip39",
      "aes",
      "rpassword",
      "sign"
    ],
    "hwi": [
      "bitcoin_hwi"
    ],
    "keygen": [
      "bitcoin/rand",
      "amplify/rand",
      "descriptors/rand"
    ],
    "miniscript": [
      "strict_encoding_crate/miniscript",
      "bitcoin_hd/miniscript",
      "bitcoin_onchain/miniscript_descriptors",
      "descriptors/miniscript",
      "psbt/miniscript"
    ],
    "mobile": [
      "miniscript",
      "compiler",
      "electrum",
      "strict_encoding",
      "hot",
      "construct"
    ],
    "serde": [
      "slip132/serde",
      "bitcoin_onchain/serde",
      "bitcoin_hd/serde",
      "psbt/serde",
      "descriptors/serde"
    ],
    "sign": [
      "psbt/sign"
    ],
    "strict_encoding": [
      "slip132/strict_encoding"
    ]
  },
  "index_path": "de/sc/descriptor-wallet",
  "name": "descriptor-wallet",
  "pubtime": "2023-09-08T13:04:17Z",
  "rust_version": "1.65.0",
  "vers": "0.10.1",
  "yanked": false
}
