onnx-runtime-ir 0.1.0-dev.2

Graph IR for the ORT 2.0 runtime: types, symbolic shapes, strided layouts, device placement, and a mutable graph model
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-ir"
version = "0.1.0-dev.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph IR for the ORT 2.0 runtime: types, symbolic shapes, strided layouts, device placement, and a mutable graph model"
readme = false
keywords = [
    "onnx",
    "ir",
    "graph",
    "inference",
    "runtime",
]
categories = [
    "science",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"

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

[dependencies.thiserror]
version = "2"