{
  "cksum": "835f4209bafefae5cc4bd1764e797af2314729a53822a51c9c3d184bf9f21d16",
  "crate_file": "ockam-0.76.0.crate",
  "crate_url": "https://static.crates.io/crates/ockam/ockam-0.76.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrayref",
      "optional": false,
      "req": "^0.3",
      "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": true,
      "features": [
        "alloc",
        "derive"
      ],
      "kind": "normal",
      "name": "minicbor",
      "optional": false,
      "req": "^0.18.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_abac",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_channel",
      "optional": false,
      "req": "^0.70.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_core",
      "optional": false,
      "req": "^0.70.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_identity",
      "optional": false,
      "req": "^0.64.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_key_exchange_core",
      "optional": false,
      "req": "^0.61.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_key_exchange_xx",
      "optional": true,
      "req": "^0.66.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_key_exchange_xx",
      "optional": false,
      "req": "^0.66.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_macros",
      "optional": false,
      "req": "^0.24.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_node",
      "optional": false,
      "req": "^0.73.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ockam_transport_tcp",
      "optional": true,
      "req": "^0.71.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_vault",
      "optional": true,
      "req": "^0.66.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_vault",
      "optional": false,
      "req": "^0.66.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": "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": 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",
      "ockam_abac/alloc",
      "serde/alloc"
    ],
    "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",
      "ockam_abac/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",
      "ockam_abac/std",
      "rand/default",
      "serde/std"
    ]
  },
  "index_path": "oc/ka/ockam",
  "name": "ockam",
  "pubtime": "2022-09-21T03:32:55Z",
  "rust_version": "1.56.0",
  "vers": "0.76.0",
  "yanked": false
}
