{
  "cksum": "65bdce9a0f371f9043e2bebf067dedf0ad4ab705391aff00124a6851aaa7449c",
  "crate_file": "ockam_entity-0.24.0.crate",
  "crate_url": "https://static.crates.io/crates/ockam_entity/ockam_entity-0.24.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "group",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "heapless",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_channel",
      "optional": false,
      "req": "^0.30.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_core",
      "optional": false,
      "req": "^0.35.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_key_exchange_core",
      "optional": false,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_key_exchange_xx",
      "optional": true,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_node",
      "optional": false,
      "req": "^0.33.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_vault",
      "optional": true,
      "req": "^0.29.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_vault",
      "optional": false,
      "req": "^0.29.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_vault_core",
      "optional": false,
      "req": "^0.29.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_vault_sync_core",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_vault_sync_core",
      "optional": false,
      "req": "^0.26.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",
      "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": "normal",
      "name": "serde_json",
      "optional": true,
      "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,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "signature_bls",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "signature_core",
      "optional": true,
      "req": "^0.27.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "ockam_core/alloc",
      "ockam_channel/alloc",
      "ockam_key_exchange_core/alloc",
      "ockam_key_exchange_xx/alloc",
      "ockam_node/alloc",
      "ockam_vault_core/alloc",
      "ockam_vault_sync_core/alloc",
      "ockam_vault/alloc"
    ],
    "credentials": [
      "ockam_vault/bls",
      "ockam_vault_core/bls",
      "signature_core",
      "signature_bbs_plus",
      "signature_bls"
    ],
    "default": [
      "std",
      "software_vault",
      "noise_xx"
    ],
    "lease_proto_json": [
      "serde_json"
    ],
    "no_std": [
      "ockam_core/no_std",
      "ockam_channel/no_std",
      "ockam_key_exchange_core/no_std",
      "ockam_key_exchange_xx/no_std",
      "ockam_node/no_std",
      "ockam_vault_core/no_std",
      "ockam_vault_sync_core/no_std",
      "ockam_vault/no_std"
    ],
    "noise_xx": [
      "ockam_key_exchange_xx"
    ],
    "software_vault": [
      "ockam_vault",
      "ockam_vault_sync_core",
      "ockam_vault_sync_core/software_vault"
    ],
    "std": [
      "ockam_core/std",
      "ockam_channel/std",
      "ockam_key_exchange_core/std",
      "ockam_key_exchange_xx/std",
      "ockam_node/std",
      "ockam_vault_core/std",
      "ockam_vault_sync_core/std",
      "ockam_vault/std"
    ]
  },
  "index_path": "oc/ka/ockam_entity",
  "name": "ockam_entity",
  "pubtime": "2021-10-19T00:09:15Z",
  "vers": "0.24.0",
  "yanked": false
}
