{
  "cksum": "65aa629921d2caefb466f0b9fdb9e9903bcc67abb83222e9ad6b4c1691cd320a",
  "crate_file": "baracuda-0.0.1-alpha.76.crate",
  "crate_url": "https://static.crates.io/crates/baracuda/baracuda-0.0.1-alpha.76.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cublas",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cudf",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cudnn",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cufft",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cufile",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-curand",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cusolver",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cusparse",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-cvcuda",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-driver",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-nccl",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-npp",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-nvcomp",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-nvimagecodec",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-nvjitlink",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-nvjpeg",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-nvml",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-nvrtc",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "baracuda-nvrtc",
      "optional": false,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-runtime",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-tensorrt",
      "optional": true,
      "req": "^0.0.1-alpha.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "baracuda-types",
      "optional": false,
      "req": "^0.0.1-alpha.76",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "async": [
      "baracuda-driver?/async"
    ],
    "cublas": [
      "dep:baracuda-cublas",
      "driver"
    ],
    "cudf": [
      "dep:baracuda-cudf"
    ],
    "cudnn": [
      "dep:baracuda-cudnn",
      "driver"
    ],
    "cufft": [
      "dep:baracuda-cufft",
      "driver"
    ],
    "cufile": [
      "dep:baracuda-cufile"
    ],
    "curand": [
      "dep:baracuda-curand",
      "driver"
    ],
    "cusolver": [
      "dep:baracuda-cusolver",
      "driver"
    ],
    "cusparse": [
      "dep:baracuda-cusparse",
      "driver"
    ],
    "cvcuda": [
      "dep:baracuda-cvcuda"
    ],
    "default": [
      "driver",
      "runtime"
    ],
    "driver": [
      "dep:baracuda-driver"
    ],
    "driver-runtime-interop": [
      "baracuda-runtime?/driver-interop"
    ],
    "full": [
      "ml",
      "imaging",
      "nvcomp",
      "nvml",
      "cufile",
      "cudf"
    ],
    "half-crate": [
      "baracuda-types/half-crate",
      "baracuda-cudnn?/half-crate",
      "baracuda-nccl?/half-crate"
    ],
    "imaging": [
      "npp",
      "nvjpeg",
      "nvimagecodec",
      "cvcuda"
    ],
    "math": [
      "cublas",
      "curand",
      "cufft",
      "cusparse",
      "cusolver"
    ],
    "ml": [
      "driver",
      "runtime",
      "nvrtc",
      "nvjitlink",
      "math",
      "cudnn",
      "nccl",
      "tensorrt"
    ],
    "nccl": [
      "dep:baracuda-nccl",
      "driver"
    ],
    "npp": [
      "dep:baracuda-npp",
      "driver"
    ],
    "nvcomp": [
      "dep:baracuda-nvcomp"
    ],
    "nvimagecodec": [
      "dep:baracuda-nvimagecodec",
      "driver"
    ],
    "nvjitlink": [
      "dep:baracuda-nvjitlink"
    ],
    "nvjpeg": [
      "dep:baracuda-nvjpeg",
      "driver"
    ],
    "nvml": [
      "dep:baracuda-nvml"
    ],
    "nvrtc": [
      "dep:baracuda-nvrtc"
    ],
    "runtime": [
      "dep:baracuda-runtime"
    ],
    "tensorrt": [
      "dep:baracuda-tensorrt"
    ]
  },
  "index_path": "ba/ra/baracuda",
  "name": "baracuda",
  "pubtime": "2026-07-09T01:39:54Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.0.1-alpha.76",
  "yanked": false
}
