{
  "cksum": "8623af1ebd099b255061a4aec9f5921b713b4496cffe0d7a2ef5d31ac7471437",
  "crate_file": "ax-feat-0.5.17.crate",
  "crate_url": "https://static.crates.io/crates/ax-feat/ax-feat-0.5.17.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ax-alloc",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-config",
      "optional": true,
      "req": "^0.5.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-display",
      "optional": true,
      "req": "^0.5.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver",
      "optional": true,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-fs",
      "optional": true,
      "req": "^0.5.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-fs-ng",
      "optional": true,
      "req": "^0.5.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-hal",
      "optional": false,
      "req": "^0.5.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-input",
      "optional": true,
      "req": "^0.5.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-ipi",
      "optional": true,
      "req": "^0.5.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-kspin",
      "optional": true,
      "req": "^0.3.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-log",
      "optional": false,
      "req": "^0.5.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-net",
      "optional": true,
      "req": "^0.5.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-net-ng",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-runtime",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-sync",
      "optional": true,
      "req": "^0.5.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-task",
      "optional": true,
      "req": "^0.5.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axbacktrace",
      "optional": false,
      "req": "^0.4.1",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "ax-alloc"
    ],
    "backtrace": [
      "axbacktrace/alloc"
    ],
    "default": [
      "alloc"
    ],
    "defplat": [
      "ax-hal/defplat"
    ],
    "dma": [
      "paging"
    ],
    "dwarf": [
      "axbacktrace/dwarf"
    ],
    "ext-ld": [
      "ax-runtime/ext-ld"
    ],
    "fp-simd": [
      "ax-hal/fp-simd"
    ],
    "hv": [
      "ax-hal/hv"
    ],
    "lockdep": [
      "multitask",
      "ax-sync/lockdep",
      "ax-kspin/lockdep"
    ],
    "multitask": [
      "ax-task/multitask",
      "ax-sync/multitask",
      "ax-runtime/multitask"
    ],
    "myplat": [
      "ax-hal/myplat"
    ],
    "paging": [
      "ax-hal/paging",
      "ax-runtime/paging"
    ],
    "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"
    ],
    "vsock": [
      "ax-runtime/vsock"
    ],
    "xuantie-c9xx": [
      "ax-hal/xuantie-c9xx"
    ]
  },
  "features2": {
    "display": [
      "paging",
      "dep:ax-display",
      "ax-runtime/display"
    ],
    "fs": [
      "paging",
      "dep:ax-fs",
      "ax-runtime/fs"
    ],
    "fs-ng": [
      "paging",
      "dep:ax-fs-ng",
      "ax-runtime/fs-ng"
    ],
    "fs-ng-ext4": [
      "fs-ng",
      "ax-fs-ng/ext4",
      "ax-runtime/fs-ng-ext4"
    ],
    "fs-ng-fat": [
      "fs-ng",
      "ax-fs-ng/fat",
      "ax-runtime/fs-ng-fat"
    ],
    "fs-ng-times": [
      "fs-ng",
      "ax-fs-ng/times"
    ],
    "input": [
      "paging",
      "dep:ax-input",
      "ax-runtime/input"
    ],
    "ipi": [
      "irq",
      "dep:ax-ipi",
      "ax-hal/ipi",
      "ax-runtime/ipi",
      "ax-task?/ipi"
    ],
    "irq": [
      "ax-hal/irq",
      "ax-runtime/irq",
      "ax-task?/irq",
      "ax-driver?/irq"
    ],
    "net": [
      "paging",
      "irq",
      "multitask",
      "dep:ax-net",
      "ax-runtime/net"
    ],
    "net-ng": [
      "paging",
      "irq",
      "multitask",
      "dep:ax-net-ng",
      "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"
    ],
    "stack-guard-page": [
      "ipi",
      "multitask",
      "paging",
      "ax-task/stack-guard-page",
      "ax-runtime/stack-guard-page"
    ],
    "tls": [
      "ax-hal/tls",
      "ax-runtime/tls",
      "ax-task?/tls"
    ],
    "uspace": [
      "ax-hal/uspace",
      "ax-task?/uspace"
    ]
  },
  "index_path": "ax/-f/ax-feat",
  "name": "ax-feat",
  "pubtime": "2026-06-03T09:12:33Z",
  "v": 2,
  "vers": "0.5.17",
  "yanked": false
}
