# 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 = "onnx-ir" version = "0.15.0" authors = [ "Dilshod Tadjibaev (@antimora)", "Nathaniel Simard (@nathanielsimard)", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Library for parsing ONNX models" documentation = "https://docs.rs/onnx-ir" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/burn/tree/main/crates/onnx-ir" [lib] name = "onnx_ir" path = "src/lib.rs" [dependencies.bytemuck] version = "1.19.0" [dependencies.half] version = "2.4.1" features = [ "alloc", "num-traits", "serde", ] default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.protobuf] version = "3.4.0" features = ["with-bytes"] [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = [ "derive", "alloc", "derive", ] default-features = false [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.rstest] version = "0.19.0" [build-dependencies.protobuf-codegen] version = "3.4.0"