# 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 = "ssimulacra2-cuda-kernel" version = "0.1.0" authors = ["Guillaume Anthouard "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Ssimulacra2 CUDA implementation (device code)" homepage = "https://github.com/Gui-Yom/turbo-metrics" readme = "README.md" license = "MIT" repository = "https://github.com/Gui-Yom/turbo-metrics" [lib] name = "ssimulacra2_cuda_kernel" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.nvptx-std] version = "0.1" default-features = false [build-dependencies.nalgebra] version = "0.33" features = ["std"] default-features = false