{
  "cksum": "b4ea37e7e9d94792d5ac935f029a360f55d5672aa5899704e69d8fb0e2eb176a",
  "crate_file": "ockam-0.63.0.crate",
  "crate_url": "https://static.crates.io/crates/ockam/ockam-0.63.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrayref",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bls12_381_plus",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dyn-clone",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_channel",
      "optional": false,
      "req": "^0.57.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_core",
      "optional": false,
      "req": "^0.57.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_identity",
      "optional": false,
      "req": "^0.51.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_key_exchange_core",
      "optional": false,
      "req": "^0.48.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_key_exchange_xx",
      "optional": true,
      "req": "^0.53.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_key_exchange_xx",
      "optional": false,
      "req": "^0.53.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_macros",
      "optional": false,
      "req": "^0.16.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_node",
      "optional": false,
      "req": "^0.60.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ockam_transport_tcp",
      "optional": true,
      "req": "^0.58.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_vault",
      "optional": true,
      "req": "^0.53.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_vault",
      "optional": false,
      "req": "^0.53.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand_xorshift",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-big-array",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "signature_bbs_plus",
      "optional": true,
      "package": "signature_bbs_plus",
      "req": "^0.37.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "signature_bls",
      "optional": true,
      "package": "signature_bls",
      "req": "^0.35.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "signature_core",
      "optional": true,
      "req": "^0.37.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "diff"
      ],
      "kind": "dev",
      "name": "trybuild",
      "optional": false,
      "req": "^1.0",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "ockam_core/alloc",
      "ockam_node/alloc",
      "ockam_vault/alloc",
      "ockam_channel/alloc",
      "ockam_key_exchange_core/alloc",
      "ockam_key_exchange_xx/alloc",
      "ockam_identity/alloc",
      "serde/alloc"
    ],
    "credentials": [
      "ockam_identity/credentials",
      "ockam_vault/bls",
      "bls12_381_plus",
      "signature_core",
      "signature_bbs_plus",
      "signature_bls"
    ],
    "default": [
      "std",
      "ockam_transport_tcp",
      "software_vault",
      "software_vault_storage",
      "noise_xx"
    ],
    "no_std": [
      "ockam_core/no_std",
      "ockam_node/no_std",
      "ockam_macros/no_std",
      "ockam_vault/no_std",
      "ockam_channel/no_std",
      "ockam_key_exchange_core/no_std",
      "ockam_key_exchange_xx/no_std",
      "ockam_identity/no_std"
    ],
    "noise_xx": [
      "ockam_key_exchange_xx",
      "ockam_channel/noise_xx"
    ],
    "software_vault": [
      "ockam_vault",
      "ockam_channel/software_vault"
    ],
    "software_vault_storage": [
      "software_vault",
      "ockam_vault/storage"
    ],
    "std": [
      "alloc",
      "ockam_core/std",
      "ockam_node/std",
      "ockam_macros/std",
      "ockam_vault/std",
      "ockam_channel/std",
      "ockam_key_exchange_core/std",
      "ockam_key_exchange_xx/std",
      "ockam_identity/std",
      "rand/default",
      "serde/std"
    ]
  },
  "index_path": "oc/ka/ockam",
  "name": "ockam",
  "pubtime": "2022-06-30T20:44:06Z",
  "rust_version": "1.56.0",
  "vers": "0.63.0",
  "yanked": false
}
