[package] name = "snarkvm-algorithms-cuda" version = "1.1.0" authors = [ "The Aleo Team " ] description = "Cuda optimizations for a decentralized virtual machine" homepage = "https://aleo.org" repository = "https://github.com/AleoNet/snarkVM" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge" ] categories = [ "compilers", "cryptography", "mathematics", "wasm", "web-programming" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] license = "Apache-2.0" edition = "2021" [features] default = [ ] portable = [ "blst/portable" ] quiet = [ ] [dependencies.blst] version = "0.3.11" features = [ ] [dependencies.sppark] version = "0.1.5" [build-dependencies.cc] version = "^1.0.83" [build-dependencies.which] version = "^4.4"