onnx-runtime-eager 0.1.0-dev.2

Eager (single-op) execution engine for the ORT 2.0 runtime: dispatch individual ONNX ops to EP kernels without building a graph (docs/EAGER.md)
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-eager"
version = "0.1.0-dev.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Eager (single-op) execution engine for the ORT 2.0 runtime: dispatch individual ONNX ops to EP kernels without building a graph (docs/EAGER.md)"
readme = false
keywords = [
    "onnx",
    "eager",
    "dispatch",
    "inference",
    "runtime",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"

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

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

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

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

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

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

[dependencies.thiserror]
version = "2"