Files
ort/backends/tract/standalone/Cargo.toml
Carson M. c7a7aa8816 🎆
2026-01-01 01:50:26 -06:00

24 lines
562 B
TOML

[package]
name = "ort-tract-standalone"
publish = false
version = "1.23.2"
edition = "2024"
[package.metadata.winresource]
ProductName = "ONNX Runtime (tract)"
FileDescription = "API-compatible ONNX Runtime implementation using tract"
LegalCopyright = "Copyright ©️ 2026 pyke.io"
OriginalFilename = "onnxruntime+tract.dll"
[lib]
name = "onnxruntime"
crate-type = [ "staticlib", "cdylib" ]
path = "lib.rs"
[dependencies]
ort-tract = { path = "../" }
ort-sys = { workspace = true, features = [ "disable-linking" ] }
[build-dependencies]
winresource = "0.1"