# 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 = "grumpkin-msm" version = "0.1.0" include = [ "/benches/**", "/cuda/**", "/src/**", "/Cargo.toml", "/build.rs", "/README.md", ] description = "Optimized multiscalar multiplicaton for the Grumpkin curve cycle" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lurk-lab/grumpkin-msm" [[bench]] name = "msm" harness = false [dependencies.blst] version = "~0.3.11" [dependencies.halo2curves] version = "0.4.0" [dependencies.rand] version = "^0" [dependencies.rand_chacha] version = "^0" [dependencies.rayon] version = "1.5" [dependencies.sppark] version = "~0.1.2" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [build-dependencies.cc] version = "^1.0.70" [build-dependencies.which] version = "^4.0" [features] cuda-mobile = [] default = [] force-adx = ["blst/force-adx"] portable = ["blst/portable"]