{
  "cksum": "2c6e355e4c70b83c63a40e4b3b83c2bc8613f5f767c9e95ccc0a45780eb6bc37",
  "crate_file": "axruntime-0.2.2-preview.3.crate",
  "crate_url": "https://static.crates.io/crates/axruntime/axruntime-0.2.2-preview.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axalloc",
      "optional": true,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axconfig",
      "optional": false,
      "req": "^0.2.2-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdisplay",
      "optional": true,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver",
      "optional": true,
      "req": "^0.2.2-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axerrno",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axfs",
      "optional": true,
      "req": "^0.2.2-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axhal",
      "optional": false,
      "req": "^0.2.2-preview.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "irq",
        "smp"
      ],
      "kind": "normal",
      "name": "axhal",
      "optional": false,
      "req": "^0.2.2-preview.6",
      "target": "cfg(target_arch = \"x86_64\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axipi",
      "optional": true,
      "req": "^0.2.2-preview.2",
      "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-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axnet",
      "optional": true,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axplat",
      "optional": false,
      "req": "^0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "irq",
        "smp",
        "hv"
      ],
      "kind": "normal",
      "name": "axplat-aarch64-dyn",
      "optional": false,
      "req": "^0.4.0-preview.1",
      "target": "cfg(target_arch = \"aarch64\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axplat-x86-qemu-q35",
      "optional": false,
      "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-preview.3",
      "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": "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": false,
      "req": "^0.4",
      "target": "cfg(target_arch = \"aarch64\")"
    }
  ],
  "features": {
    "alloc": [
      "axalloc"
    ],
    "default": [],
    "display": [
      "axdriver",
      "axdisplay"
    ],
    "driver-dyn": [
      "axdriver/dyn"
    ],
    "fs": [
      "axdriver",
      "axfs"
    ],
    "multitask": [
      "axtask/multitask"
    ],
    "net": [
      "axdriver",
      "axnet"
    ],
    "paging": [
      "axhal/paging",
      "axmm"
    ],
    "rtc": []
  },
  "features2": {
    "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-08T13:44:18Z",
  "v": 2,
  "vers": "0.2.2-preview.3",
  "yanked": false
}
