# 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 = "stonnx" version = "0.1.3" authors = [ "Alessio Rosiello s317659@studenti.polito.it", "Claudiu Constantin Tcaciuc s317661@studenti.polito.it", ] build = "build.rs" description = "A Rust library to run inference on ONNX models" documentation = "https://docs.rs/stonnx" readme = "README.md" license = "MIT" [profile.release] debug = 1 [lib] name = "stonnx_api" crate-type = [ "rlib", "cdylib", ] [[bin]] name = "stonnx" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.half] version = "2.3.1" [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.ndarray-ndimage] version = "0.4.0" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.ndarray-stats] version = "0.5.1" [dependencies.num] version = "0.4.1" [dependencies.once_cell] version = "1.19.0" [dependencies.petgraph] version = "0.6.4" features = ["serde-1"] [dependencies.protobuf] version = "3.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.smallvec] version = "1.11.2" [dependencies.trait-set] version = "0.3.0" [dependencies.walkdir] version = "2.3.3" [build-dependencies.curl] version = "0.4.44" [build-dependencies.protobuf] version = "3.2.0" [build-dependencies.protobuf-codegen] version = "3.2.0" [build-dependencies.protoc-bin-vendored] version = "3.0.0" [build-dependencies.zip] version = "0.6" [build-dependencies.zip-extensions] version = "0.6.2" [features] custom-threadpool = []