{
  "cksum": "aea5c6b6a48e7283ede40784ded0eedd371e98d59faf97e7d9f4a73dcec4fe00",
  "crate_file": "axdriver-0.3.0-preview.3.crate",
  "crate_url": "https://static.crates.io/crates/axdriver/axdriver-0.3.0-preview.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axalloc",
      "optional": true,
      "req": "=0.3.0-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axconfig",
      "optional": true,
      "req": "=0.3.0-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdma",
      "optional": true,
      "req": "=0.3.0-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_base",
      "optional": false,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_block",
      "optional": true,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_display",
      "optional": true,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_input",
      "optional": true,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_net",
      "optional": true,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_pci",
      "optional": true,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_virtio",
      "optional": true,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axdriver_vsock",
      "optional": true,
      "req": "^0.1.4-preview.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axerrno",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axhal",
      "optional": true,
      "req": "=0.3.0-preview.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axplat-dyn",
      "optional": true,
      "req": "=0.3.0-preview.3",
      "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": "crate_interface",
      "optional": false,
      "req": "^0.1",
      "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": [
      "axdriver_vsock"
    ]
  },
  "features2": {
    "ahci": [
      "block",
      "axdriver_block/ahci",
      "dep:axhal",
      "dep:axconfig"
    ],
    "bcm2835-sdhci": [
      "block",
      "axdriver_block/bcm2835-sdhci"
    ],
    "block": [
      "dep:axdriver_block"
    ],
    "bus-pci": [
      "dep:axdriver_pci",
      "dep:axhal",
      "dep:axconfig"
    ],
    "default": [
      "bus-pci"
    ],
    "display": [
      "dep:axdriver_display"
    ],
    "dyn": [
      "dep:axerrno",
      "dep:axplat-dyn"
    ],
    "fxmac": [
      "net",
      "axdriver_net/fxmac",
      "dep:axalloc",
      "dep:axhal",
      "dep:axdma"
    ],
    "input": [
      "dep:axdriver_input"
    ],
    "ixgbe": [
      "net",
      "axdriver_net/ixgbe",
      "dep:axalloc",
      "dep:axhal",
      "dep:axdma"
    ],
    "net": [
      "dep:axdriver_net"
    ],
    "ramdisk": [
      "block",
      "axdriver_block/ramdisk"
    ],
    "sdmmc": [
      "block",
      "axdriver_block/sdmmc",
      "dep:axhal",
      "dep:axconfig"
    ],
    "virtio": [
      "dep:axdriver_virtio",
      "dep:axalloc",
      "dep:axhal",
      "dep:axconfig"
    ],
    "virtio-blk": [
      "block",
      "virtio",
      "axdriver_virtio/block"
    ],
    "virtio-gpu": [
      "display",
      "virtio",
      "axdriver_virtio/gpu"
    ],
    "virtio-input": [
      "input",
      "virtio",
      "axdriver_virtio/input"
    ],
    "virtio-net": [
      "net",
      "virtio",
      "axdriver_virtio/net"
    ],
    "virtio-socket": [
      "vsock",
      "virtio",
      "axdriver_virtio/socket"
    ]
  },
  "index_path": "ax/dr/axdriver",
  "name": "axdriver",
  "pubtime": "2026-03-11T02:01:08Z",
  "v": 2,
  "vers": "0.3.0-preview.3",
  "yanked": false
}
