{
  "cksum": "45f061bceaca453bb5e3a1951897c8fca02f668b862c00a7d30485a3d401cd20",
  "crate_file": "stm32-hal2-0.2.3.crate",
  "crate_url": "https://static.crates.io/crates/stm32-hal2/stm32-hal2-0.2.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "as-slice",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cast",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cortex-m",
      "optional": false,
      "req": "^0.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "unproven"
      ],
      "kind": "normal",
      "name": "embedded-hal",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "generic-array",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nb",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "libm"
      ],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1.0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rtcc",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "stable_deref_trait",
      "optional": false,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32-usbd",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32f3",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32f4",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32g0",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32g4",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32h7",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32l4",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stm32l5",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "void",
      "optional": false,
      "req": "^1.0.2",
      "target": null
    }
  ],
  "features": {
    "f3": [],
    "f301": [
      "stm32f3/stm32f301",
      "f3"
    ],
    "f302": [
      "stm32f3/stm32f302",
      "f3"
    ],
    "f303": [
      "stm32f3/stm32f303",
      "f3"
    ],
    "f373": [
      "stm32f3/stm32f373",
      "f3"
    ],
    "f3rt": [
      "stm32f3/rt"
    ],
    "f3x4": [
      "stm32f3/stm32f3x4",
      "f3"
    ],
    "f4": [],
    "f401": [
      "stm32f4/stm32f401",
      "f4"
    ],
    "f405": [
      "stm32f4/stm32f405",
      "f4"
    ],
    "f407": [
      "stm32f4/stm32f407",
      "f4"
    ],
    "f410": [
      "stm32f4/stm32f410",
      "f4"
    ],
    "f411": [
      "stm32f4/stm32f411",
      "f4"
    ],
    "f412": [
      "stm32f4/stm32f412",
      "f4"
    ],
    "f413": [
      "stm32f4/stm32f413",
      "f4"
    ],
    "f427": [
      "stm32f4/stm32f427",
      "f4"
    ],
    "f429": [
      "stm32f4/stm32f429",
      "f4"
    ],
    "f446": [
      "stm32f4/stm32f446",
      "f4"
    ],
    "f469": [
      "stm32f4/stm32f469",
      "f4"
    ],
    "f4rt": [
      "stm32f4/rt"
    ],
    "g0": [],
    "g030": [
      "stm32g0/stm32g030",
      "g0"
    ],
    "g031": [
      "stm32g0/stm32g031",
      "g0"
    ],
    "g041": [
      "stm32g0/stm32g041",
      "g0"
    ],
    "g070": [
      "stm32g0/stm32g070",
      "g0"
    ],
    "g071": [
      "stm32g0/stm32g071",
      "g0"
    ],
    "g081": [
      "stm32g0/stm32g081",
      "g0"
    ],
    "g0rt": [
      "stm32g0/rt"
    ],
    "g4": [],
    "g431": [
      "stm32g4/stm32g431",
      "g4"
    ],
    "g441": [
      "stm32g4/stm32g441",
      "g4"
    ],
    "g471": [
      "stm32g4/stm32g471",
      "g4"
    ],
    "g473": [
      "stm32g4/stm32g473",
      "g4"
    ],
    "g474": [
      "stm32g4/stm32g474",
      "g4"
    ],
    "g483": [
      "stm32g4/stm32g483",
      "g4"
    ],
    "g484": [
      "stm32g4/stm32g484",
      "g4"
    ],
    "g491": [
      "stm32g4/stm32g491",
      "g4"
    ],
    "g4a1": [
      "stm32g4/stm32g4a1",
      "g4"
    ],
    "g4rt": [
      "stm32g4/rt"
    ],
    "h7": [],
    "h743": [
      "stm32h7/stm32h743",
      "h7"
    ],
    "h743v": [
      "stm32h7/stm32h743v",
      "h7"
    ],
    "h747cm4": [
      "stm32h7/stm32h747cm4",
      "h7"
    ],
    "h747cm7": [
      "stm32h7/stm32h747cm7",
      "h7"
    ],
    "h753": [
      "stm32h7/stm32h753",
      "h7"
    ],
    "h753v": [
      "stm32h7/stm32h753v",
      "h7"
    ],
    "h7b3": [
      "stm32h7/stm32h7b3",
      "h7"
    ],
    "h7rt": [
      "stm32h7/rt"
    ],
    "l4": [],
    "l4rt": [
      "stm32l4/rt"
    ],
    "l4x1": [
      "stm32l4/stm32l4x1",
      "l4"
    ],
    "l4x2": [
      "stm32l4/stm32l4x2",
      "l4"
    ],
    "l4x3": [
      "stm32l4/stm32l4x3",
      "l4"
    ],
    "l4x5": [
      "stm32l4/stm32l4x5",
      "l4"
    ],
    "l4x6": [
      "stm32l4/stm32l4x6",
      "l4"
    ],
    "l5": [],
    "l552": [
      "stm32l5/stm32l552",
      "l5"
    ],
    "l562": [
      "stm32l5/stm32l562",
      "l5"
    ],
    "l5rt": [
      "stm32l5/rt"
    ],
    "usb": [
      "stm32-usbd"
    ]
  },
  "index_path": "st/m3/stm32-hal2",
  "name": "stm32-hal2",
  "pubtime": "2021-04-16T23:54:57Z",
  "vers": "0.2.3",
  "yanked": false
}
