# 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" rust-version = "1.60.0" name = "steelix-onnx" version = "0.1.0" description = "Your one stop CLI for ONNX model analysis. Featuring graph visualization, FLOP counts, memory metrics and more!" homepage = "https://github.com/FL33TW00D/steelix" documentation = "https://docs.rs/steelix/" keywords = [ "flops", "machine-learning", "onnx", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/FL33TW00D/steelix" resolver = "1" [dependencies.anyhow] version = "1.0.61" [dependencies.prost] version = "0.11" [dependencies.thiserror] version = "1.0.35" [build-dependencies.prost-build] version = "0.11"