{
  "cksum": "079a71f7dbfbae02d192075d191c76ad2fa2f17fbe76a7df106ffafda6fc7019",
  "crate_file": "ax-hal-0.5.10.crate",
  "crate_url": "https://static.crates.io/crates/ax-hal/ax-hal-0.5.10.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-alloc",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-config",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "ax-config",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-cpu",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-kernel-guard",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-memory-addr",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ax-errno"
      ],
      "kind": "normal",
      "name": "ax-page-table-multiarch",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-percpu",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-plat",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-plat-aarch64-qemu-virt",
      "optional": true,
      "req": "^0.5",
      "target": "cfg(target_arch = \"aarch64\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-plat-loongarch64-qemu-virt",
      "optional": true,
      "req": "^0.5",
      "target": "cfg(target_arch = \"loongarch64\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-plat-riscv64-qemu-virt",
      "optional": true,
      "req": "^0.5",
      "target": "cfg(target_arch = \"riscv64\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-plat-x86-pc",
      "optional": true,
      "req": "^0.5",
      "target": "cfg(target_arch = \"x86_64\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axplat-dyn",
      "optional": true,
      "req": "^0.5",
      "target": "cfg(target_os = \"none\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fdt-parser",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "heapless",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "spin",
      "optional": false,
      "req": "^0.10",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "myplat": [],
    "plat-dyn": [
      "axplat-dyn"
    ],
    "tls": [
      "ax-cpu/tls"
    ]
  },
  "features2": {
    "defplat": [
      "dep:ax-plat-x86-pc",
      "dep:ax-plat-aarch64-qemu-virt",
      "dep:ax-plat-riscv64-qemu-virt",
      "dep:ax-plat-loongarch64-qemu-virt"
    ],
    "fp-simd": [
      "ax-cpu/fp-simd",
      "ax-plat-x86-pc?/fp-simd",
      "ax-plat-aarch64-qemu-virt?/fp-simd",
      "ax-plat-riscv64-qemu-virt?/fp-simd",
      "ax-plat-loongarch64-qemu-virt?/fp-simd",
      "axplat-dyn?/fp-simd"
    ],
    "hv": [
      "paging",
      "ax-cpu/arm-el2",
      "ax-percpu/arm-el2",
      "axplat-dyn?/hv"
    ],
    "ipi": [
      "irq"
    ],
    "irq": [
      "ax-plat-x86-pc?/irq",
      "ax-plat-aarch64-qemu-virt?/irq",
      "ax-plat-riscv64-qemu-virt?/irq",
      "ax-plat-loongarch64-qemu-virt?/irq",
      "ax-plat/irq",
      "axplat-dyn?/irq"
    ],
    "paging": [
      "dep:ax-alloc",
      "dep:ax-page-table-multiarch"
    ],
    "rtc": [
      "ax-plat-x86-pc?/rtc",
      "ax-plat-aarch64-qemu-virt?/rtc",
      "ax-plat-riscv64-qemu-virt?/rtc",
      "ax-plat-loongarch64-qemu-virt?/rtc"
    ],
    "smp": [
      "ax-plat-x86-pc?/smp",
      "ax-plat-aarch64-qemu-virt?/smp",
      "ax-plat-riscv64-qemu-virt?/smp",
      "ax-plat-loongarch64-qemu-virt?/smp",
      "axplat-dyn?/smp",
      "ax-plat/smp"
    ],
    "uspace": [
      "paging",
      "ax-cpu/uspace",
      "axplat-dyn?/uspace"
    ]
  },
  "index_path": "ax/-h/ax-hal",
  "name": "ax-hal",
  "pubtime": "2026-04-16T10:55:34Z",
  "v": 2,
  "vers": "0.5.10",
  "yanked": false
}
