{
  "cksum": "6b2a0765d61e8a6d7bafe43f866ad885a764a3684ac27e01e320eaad5028f5f5",
  "crate_file": "ax-task-0.5.22.crate",
  "crate_url": "https://static.crates.io/crates/ax-task/ax-task-0.5.22.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ax-alloc",
      "optional": true,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-config",
      "optional": true,
      "req": "^0.5.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-cpumask",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-crate-interface",
      "optional": true,
      "req": "^0.5.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-errno",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-hal",
      "optional": false,
      "req": "^0.5.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "fp-simd"
      ],
      "kind": "dev",
      "name": "ax-hal",
      "optional": false,
      "req": "^0.5.21",
      "target": "cfg(not(target_os = \"none\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-ipi",
      "optional": true,
      "req": "^0.5.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-kernel-guard",
      "optional": true,
      "req": "^0.3.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-kspin",
      "optional": true,
      "req": "^0.3.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-lazyinit",
      "optional": true,
      "req": "^0.4.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-lockdep",
      "optional": true,
      "req": "^0.1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-memory-addr",
      "optional": true,
      "req": "^0.6.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-mm",
      "optional": true,
      "req": "^0.5.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-percpu",
      "optional": true,
      "req": "^0.4.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-sched",
      "optional": true,
      "req": "^0.5.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-timer-list",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axpoll",
      "optional": true,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "extern-trait",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "async-await-macro"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "spin",
      "optional": true,
      "req": "^0.12",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "smp": [
      "ax-kspin/smp"
    ],
    "stack-canary": [],
    "tls": [
      "ax-hal/tls"
    ],
    "uspace": [
      "ax-hal/uspace"
    ]
  },
  "features2": {
    "host-test": [
      "ax-hal/host-test",
      "ax-kspin?/host-test",
      "ax-kspin?/smp",
      "ax-percpu?/sp-naive"
    ],
    "ipi": [
      "irq",
      "ax-hal/ipi",
      "dep:ax-ipi"
    ],
    "irq": [
      "ax-hal/irq",
      "dep:ax-timer-list"
    ],
    "lockdep": [
      "multitask",
      "ax-kspin/lockdep",
      "dep:ax-lockdep",
      "ax-lockdep/task-context"
    ],
    "multitask": [
      "stack-canary",
      "dep:ax-config",
      "dep:axpoll",
      "dep:ax-sched",
      "dep:ax-cpumask",
      "dep:ax-crate-interface",
      "dep:futures-util",
      "dep:ax-kernel-guard",
      "dep:ax-kspin",
      "dep:ax-lazyinit",
      "dep:ax-memory-addr",
      "dep:ax-percpu",
      "dep:spin"
    ],
    "preempt": [
      "irq",
      "ax-percpu?/preempt",
      "ax-kernel-guard/preempt"
    ],
    "sched-cfs": [
      "multitask",
      "preempt"
    ],
    "sched-fifo": [
      "multitask"
    ],
    "sched-rr": [
      "multitask",
      "preempt"
    ],
    "stack-guard-page": [
      "multitask",
      "dep:ax-alloc",
      "dep:ax-mm",
      "ax-hal/paging"
    ],
    "task-ext": [
      "dep:extern-trait"
    ],
    "test": [
      "host-test"
    ],
    "tracepoint-hooks": [
      "multitask"
    ]
  },
  "index_path": "ax/-t/ax-task",
  "name": "ax-task",
  "pubtime": "2026-06-24T02:23:17Z",
  "v": 2,
  "vers": "0.5.22",
  "yanked": false
}
