# 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 = "2018" name = "clblast" version = "0.1.4" authors = ["csicar "] description = "clblast bindings for rust" license = "Apache-2.0" repository = "https://github.com/csicar/clblast-rs" [[bench]] name = "criterion_bench" harness = false [dependencies.clblast-sys] version = "0.2.1" [dependencies.num-complex] version = "0.1.43" [dependencies.ocl] version = "0.19.3" [dependencies.ocl-core] version = "0.11.2" [dependencies.snafu] version = "0.6.10" [dependencies.typed-builder] version = "0.9.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.2.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_chacha] version = "0.3.1"