# 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 = "lurk-pasta-msm" version = "0.1.0" 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/lurk-lang/pasta-msm" [[bench]] name = "main" harness = false [dependencies.pasta_curves] version = "0.5.2" features = ["repr-c"] package = "fil_pasta_curves" [dependencies.semolina] version = "~0.1.2" [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"]