st-zrt-sys 1.27.0

Hand-written FFI to onnxruntime (libonnxruntime). Stellarrion st-zrt: from-scratch, zrt-namespaced, no bindgen.
# 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"
rust-version = "1.85"
name = "st-zrt-sys"
version = "1.27.0"
authors = ["Stellarrion"]
build = "build.rs"
links = "onnxruntime"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hand-written FFI to onnxruntime (libonnxruntime). Stellarrion st-zrt: from-scratch, zrt-namespaced, no bindgen."
documentation = "https://docs.rs/st-zrt-sys"
readme = "README.md"
keywords = [
    "onnx",
    "onnxruntime",
    "ffi",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "api-bindings",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/Stellarrion/st-zrt"
resolver = "2"

[features]
cuda = []
custom-ops = []
default = []
ep = []
model-editor = []
training = []

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

[build-dependencies.flate2]
version = "1"

[build-dependencies.hex]
version = "0.4"

[build-dependencies.sha2]
version = "0.10"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.ureq]
version = "2.12"

[lints.clippy]
cast_lossless = "allow"
type_complexity = "allow"
wildcard_dependencies = "deny"

[lints.rust]
missing_docs = "allow"