onnx-runtime-capi 0.1.0-dev.5

C ABI for the ORT 2.0 runtime: a libonnxruntime.so drop-in surface (skeleton)
# 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-capi"
version = "0.1.0-dev.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI for the ORT 2.0 runtime: a libonnxruntime.so drop-in surface (skeleton)"
readme = false
keywords = [
    "onnx",
    "capi",
    "ffi",
    "inference",
    "runtime",
]
categories = [
    "science",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"

[lib]
name = "onnx_runtime_capi"
crate-type = ["lib"]
path = "src/lib.rs"

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

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

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

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

[dev-dependencies.prost]
version = "0.13"