# 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] name = "cudart" version = "0.1.0" authors = ["Peter Jin "] build = "build.rs" description = "CUDA API bindings." keywords = ["cuda"] license = "BSD-2-Clause" repository = "https://github.com/peterhj/cudart" [lib] name = "cudart" path = "src/lib.rs" [dependencies.static_assertions] version = "0.3.1" [build-dependencies.bindgen] version = "^0.38" [features] cuda_10_0 = ["gte_cuda_7_0", "gte_cuda_7_5", "gte_cuda_8_0", "gte_cuda_9_0", "gte_cuda_9_1", "gte_cuda_9_2", "gte_cuda_10_0"] cuda_6_5 = [] cuda_7_0 = ["gte_cuda_7_0"] cuda_7_5 = ["gte_cuda_7_0", "gte_cuda_7_5"] cuda_8_0 = ["gte_cuda_7_0", "gte_cuda_7_5", "gte_cuda_8_0"] cuda_9_0 = ["gte_cuda_7_0", "gte_cuda_7_5", "gte_cuda_8_0", "gte_cuda_9_0"] cuda_9_1 = ["gte_cuda_7_0", "gte_cuda_7_5", "gte_cuda_8_0", "gte_cuda_9_0", "gte_cuda_9_1"] cuda_9_2 = ["gte_cuda_7_0", "gte_cuda_7_5", "gte_cuda_8_0", "gte_cuda_9_0", "gte_cuda_9_1", "gte_cuda_9_2"] default = [] gte_cuda_10_0 = [] gte_cuda_7_0 = [] gte_cuda_7_5 = [] gte_cuda_8_0 = [] gte_cuda_9_0 = [] gte_cuda_9_1 = [] gte_cuda_9_2 = []