onnx-runtime-ep-api 0.1.0-dev.5

Execution Provider API for the ORT 2.0 runtime: ExecutionProvider and Kernel traits, OpRegistry, and the ORT graph ABI bridge
# 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-api"
version = "0.1.0-dev.5"
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"

[[example]]
name = "query_plugin_claims"
path = "examples/query_plugin_claims.rs"

[[test]]
name = "mock_ep"
path = "tests/mock_ep.rs"

[dependencies.libloading]
version = "0.8"

[dependencies.onnx-genai-ort-sys]
version = "=0.1.0-dev.5"

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

[dependencies.onnx-runtime-optimizer]
version = "=0.1.0-dev.5"

[dependencies.onnx-runtime-tracer]
version = "=0.1.0-dev.5"

[dependencies.thiserror]
version = "2"

[dev-dependencies.onnx-runtime-loader]
version = "=0.1.0-dev.5"