{
  "cksum": "4a5df903c0d2c07b56950f1058104ab0c8557159f2741782223704de9be73c3c",
  "crate_file": "ort-2.0.0-rc.11.crate",
  "crate_url": "https://static.crates.io/crates/ort/ort-2.0.0-rc.11.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "half",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "image",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libloading",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num-complex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ort-sys",
      "optional": false,
      "req": "=2.0.0-rc.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "const_generics"
      ],
      "kind": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "test-util"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.36",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "env-filter",
        "fmt"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ureq",
      "optional": true,
      "req": "^3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "native-tls"
      ],
      "kind": "dev",
      "name": "ureq",
      "optional": false,
      "req": "^3",
      "target": null
    }
  ],
  "features": {
    "acl": [
      "ort-sys/acl"
    ],
    "alternative-backend": [
      "ort-sys/disable-linking"
    ],
    "armnn": [
      "ort-sys/armnn"
    ],
    "azure": [
      "ort-sys/azure"
    ],
    "cann": [
      "ort-sys/cann"
    ],
    "copy-dylibs": [
      "ort-sys/copy-dylibs"
    ],
    "coreml": [
      "ort-sys/coreml"
    ],
    "cuda": [
      "ort-sys/cuda"
    ],
    "directml": [
      "ort-sys/directml"
    ],
    "download-binaries": [
      "ort-sys/download-binaries"
    ],
    "migraphx": [
      "ort-sys/migraphx"
    ],
    "nnapi": [
      "ort-sys/nnapi"
    ],
    "nvrtx": [
      "ort-sys/nvrtx"
    ],
    "onednn": [
      "ort-sys/onednn"
    ],
    "openvino": [
      "ort-sys/openvino"
    ],
    "pkg-config": [
      "ort-sys/pkg-config"
    ],
    "qnn": [
      "ort-sys/qnn"
    ],
    "rknpu": [
      "ort-sys/rknpu"
    ],
    "rocm": [
      "ort-sys/rocm"
    ],
    "tensorrt": [
      "ort-sys/tensorrt"
    ],
    "training": [
      "ort-sys/training"
    ],
    "tvm": [
      "ort-sys/tvm"
    ],
    "vitis": [
      "ort-sys/vitis"
    ],
    "webgpu": [
      "ort-sys/webgpu"
    ],
    "xnnpack": [
      "ort-sys/xnnpack"
    ]
  },
  "features2": {
    "default": [
      "std",
      "ndarray",
      "tracing",
      "download-binaries",
      "tls-native",
      "copy-dylibs"
    ],
    "fetch-models": [
      "std",
      "dep:ureq",
      "dep:sha2"
    ],
    "half": [
      "dep:half"
    ],
    "load-dynamic": [
      "std",
      "preload-dylibs",
      "ort-sys/disable-linking"
    ],
    "ndarray": [
      "dep:ndarray"
    ],
    "num-complex": [
      "dep:num-complex"
    ],
    "preload-dylibs": [
      "dep:libloading"
    ],
    "std": [
      "ort-sys/std",
      "ndarray/std",
      "tracing?/std"
    ],
    "tls-native": [
      "ort-sys/tls-native",
      "ureq?/native-tls"
    ],
    "tls-native-vendored": [
      "ort-sys/tls-native-vendored",
      "ureq?/native-tls",
      "ureq?/vendored"
    ],
    "tls-rustls": [
      "ort-sys/tls-rustls",
      "ureq?/rustls"
    ],
    "tls-rustls-no-provider": [
      "ort-sys/tls-rustls-no-provider",
      "ureq?/rustls-no-provider"
    ],
    "tracing": [
      "dep:tracing"
    ]
  },
  "index_path": "3/o/ort",
  "name": "ort",
  "pubtime": "2026-01-07T03:47:23Z",
  "rust_version": "1.88",
  "v": 2,
  "vers": "2.0.0-rc.11",
  "yanked": false
}
