{
  "cksum": "b3127a6274c97aac53ac603f84b50a5ded89e829278d21c92aebb44e1aad8728",
  "crate_file": "ax-runtime-0.5.3.crate",
  "crate_url": "https://static.crates.io/crates/ax-runtime/ax-runtime-0.5.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-alloc",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-config",
      "optional": false,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-crate-interface",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-ctor-bare",
      "optional": false,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-display",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-fs",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-fs-ng",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-hal",
      "optional": false,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-input",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-ipi",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-log",
      "optional": false,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-mm",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-net",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-net-ng",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-percpu",
      "optional": true,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-plat",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-task",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axbacktrace",
      "optional": false,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axklib",
      "optional": true,
      "req": "^0.5.1",
      "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": "indoc",
      "optional": false,
      "req": "^2",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "multitask": [
      "ax-task/multitask"
    ],
    "rtc": []
  },
  "features2": {
    "alloc": [
      "dep:ax-alloc"
    ],
    "ax-driver": [
      "dep:ax-driver"
    ],
    "buddy-slab": [
      "alloc",
      "ax-alloc/buddy-slab"
    ],
    "display": [
      "ax-driver",
      "dep:ax-display"
    ],
    "dma": [
      "paging"
    ],
    "fs": [
      "ax-driver",
      "dep:ax-fs"
    ],
    "fs-ng": [
      "ax-driver",
      "dep:ax-fs-ng"
    ],
    "input": [
      "ax-driver",
      "dep:ax-input"
    ],
    "ipi": [
      "dep:ax-ipi"
    ],
    "irq": [
      "ax-hal/irq",
      "ax-task?/irq",
      "dep:ax-percpu"
    ],
    "net": [
      "ax-driver",
      "dep:ax-net"
    ],
    "net-ng": [
      "ax-driver",
      "dep:ax-net-ng"
    ],
    "paging": [
      "ax-hal/paging",
      "dep:ax-mm",
      "dep:axklib"
    ],
    "plat-dyn": [
      "ax-driver/dyn",
      "paging",
      "buddy-slab"
    ],
    "smp": [
      "ax-hal/smp",
      "ax-task?/smp"
    ],
    "tls": [
      "ax-hal/tls",
      "ax-task?/tls"
    ],
    "vsock": [
      "net-ng",
      "ax-net-ng/vsock"
    ]
  },
  "index_path": "ax/-r/ax-runtime",
  "name": "ax-runtime",
  "pubtime": "2026-04-15T11:16:19Z",
  "v": 2,
  "vers": "0.5.3",
  "yanked": false
}
