# 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-runtime" version = "0.7.3" authors = ["Karel Peeters "] description = "Dynamic wrapper around CPU and GPU inference" readme = "Readme.md" categories = [ "science", "compilers", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/KarelPeeters/Kyanite" [package.metadata.docs.rs] all-features = true [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.kn-cuda-eval] version = "0.7.3" optional = true [dependencies.kn-cuda-sys] version = "0.7.3" optional = true [dependencies.kn-graph] version = "0.7.3" [dev-dependencies.bytemuck] version = "1.14.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.decorum] version = "0.3.1" features = ["std"] default-features = false [dev-dependencies.image] version = "0.24.7" features = ["png"] default-features = false [dev-dependencies.itertools] version = "0.12.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [features] cuda = [ "dep:kn-cuda-sys", "dep:kn-cuda-eval", ]