{
  "cksum": "6d5b7e21161490891da7cf413a4c5c873c9cb8fd5f693d54ae52837328d0224f",
  "crate_file": "ax-driver-0.5.2.crate",
  "crate_url": "https://static.crates.io/crates/ax-driver/ax-driver-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-crate-interface",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-dma",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-base",
      "optional": false,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-block",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-display",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-input",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-net",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-pci",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-virtio",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-driver-vsock",
      "optional": true,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-errno",
      "optional": true,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ax-hal",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axplat-dyn",
      "optional": true,
      "req": "^0.5.2",
      "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": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "const_generics",
        "union"
      ],
      "kind": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1.15",
      "target": null
    }
  ],
  "features": {
    "bus-mmio": [],
    "irq": [],
    "vsock": [
      "ax-driver-vsock"
    ]
  },
  "features2": {
    "ahci": [
      "block",
      "ax-driver-block/ahci",
      "dep:ax-hal",
      "dep:ax-config"
    ],
    "bcm2835-sdhci": [
      "block",
      "ax-driver-block/bcm2835-sdhci"
    ],
    "block": [
      "dep:ax-driver-block"
    ],
    "bus-pci": [
      "dep:ax-driver-pci",
      "dep:ax-hal",
      "dep:ax-config"
    ],
    "default": [
      "bus-pci"
    ],
    "display": [
      "dep:ax-driver-display"
    ],
    "dyn": [
      "dep:ax-errno",
      "dep:axplat-dyn"
    ],
    "fxmac": [
      "net",
      "ax-driver-net/fxmac",
      "dep:ax-alloc",
      "dep:ax-hal",
      "dep:ax-dma"
    ],
    "input": [
      "dep:ax-driver-input"
    ],
    "ixgbe": [
      "net",
      "ax-driver-net/ixgbe",
      "dep:ax-alloc",
      "dep:ax-hal",
      "dep:ax-dma"
    ],
    "net": [
      "dep:ax-driver-net",
      "axplat-dyn?/net"
    ],
    "ramdisk": [
      "block",
      "ax-driver-block/ramdisk"
    ],
    "sdmmc": [
      "block",
      "ax-driver-block/sdmmc",
      "dep:ax-hal",
      "dep:ax-config"
    ],
    "virtio": [
      "dep:ax-driver-virtio",
      "dep:ax-alloc",
      "dep:ax-hal",
      "dep:ax-config"
    ],
    "virtio-blk": [
      "block",
      "virtio",
      "ax-driver-virtio/block"
    ],
    "virtio-gpu": [
      "display",
      "virtio",
      "ax-driver-virtio/gpu"
    ],
    "virtio-input": [
      "input",
      "virtio",
      "ax-driver-virtio/input"
    ],
    "virtio-net": [
      "net",
      "virtio",
      "ax-driver-virtio/net"
    ],
    "virtio-socket": [
      "vsock",
      "virtio",
      "ax-driver-virtio/socket"
    ]
  },
  "index_path": "ax/-d/ax-driver",
  "name": "ax-driver",
  "pubtime": "2026-04-15T08:13:03Z",
  "v": 2,
  "vers": "0.5.2",
  "yanked": false
}
