# 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 = "2021" name = "ortn" version = "1.19.2" authors = ["Xiangyu Ye "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for ONNXRuntime" readme = "README.md" license = "MIT" [lib] name = "ortn" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.ndarray] version = "0.16" [dependencies.ortn-sys] version = "1.19.2" [dependencies.smart-default] version = "0.7.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.ndarray-rand] version = "0.15" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] cuda = ["ortn-sys/cuda"] default = []