# 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 = "cust_core" version = "0.1.1" description = "Core library for cust that can be shared across CPU and GPU" readme = "../../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Rust-GPU/Rust-CUDA" [dependencies.cust_derive] version = "0.2" [dependencies.glam] version = "0.20" features = ["cuda", "libm"] optional = true default-features = false [dependencies.half] version = "1.8" optional = true [dependencies.mint] version = "^0.5" optional = true [dependencies.num-complex] version = "0.4" optional = true [dependencies.vek] version = "0.15.1" features = ["libm"] optional = true default-features = false [features] default = ["vek", "glam", "mint"]