{
  "cksum": "517161def4ca8527bfc4ba36efe5b40923024f73308a1f9c0fc5cca1bee2f536",
  "crate_file": "bitcoin-0.33.0-beta.crate",
  "crate_url": "https://static.crates.io/crates/bitcoin/bitcoin-0.33.0-beta.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1.4.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "base58",
      "optional": false,
      "package": "base58ck",
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "bech32",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bincode",
      "optional": false,
      "req": "^1.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bitcoinconsensus",
      "optional": true,
      "req": "^0.106.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "encoding",
      "optional": false,
      "package": "bitcoin-consensus-encoding",
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "hex"
      ],
      "kind": "normal",
      "name": "hashes",
      "optional": false,
      "package": "bitcoin_hashes",
      "req": "^0.20.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "hex-stable",
      "optional": false,
      "package": "hex-conservative",
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "hex-unstable",
      "optional": false,
      "package": "hex-conservative",
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex_lit",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "alloc",
        "hex"
      ],
      "kind": "normal",
      "name": "internals",
      "optional": false,
      "package": "bitcoin-internals",
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "hashes"
      ],
      "kind": "normal",
      "name": "io",
      "optional": false,
      "package": "bitcoin-io",
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "network",
      "optional": false,
      "package": "bitcoin-network-kind",
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "hex"
      ],
      "kind": "normal",
      "name": "primitives",
      "optional": false,
      "package": "bitcoin-primitives",
      "req": "^0.102.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "secp256k1",
      "optional": false,
      "req": "^0.32.0-beta.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "alloc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.195",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.68",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_test",
      "optional": false,
      "req": "^1.0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "units",
      "optional": false,
      "package": "bitcoin-units",
      "req": "^0.3.0",
      "target": null
    }
  ],
  "features": {
    "rand": [
      "secp256k1/rand"
    ],
    "secp-global-context": [
      "secp256k1/global-context"
    ],
    "secp-lowmemory": [
      "secp256k1/lowmemory"
    ],
    "secp-recovery": [
      "secp256k1/recovery"
    ]
  },
  "features2": {
    "arbitrary": [
      "dep:arbitrary",
      "units/arbitrary",
      "primitives/arbitrary"
    ],
    "default": [
      "std",
      "secp-recovery"
    ],
    "serde": [
      "base64",
      "dep:serde",
      "hashes/serde",
      "internals/serde",
      "network/serde",
      "primitives/serde",
      "secp256k1/serde",
      "units/serde"
    ],
    "std": [
      "base58/std",
      "bech32/std",
      "encoding/std",
      "hashes/std",
      "hex-stable/std",
      "hex-unstable/std",
      "internals/std",
      "io/std",
      "network/std",
      "primitives/std",
      "secp256k1/std",
      "units/std",
      "base64?/std",
      "bitcoinconsensus?/std"
    ]
  },
  "index_path": "bi/tc/bitcoin",
  "name": "bitcoin",
  "pubtime": "2026-02-23T17:52:45Z",
  "rust_version": "1.74.0",
  "v": 2,
  "vers": "0.33.0-beta",
  "yanked": false
}
