{
  "cksum": "ce5c658dc9a0e283dafb99317ade2bb191d3881b2133ac58da251d03f589f83f",
  "crate_file": "axruntime-0.3.0-preview.2.crate",
  "crate_url": "https://static.crates.io/crates/axruntime/axruntime-0.3.0-preview.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axalloc",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "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.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdisplay",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axfs",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axfs-ng",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axhal",
      "optional": false,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axinput",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axipi",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axklib",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axlog",
      "optional": false,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axmm",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axnet",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axnet-ng",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axplat",
      "optional": false,
      "req": "^0.3.1-pre.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axtask",
      "optional": true,
      "req": "=0.3.0-preview.2",
      "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",
      "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": "percpu",
      "optional": true,
      "req": "^0.2.3-preview.1",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "hv": [
      "axalloc/hv"
    ],
    "multitask": [
      "axtask/multitask"
    ],
    "rtc": []
  },
  "features2": {
    "alloc": [
      "dep:axalloc"
    ],
    "axdriver": [
      "dep:axdriver"
    ],
    "display": [
      "axdriver",
      "dep:axdisplay"
    ],
    "dma": [
      "paging"
    ],
    "fs": [
      "axdriver",
      "dep:axfs"
    ],
    "fs-ng": [
      "axdriver",
      "dep:axfs-ng"
    ],
    "input": [
      "axdriver",
      "dep:axinput"
    ],
    "ipi": [
      "dep:axipi"
    ],
    "irq": [
      "axhal/irq",
      "axtask?/irq",
      "dep:percpu"
    ],
    "net": [
      "axdriver",
      "dep:axnet"
    ],
    "net-ng": [
      "axdriver",
      "dep:axnet-ng"
    ],
    "paging": [
      "axhal/paging",
      "dep:axmm",
      "dep:axklib"
    ],
    "plat-dyn": [
      "axdriver/dyn",
      "paging"
    ],
    "smp": [
      "axhal/smp",
      "axtask?/smp"
    ],
    "tls": [
      "axhal/tls",
      "axtask?/tls"
    ],
    "vsock": [
      "net-ng",
      "axnet-ng/vsock"
    ]
  },
  "index_path": "ax/ru/axruntime",
  "name": "axruntime",
  "pubtime": "2026-03-06T06:23:17Z",
  "v": 2,
  "vers": "0.3.0-preview.2",
  "yanked": false
}
