[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"