# 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 = "rustc_codegen_nvvm" version = "0.3.0" authors = ["Riccardo D'Ambrosio ", "The Rust Project Developers"] description = "A codegen backend for Rustc which targets the libnvvm CUDA library" readme = "../../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Rust-GPU/Rust-CUDA" [package.metadata.rust-analyzer] rustc_private = true [lib] crate-type = ["dylib"] [dependencies.bitflags] version = "1.3.2" [dependencies.find_cuda_helper] version = "0.2" [dependencies.libc] version = "0.2.97" [dependencies.nvvm] version = "0.1" [dependencies.once_cell] version = "1.8.0" [dependencies.rustc-demangle] version = "0.1.20" [dependencies.rustc_codegen_nvvm_macros] version = "0.1" [dependencies.tar] version = "0.4.35" [dependencies.tracing] version = "0.1.29" features = ["release_max_level_debug"] [dependencies.tracing-subscriber] version = "0.3.1" features = ["env-filter"] [build-dependencies.build-helper] version = "0.1.1" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.curl] version = "0.4.40" [build-dependencies.tar] version = "0.4.37" [build-dependencies.xz] version = "0.1.0"