# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cuda" version = "0.4.0-pre.2" authors = ["Peter Jin "] description = "CUDA bindings." documentation = "https://docs.rs/cuda" readme = "README.md" keywords = ["cuda"] license = "MIT OR Apache-2.0" repository = "https://github.com/peterhj/libcuda" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["cuda_10_1"] [dependencies.cuda-sys] version = "~0.2.0" optional = true [dependencies.static_assertions] version = "^0.3.1" [build-dependencies.bindgen] version = "^0.48" optional = true [features] cuda_10_0 = ["cuda_gte_7_0", "cuda_gte_7_5", "cuda_gte_8_0", "cuda_gte_9_0", "cuda_gte_9_1", "cuda_gte_9_2", "cuda_gte_10_0"] cuda_10_1 = ["cuda_gte_7_0", "cuda_gte_7_5", "cuda_gte_8_0", "cuda_gte_9_0", "cuda_gte_9_1", "cuda_gte_9_2", "cuda_gte_10_0", "cuda_gte_10_1"] cuda_6_5 = [] cuda_7_0 = ["cuda_gte_7_0"] cuda_7_5 = ["cuda_gte_7_0", "cuda_gte_7_5"] cuda_8_0 = ["cuda_gte_7_0", "cuda_gte_7_5", "cuda_gte_8_0"] cuda_9_0 = ["cuda_gte_7_0", "cuda_gte_7_5", "cuda_gte_8_0", "cuda_gte_9_0"] cuda_9_1 = ["cuda_gte_7_0", "cuda_gte_7_5", "cuda_gte_8_0", "cuda_gte_9_0", "cuda_gte_9_1"] cuda_9_2 = ["cuda_gte_7_0", "cuda_gte_7_5", "cuda_gte_8_0", "cuda_gte_9_0", "cuda_gte_9_1", "cuda_gte_9_2"] cuda_gte_10_0 = [] cuda_gte_10_1 = [] cuda_gte_7_0 = [] cuda_gte_7_5 = [] cuda_gte_8_0 = [] cuda_gte_9_0 = [] cuda_gte_9_1 = [] cuda_gte_9_2 = [] cuda_sys = ["cuda-sys", "cuda_8_0"] default = [] fresh = ["bindgen"]