# 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 = "kn-graph" version = "0.7.3" authors = ["Karel Peeters "] description = "A neural network inference graph intermediate representation, with surrounding utilities." readme = "Readme.md" categories = [ "science", "compilers", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/KarelPeeters/Kyanite" [dependencies.bytemuck] version = "1.14.0" [dependencies.byteorder] version = "1.4.3" [dependencies.decorum] version = "0.3.1" features = ["std"] default-features = false [dependencies.image] version = "0.24.7" features = ["png"] default-features = false [dependencies.indexmap] version = "2.0.0" [dependencies.itertools] version = "0.12.0" [dependencies.ndarray] version = "0.15.6" [dependencies.num-traits] version = "0.2.16" [dependencies.palette] version = "0.7.3" features = ["std"] default-features = false [dependencies.prost] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.unwrap-match] version = "0.1.0"