{
  "cksum": "e7ce51c2b26adda850ef047e16d3a3ee84ac1db5bdb1242c9ee0213bf2092b1f",
  "crate_file": "ax-feat-0.5.2.crate",
  "crate_url": "https://static.crates.io/crates/ax-feat/ax-feat-0.5.2.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": true,
      "req": "^0.5.2",
      "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-kspin",
      "optional": true,
      "req": "^0.3.1",
      "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-net",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-runtime",
      "optional": false,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-sync",
      "optional": true,
      "req": "^0.5.2",
      "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
    }
  ],
  "features": {
    "alloc": [
      "ax-alloc",
      "ax-runtime/alloc"
    ],
    "alloc-buddy": [
      "ax-alloc/buddy"
    ],
    "alloc-slab": [
      "ax-alloc/slab"
    ],
    "alloc-tlsf": [
      "ax-alloc/tlsf"
    ],
    "default": [],
    "defplat": [
      "ax-hal/defplat"
    ],
    "dma": [
      "alloc",
      "paging"
    ],
    "dwarf": [
      "alloc",
      "axbacktrace/dwarf"
    ],
    "fp-simd": [
      "ax-hal/fp-simd"
    ],
    "hv": [
      "ax-hal/hv"
    ],
    "multitask": [
      "alloc",
      "ax-task/multitask",
      "ax-sync/multitask",
      "ax-runtime/multitask"
    ],
    "myplat": [
      "ax-hal/myplat"
    ],
    "page-alloc-4g": [
      "ax-alloc/page-alloc-4g"
    ],
    "page-alloc-64g": [
      "ax-alloc/page-alloc-64g"
    ],
    "paging": [
      "alloc",
      "ax-hal/paging",
      "ax-runtime/paging"
    ],
    "plat-dyn": [
      "ax-hal/plat-dyn",
      "paging",
      "ax-runtime/plat-dyn",
      "ax-config/plat-dyn"
    ],
    "rtc": [
      "ax-hal/rtc",
      "ax-runtime/rtc"
    ],
    "sched-fifo": [
      "ax-task/sched-fifo"
    ],
    "task-ext": [
      "ax-task/task-ext"
    ],
    "uspace": [
      "ax-hal/uspace"
    ],
    "vsock": [
      "ax-runtime/vsock"
    ]
  },
  "features2": {
    "bus-mmio": [
      "ax-driver?/bus-mmio"
    ],
    "bus-pci": [
      "ax-driver?/bus-pci"
    ],
    "display": [
      "alloc",
      "paging",
      "ax-driver/virtio-gpu",
      "dep:ax-display",
      "ax-runtime/display"
    ],
    "driver-ahci": [
      "ax-driver?/ahci"
    ],
    "driver-bcm2835-sdhci": [
      "ax-driver?/bcm2835-sdhci"
    ],
    "driver-fxmac": [
      "ax-driver?/fxmac"
    ],
    "driver-ixgbe": [
      "ax-driver?/ixgbe"
    ],
    "driver-ramdisk": [
      "ax-driver?/ramdisk",
      "ax-fs?/use-ramdisk"
    ],
    "driver-sdmmc": [
      "ax-driver?/sdmmc"
    ],
    "fs": [
      "alloc",
      "paging",
      "ax-driver/virtio-blk",
      "dep:ax-fs",
      "ax-runtime/fs"
    ],
    "fs-ng": [
      "fs",
      "ax-runtime/fs-ng"
    ],
    "fs-ng-ext4": [
      "fs-ng",
      "ax-fs-ng/ext4"
    ],
    "fs-ng-fat": [
      "fs-ng",
      "ax-fs-ng/fat"
    ],
    "fs-ng-times": [
      "fs-ng",
      "ax-fs-ng/times"
    ],
    "input": [
      "alloc",
      "paging",
      "ax-driver/virtio-input",
      "dep:ax-input",
      "ax-runtime/input"
    ],
    "ipi": [
      "irq",
      "dep:ax-ipi",
      "ax-hal/ipi",
      "ax-runtime/ipi"
    ],
    "irq": [
      "ax-hal/irq",
      "ax-runtime/irq",
      "ax-task?/irq",
      "ax-driver?/irq"
    ],
    "net": [
      "alloc",
      "paging",
      "ax-driver/virtio-net",
      "dep:ax-net",
      "ax-runtime/net"
    ],
    "net-ng": [
      "net",
      "irq",
      "multitask",
      "ax-runtime/net-ng"
    ],
    "sched-cfs": [
      "ax-task/sched-cfs",
      "irq"
    ],
    "sched-rr": [
      "ax-task/sched-rr",
      "irq"
    ],
    "smp": [
      "ax-hal/smp",
      "ax-runtime/smp",
      "ax-task?/smp",
      "ax-kspin/smp"
    ],
    "tls": [
      "alloc",
      "ax-hal/tls",
      "ax-runtime/tls",
      "ax-task?/tls"
    ]
  },
  "index_path": "ax/-f/ax-feat",
  "name": "ax-feat",
  "pubtime": "2026-04-15T08:22:42Z",
  "v": 2,
  "vers": "0.5.2",
  "yanked": false
}
