{
  "cksum": "b87a73ce554190fcfd1b98172230c018da854a71978b9fbc9cb4e87230538cb1",
  "crate_file": "editline-0.0.22.crate",
  "crate_url": "https://static.crates.io/crates/editline/editline-0.0.22.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "alloc-cortex-m",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cortex-m",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cortex-m-rt",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "defmt",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "defmt-rtt",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "arch-cortex-m",
        "executor-thread"
      ],
      "kind": "normal",
      "name": "embassy-executor",
      "optional": true,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "embassy-futures",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "time-driver-any",
        "exti",
        "memory-x"
      ],
      "kind": "normal",
      "name": "embassy-stm32",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "embassy-time",
      "optional": true,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "embassy-usb",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "embedded-hal",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "embedded-io",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fugit",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "heapless",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": "cfg(all(unix, not(target_os = \"none\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "microbit-v2",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "panic-halt",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "print-defmt"
      ],
      "kind": "normal",
      "name": "panic-probe",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rp2040-boot2",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "critical-section-impl"
      ],
      "kind": "normal",
      "name": "rp2040-hal",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "critical-section-impl"
      ],
      "kind": "normal",
      "name": "rp235x-hal",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "usb-device",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "usbd-serial",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "wincon",
        "winbase",
        "handleapi",
        "consoleapi",
        "processenv",
        "wincontypes",
        "winuser"
      ],
      "kind": "normal",
      "name": "winapi",
      "optional": true,
      "req": "^0.3",
      "target": "cfg(all(windows, not(target_os = \"none\")))"
    }
  ],
  "features": {
    "async": [],
    "default": [
      "sync",
      "std"
    ],
    "embassy_usb": [
      "embassy-time",
      "embassy-usb",
      "defmt",
      "async"
    ],
    "microbit": [
      "microbit-v2",
      "embedded-io",
      "cortex-m",
      "cortex-m-rt",
      "panic-halt",
      "alloc-cortex-m",
      "sync"
    ],
    "rp_pico2_usb": [
      "rp235x-hal",
      "fugit",
      "usb-device",
      "usbd-serial",
      "cortex-m",
      "panic-halt",
      "alloc-cortex-m",
      "embedded-hal",
      "sync"
    ],
    "rp_pico_usb": [
      "rp2040-hal",
      "rp2040-boot2",
      "fugit",
      "usb-device",
      "usbd-serial",
      "cortex-m",
      "cortex-m-rt",
      "panic-halt",
      "alloc-cortex-m",
      "sync"
    ],
    "std": [
      "libc",
      "winapi",
      "sync"
    ],
    "stm32h753zi": [
      "embassy_usb",
      "embassy-stm32/stm32h753zi",
      "embassy-executor",
      "embassy-futures",
      "heapless",
      "cortex-m/critical-section-single-core",
      "cortex-m-rt",
      "defmt-rtt",
      "panic-probe",
      "alloc-cortex-m"
    ],
    "sync": []
  },
  "index_path": "ed/it/editline",
  "name": "editline",
  "pubtime": "2025-10-26T14:08:23Z",
  "rust_version": "1.56",
  "vers": "0.0.22",
  "yanked": false
}
