# 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 = "pasta-msm" version = "0.1.4" include = [ "/benches/**", "/cuda/**", "/src/**", "/Cargo.toml", "/build.rs", "/README.md", ] description = "Optimized multiscalar multiplicaton for Pasta moduli for x86_64 and aarch64" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/supranational/pasta-msm" [[bench]] name = "main" harness = false [dependencies.pasta_curves] version = ">=0.3.1, <=0.5" features = ["repr-c"] [dependencies.semolina] version = "~0.1.3" [dependencies.sppark] version = "~0.1.2" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.rand] version = "^0" [dev-dependencies.rand_chacha] version = "^0" [dev-dependencies.rayon] version = "1.5" [build-dependencies.cc] version = "^1.0.70" [build-dependencies.which] version = "^4.0" [features] cuda-mobile = [] default = [] force-adx = ["semolina/force-adx"] portable = ["semolina/portable"]