{
  "cksum": "38b7c2b83ebecd5a9c20baf9ce20a785f87a163053f8cbf3b59480df195a285d",
  "crate_file": "axfeat-0.2.2-preview.1.crate",
  "crate_url": "https://static.crates.io/crates/axfeat/axfeat-0.2.2-preview.1.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": "axbacktrace",
      "optional": false,
      "req": "^0.1",
      "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.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axfs",
      "optional": true,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axhal",
      "optional": false,
      "req": "^0.2.2-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axinput",
      "optional": true,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "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": "axnet",
      "optional": true,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axruntime",
      "optional": false,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axsync",
      "optional": true,
      "req": "^0.2.2-preview.1",
      "target": null
    },
    {
      "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": "kspin",
      "optional": true,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "axalloc",
      "axruntime/alloc"
    ],
    "alloc-buddy": [
      "axalloc/buddy"
    ],
    "alloc-level-1": [
      "axalloc/level-1",
      "alloc"
    ],
    "alloc-slab": [
      "axalloc/slab"
    ],
    "alloc-tlsf": [
      "axalloc/tlsf"
    ],
    "default": [],
    "defplat": [
      "axhal/defplat"
    ],
    "dma": [
      "alloc",
      "paging",
      "axruntime/dma"
    ],
    "driver-dyn": [
      "paging",
      "axruntime/driver-dyn",
      "axdriver/dyn"
    ],
    "dwarf": [
      "alloc",
      "axbacktrace/dwarf"
    ],
    "fp-simd": [
      "axhal/fp-simd"
    ],
    "multitask": [
      "alloc",
      "axtask/multitask",
      "axsync/multitask",
      "axruntime/multitask"
    ],
    "myplat": [
      "axhal/myplat"
    ],
    "page-alloc-4g": [
      "axalloc/page-alloc-4g"
    ],
    "page-alloc-64g": [
      "axalloc/page-alloc-64g"
    ],
    "paging": [
      "alloc",
      "axhal/paging",
      "axruntime/paging"
    ],
    "rtc": [
      "axhal/rtc",
      "axruntime/rtc"
    ],
    "sched-fifo": [
      "axtask/sched-fifo"
    ],
    "task-ext": [
      "axtask/task-ext"
    ],
    "uspace": [
      "axhal/uspace"
    ]
  },
  "features2": {
    "bus-mmio": [
      "axdriver?/bus-mmio"
    ],
    "bus-pci": [
      "axdriver?/bus-pci"
    ],
    "display": [
      "alloc",
      "paging",
      "axdriver/virtio-gpu",
      "dep:axdisplay",
      "axruntime/display"
    ],
    "driver-ahci": [
      "axdriver?/ahci"
    ],
    "driver-bcm2835-sdhci": [
      "axdriver?/bcm2835-sdhci"
    ],
    "driver-fxmac": [
      "axdriver?/fxmac"
    ],
    "driver-ixgbe": [
      "axdriver?/ixgbe"
    ],
    "driver-ramdisk": [
      "axdriver?/ramdisk",
      "axfs?/use-ramdisk"
    ],
    "driver-sdmmc": [
      "axdriver?/sdmmc"
    ],
    "fs": [
      "alloc",
      "paging",
      "axdriver/virtio-blk",
      "dep:axfs",
      "axruntime/fs"
    ],
    "fs-ext4": [
      "fs",
      "axfs/ext4"
    ],
    "fs-fat": [
      "fs",
      "axfs/fat"
    ],
    "fs-times": [
      "fs",
      "axfs/times"
    ],
    "input": [
      "alloc",
      "paging",
      "axdriver/virtio-input",
      "dep:axinput",
      "axruntime/input"
    ],
    "ipi": [
      "irq",
      "dep:axipi",
      "axhal/ipi",
      "axruntime/ipi"
    ],
    "irq": [
      "axhal/irq",
      "axruntime/irq",
      "axtask?/irq",
      "axdriver?/irq"
    ],
    "net": [
      "alloc",
      "paging",
      "axdriver/virtio-net",
      "dep:axnet",
      "axruntime/net"
    ],
    "sched-cfs": [
      "axtask/sched-cfs",
      "irq"
    ],
    "sched-rr": [
      "axtask/sched-rr",
      "irq"
    ],
    "smp": [
      "axhal/smp",
      "axruntime/smp",
      "axtask?/smp",
      "kspin/smp"
    ],
    "tls": [
      "alloc",
      "axhal/tls",
      "axruntime/tls",
      "axtask?/tls"
    ],
    "vsock": [
      "net",
      "axdriver/virtio-socket",
      "axruntime/vsock",
      "axnet/vsock"
    ]
  },
  "index_path": "ax/fe/axfeat",
  "name": "axfeat",
  "pubtime": "2026-02-06T12:40:47Z",
  "v": 2,
  "vers": "0.2.2-preview.1",
  "yanked": false
}
