[workspace] members = ["ortn-sys"] [package] name = "ortn" version = "1.19.2" edition = "2021" authors = ["Xiangyu Ye "] description = "Rust bindings for ONNXRuntime" license = "MIT" [features] default = [] cuda = ["ortn-sys/cuda"] [dev-dependencies] ndarray-rand = "0.15" tracing-subscriber = "0.3.18" [dependencies] dotenv = "0.15.0" itertools = "0.13.0" lazy_static = "1.5.0" ndarray = "0.16" ortn-sys = { path = "./ortn-sys", version = "1.19.2" } smart-default = "0.7.1" thiserror = "1.0.64" tracing = "0.1.40" tracing-subscriber = "0.3.18"