{
  "cksum": "2214e3aabdda8d566b703ce023a8b067cbf27c3baa94d957d3a03f5e6d7e5a33",
  "crate_file": "axruntime-0.2.2-hv.4.crate",
  "crate_url": "https://static.crates.io/crates/axruntime/axruntime-0.2.2-hv.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axalloc",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axbacktrace",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axconfig",
      "optional": false,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdisplay",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axerrno",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axfs",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axhal",
      "optional": false,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axinput",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axipi",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axlog",
      "optional": false,
      "req": "=0.2.2-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axmm",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axnet",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axplat",
      "optional": false,
      "req": ">=0.3.0-preview.2, <0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "irq",
        "smp",
        "hv"
      ],
      "kind": "normal",
      "name": "axplat-dyn",
      "optional": true,
      "req": "^0.4",
      "target": "cfg(target_arch = \"aarch64\")"
    },
    {
      "default_features": false,
      "features": [
        "reboot-on-system-off"
      ],
      "kind": "normal",
      "name": "axplat-x86-qemu-q35",
      "optional": true,
      "req": "^0.1.0-preview.1",
      "target": "cfg(target_arch = \"x86_64\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axtask",
      "optional": true,
      "req": "=0.2.2-hv.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.38",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crate_interface",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ctor_bare",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "indoc",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "percpu",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "somehal",
      "optional": true,
      "req": "^0.4",
      "target": "cfg(target_arch = \"aarch64\")"
    }
  ],
  "features": {
    "alloc": [
      "axalloc"
    ],
    "default": [],
    "display": [
      "axdriver",
      "axdisplay"
    ],
    "dma": [
      "paging"
    ],
    "driver-dyn-base": [
      "axdriver/dyn",
      "paging"
    ],
    "fs": [
      "axdriver",
      "axfs"
    ],
    "hv": [
      "axalloc/hv"
    ],
    "input": [
      "axdriver",
      "axinput"
    ],
    "multitask": [
      "axtask/multitask"
    ],
    "net": [
      "axdriver",
      "axnet"
    ],
    "paging": [
      "axhal/paging",
      "axmm"
    ],
    "rtc": [],
    "vsock": [
      "net",
      "axdriver"
    ]
  },
  "features2": {
    "driver-dyn": [
      "driver-dyn-base",
      "driver-dyn-aarch64",
      "driver-dyn-x86_64",
      "axconfig/driver-dyn"
    ],
    "driver-dyn-aarch64": [
      "dep:axplat-dyn",
      "dep:somehal"
    ],
    "driver-dyn-x86_64": [
      "dep:axplat-x86-qemu-q35"
    ],
    "ipi": [
      "dep:axipi"
    ],
    "irq": [
      "axhal/irq",
      "axtask?/irq",
      "percpu"
    ],
    "smp": [
      "axhal/smp",
      "axtask?/smp"
    ],
    "tls": [
      "axhal/tls",
      "axtask?/tls"
    ]
  },
  "index_path": "ax/ru/axruntime",
  "name": "axruntime",
  "pubtime": "2026-02-11T06:52:11Z",
  "v": 2,
  "vers": "0.2.2-hv.4",
  "yanked": false
}
