mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
24 lines
567 B
TOML
24 lines
567 B
TOML
[package]
|
|
name = "ort-candle-standalone"
|
|
publish = false
|
|
version = "1.24.4"
|
|
edition = "2024"
|
|
|
|
[package.metadata.winresource]
|
|
ProductName = "ONNX Runtime (candle)"
|
|
FileDescription = "API-compatible ONNX Runtime implementation using candle"
|
|
LegalCopyright = "Copyright ©️ 2026 pyke.io"
|
|
OriginalFilename = "onnxruntime+candle.dll"
|
|
|
|
[lib]
|
|
name = "onnxruntime"
|
|
crate-type = [ "staticlib", "cdylib" ]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
ort-candle = { path = "../" }
|
|
ort-sys = { workspace = true, features = [ "disable-linking" ] }
|
|
|
|
[build-dependencies]
|
|
winresource = "0.1"
|