[package]
edition = "2024"
name = "onnx-runtime-ep-api"
version = "0.1.0-dev.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Execution Provider API for the ORT 2.0 runtime: ExecutionProvider and Kernel traits, OpRegistry, and the ORT graph ABI bridge"
readme = false
keywords = [
"onnx",
"execution-provider",
"kernel",
"inference",
"runtime",
]
categories = [
"science",
"hardware-support",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"
[lib]
name = "onnx_runtime_ep_api"
path = "src/lib.rs"
[[test]]
name = "mock_ep"
path = "tests/mock_ep.rs"
[dependencies.onnx-runtime-ir]
version = "=0.1.0-dev.0"
[dependencies.thiserror]
version = "2"