{
  "cksum": "672c06a0bdca7bfab4c17e99643afbf76a2ce9166fc6ff3df0ff30c13a2d0bbf",
  "crate_file": "ax-std-0.5.17.crate",
  "crate_url": "https://static.crates.io/crates/ax-std/ax-std-0.5.17.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ax-alloc",
      "optional": false,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-api",
      "optional": false,
      "req": "^0.5.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver",
      "optional": false,
      "req": "^0.7.0",
      "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-feat",
      "optional": false,
      "req": "^0.5.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-hal",
      "optional": false,
      "req": "^0.5.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-io",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-kspin",
      "optional": false,
      "req": "^0.3.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-lazyinit",
      "optional": false,
      "req": "^0.4.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-posix-api",
      "optional": false,
      "req": "^0.5.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-runtime",
      "optional": false,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "lock_api",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "spin",
      "optional": false,
      "req": "^0.12",
      "target": null
    }
  ],
  "features": {
    "aarch64-qemu-virt": [
      "alloc",
      "tls",
      "fd"
    ],
    "alloc": [
      "ax-api/alloc",
      "ax-feat/alloc",
      "ax-io/alloc",
      "ax-posix-api/alloc"
    ],
    "backtrace": [
      "ax-feat/backtrace"
    ],
    "default": [
      "alloc",
      "tls",
      "fd"
    ],
    "defplat": [
      "alloc",
      "tls",
      "fd",
      "ax-feat/defplat"
    ],
    "display": [
      "ax-api/display",
      "ax-feat/display"
    ],
    "dma": [
      "ax-api/dma",
      "ax-feat/dma"
    ],
    "dns": [],
    "dwarf": [
      "ax-feat/dwarf"
    ],
    "ext-ld": [
      "ax-feat/ext-ld"
    ],
    "ext4fs": [
      "fs"
    ],
    "fatfs": [
      "fs"
    ],
    "fd": [
      "ax-posix-api/fd",
      "ax-posix-api/poll"
    ],
    "fp-simd": [
      "ax-feat/fp-simd"
    ],
    "fs": [
      "ax-api/fs",
      "ax-feat/fs",
      "ax-posix-api/fs",
      "ax-driver/plat-static",
      "ax-driver/virtio-blk",
      "fd"
    ],
    "hv": [
      "ax-feat/hv"
    ],
    "input": [
      "ax-feat/input"
    ],
    "ipi": [
      "ax-api/ipi",
      "ax-feat/ipi"
    ],
    "irq": [
      "ax-api/irq",
      "ax-feat/irq",
      "ax-posix-api/irq"
    ],
    "lockdep": [
      "ax-feat/lockdep",
      "ax-posix-api/lockdep"
    ],
    "loongarch64-qemu-virt": [
      "alloc",
      "tls",
      "fd",
      "ax-hal/loongarch64-qemu-virt"
    ],
    "multitask": [
      "ax-api/multitask",
      "ax-feat/multitask",
      "ax-posix-api/multitask"
    ],
    "myplat": [
      "alloc",
      "tls",
      "fd",
      "ax-feat/myplat"
    ],
    "net": [
      "ax-api/net",
      "ax-feat/net",
      "ax-posix-api/net",
      "ax-driver/plat-static",
      "ax-driver/virtio-net",
      "fd"
    ],
    "paging": [
      "ax-feat/paging",
      "alloc"
    ],
    "plat-dyn": [
      "alloc",
      "tls",
      "fd",
      "ax-feat/plat-dyn"
    ],
    "rtc": [
      "ax-feat/rtc"
    ],
    "sched-cfs": [
      "ax-feat/sched-cfs"
    ],
    "sched-fifo": [
      "ax-feat/sched-fifo"
    ],
    "sched-rr": [
      "ax-feat/sched-rr"
    ],
    "smp": [
      "ax-feat/smp",
      "ax-kspin/smp",
      "ax-posix-api/smp"
    ],
    "stack-guard-page": [
      "multitask",
      "paging",
      "ax-feat/stack-guard-page"
    ],
    "std-compat": [
      "ax-alloc/global-allocator",
      "ax-runtime/std-compat"
    ],
    "task-ext": [
      "ax-feat/task-ext"
    ],
    "tls": [
      "ax-feat/tls"
    ],
    "uspace": [
      "ax-feat/uspace"
    ],
    "virtio-blk": [
      "ax-driver/virtio-blk"
    ],
    "virtio-gpu": [
      "ax-driver/virtio-gpu"
    ],
    "virtio-input": [
      "ax-driver/virtio-input"
    ],
    "virtio-net": [
      "ax-driver/virtio-net"
    ],
    "virtio-socket": [
      "ax-driver/virtio-socket"
    ],
    "x86-pc": [
      "alloc",
      "tls",
      "fd",
      "ax-hal/x86-pc"
    ]
  },
  "index_path": "ax/-s/ax-std",
  "name": "ax-std",
  "pubtime": "2026-06-10T01:13:25Z",
  "vers": "0.5.17",
  "yanked": false
}
