# 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" rust-version = "1.77" name = "ssimulacra2-cuda" version = "0.1.0" authors = ["Guillaume Anthouard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ssimulacra2 implementation running on CUDA" 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" path = "src/lib.rs" [[example]] name = "compare" path = "examples/compare.rs" [[example]] name = "cpu" path = "examples/cpu.rs" [dependencies.array-init] version = "2" [dependencies.cudarse-driver] version = "0.1" default-features = false [dependencies.cudarse-npp] version = "0.1" features = [ "isu", "ial", "idei", "if", "ist", ] default-features = false [dependencies.indices] version = "0.3" [dependencies.ssimulacra2-cuda-kernel] version = "0.1" artifact = ["cdylib"] target = "nvptx64-nvidia-cuda" [dev-dependencies.zune-image] version = "0.4" features = [ "png", "simd", "metadata", ] default-features = false [features] default = ["static"] static = [ "cudarse-driver/static", "cudarse-npp/static", ]