onnx-runtime-ep-cpu 0.1.0-dev.2

CPU execution provider for the ORT 2.0 runtime (skeleton; oneDNN-backed kernels land in Phase 1)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "onnx-runtime-ep-cpu"
version = "0.1.0-dev.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU execution provider for the ORT 2.0 runtime (skeleton; oneDNN-backed kernels land in Phase 1)"
readme = false
keywords = [
    "onnx",
    "cpu",
    "execution-provider",
    "inference",
    "runtime",
]
categories = [
    "science",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"

[features]
default = []
onednn = [
    "dep:cmake",
    "dep:bindgen",
]

[lib]
name = "onnx_runtime_ep_cpu"
path = "src/lib.rs"

[dependencies.half]
version = "2"

[dependencies.libm]
version = "0.2"

[dependencies.onnx-runtime-ep-api]
version = "=0.1.0-dev.2"

[dependencies.onnx-runtime-ir]
version = "=0.1.0-dev.2"

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "2"

[build-dependencies.bindgen]
version = "0.71"
optional = true

[build-dependencies.cmake]
version = "0.1"
optional = true