{
  "cksum": "36d5739e8193a04012a9a52a69ebac5989aa4756125fbcedbeceafc6dce2e4f8",
  "crate_file": "pezsp-io-30.0.0.crate",
  "crate_url": "https://static.crates.io/crates/pezsp-io/pezsp-io-30.0.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "bytes"
      ],
      "kind": "normal",
      "name": "codec",
      "optional": false,
      "package": "parity-scale-codec",
      "req": "^3.7.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "docify",
      "optional": false,
      "req": "^0.2.9",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": false,
      "req": "^2.1",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": false,
      "features": [
        "static-context"
      ],
      "kind": "normal",
      "name": "libsecp256k1",
      "optional": false,
      "req": "^0.7.0",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.22",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-core",
      "optional": false,
      "req": "^28.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-crypto-hashing",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-externalities",
      "optional": false,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-keystore",
      "optional": false,
      "req": "^0.34.0",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-keystore",
      "optional": true,
      "req": "^0.34.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-runtime-interface",
      "optional": false,
      "req": "^24.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-state-machine",
      "optional": false,
      "req": "^0.35.0",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-state-machine",
      "optional": true,
      "req": "^0.35.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-tracing",
      "optional": false,
      "req": "^16.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-trie",
      "optional": false,
      "req": "^29.0.0",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pezsp-trie",
      "optional": true,
      "req": "^29.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "polkavm-derive",
      "optional": false,
      "req": "^0.26.0",
      "target": "cfg(all(any(target_arch = \"riscv32\", target_arch = \"riscv64\"), bizinikiwi_runtime))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "rustversion",
      "optional": false,
      "req": "^1.0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "recovery"
      ],
      "kind": "normal",
      "name": "secp256k1",
      "optional": false,
      "req": "^0.28.0",
      "target": "cfg(not(bizinikiwi_runtime))"
    },
    {
      "default_features": true,
      "features": [
        "global-context",
        "recovery"
      ],
      "kind": "normal",
      "name": "secp256k1",
      "optional": true,
      "req": "^0.28.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.37",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing-core",
      "optional": false,
      "req": "^0.1.32",
      "target": null
    }
  ],
  "features": {
    "bandersnatch-experimental": [
      "pezsp-core/bandersnatch-experimental",
      "pezsp-keystore/bandersnatch-experimental"
    ],
    "bls-experimental": [
      "pezsp-core/bls-experimental",
      "pezsp-keystore/bls-experimental"
    ],
    "default": [
      "std"
    ],
    "disable_allocator": [],
    "disable_oom": [],
    "disable_panic_handler": [],
    "improved_panic_error_reporting": [],
    "std": [
      "bytes/std",
      "codec/std",
      "ed25519-dalek/std",
      "libsecp256k1/std",
      "log/std",
      "pezsp-core/std",
      "pezsp-crypto-hashing/std",
      "pezsp-externalities/std",
      "pezsp-keystore/std",
      "pezsp-runtime-interface/std",
      "pezsp-state-machine/std",
      "pezsp-tracing/std",
      "pezsp-trie/std",
      "secp256k1/global-context",
      "secp256k1/std",
      "tracing-core/std",
      "tracing/std"
    ],
    "with-tracing": [
      "pezsp-tracing/with-tracing"
    ]
  },
  "features2": {
    "runtime-benchmarks": [
      "pezsp-runtime-interface/runtime-benchmarks",
      "pezsp-state-machine?/runtime-benchmarks",
      "pezsp-trie?/runtime-benchmarks"
    ]
  },
  "index_path": "pe/zs/pezsp-io",
  "name": "pezsp-io",
  "pubtime": "2025-12-27T22:04:58Z",
  "v": 2,
  "vers": "30.0.0",
  "yanked": false
}
