{
  "cksum": "c79a1a50d9e3023b53ac7d8a73eaf2b060d77aa77f4f9f962145fb40d91f32b3",
  "crate_file": "ockam_transport_ble-0.88.0.crate",
  "crate_url": "https://static.crates.io/crates/ockam_transport_ble/ockam_transport_ble-0.88.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atsame54_xpro",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ms"
      ],
      "kind": "normal",
      "name": "bluenrg",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "version-4-1"
      ],
      "kind": "normal",
      "name": "bluetooth-hci",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "btleplug",
      "optional": true,
      "req": "^0.11.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cortex-m",
      "optional": false,
      "req": "^0.7.7",
      "target": "cfg(target_arch = \"arm\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "embedded-hal",
      "optional": true,
      "req": "^1.0.0-rc",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "heapless",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nb",
      "optional": true,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_core",
      "optional": false,
      "req": "^0.117.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_identity",
      "optional": false,
      "req": "^0.121.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_node",
      "optional": false,
      "req": "^0.126.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_transport_core",
      "optional": false,
      "req": "^0.91.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ockam_vault",
      "optional": false,
      "req": "^0.119.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pic32-hal",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "riscv",
      "optional": false,
      "req": "^0.10.0",
      "target": "cfg(any(target_arch = \"riscv32\", target_arch = \"riscv64\"))"
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32-device-signature",
      "optional": true,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "stm32f407"
      ],
      "kind": "normal",
      "name": "stm32f4xx-hal",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "stm32h747cm7"
      ],
      "kind": "normal",
      "name": "stm32h7xx-hal",
      "optional": true,
      "req": "^0.16.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.10.0",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "ockam_core/alloc",
      "ockam_node/alloc",
      "ockam_transport_core/alloc"
    ],
    "atsame54": [
      "embedded-hal",
      "atsame54_xpro"
    ],
    "default": [
      "std",
      "use_btleplug"
    ],
    "no_std": [
      "ockam_core/no_std",
      "ockam_node/no_std",
      "ockam_transport_core/no_std",
      "heapless",
      "nb"
    ],
    "pic32": [
      "embedded-hal",
      "pic32-hal"
    ],
    "pic32mx1xxfxxxb": [
      "pic32",
      "pic32-hal/pic32mx1xxfxxxb"
    ],
    "pic32mx2xxfxxxb": [
      "pic32",
      "pic32-hal/pic32mx2xxfxxxb"
    ],
    "std": [
      "ockam_core/std",
      "ockam_node/std",
      "ockam_transport_core/std",
      "tracing/default",
      "uuid"
    ],
    "stm32f4": [
      "embedded-hal",
      "stm32f4xx-hal"
    ],
    "stm32h7": [
      "embedded-hal",
      "stm32h7xx-hal",
      "stm32-device-signature/stm32h75x"
    ],
    "use_bluetooth_hci": [
      "bluetooth-hci",
      "bluenrg"
    ],
    "use_btleplug": [
      "btleplug"
    ]
  },
  "index_path": "oc/ka/ockam_transport_ble",
  "name": "ockam_transport_ble",
  "pubtime": "2024-09-24T01:03:58Z",
  "vers": "0.88.0",
  "yanked": false
}
