# 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.63" name = "arkmsm" version = "0.3.0-alpha.3" authors = [ "Jiannan Ouyang ", "Boyu Sun ", "Chao Ma ", ] description = "Moved to https://crates.io/crates/ark-msm" homepage = "https://github.com/snarkify/arkmsm" documentation = "https://hackmd.io/@drouyang/msm" readme = "README.md" keywords = [ "cryptography", "msm", "zkp", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/snarkify/arkmsm" [profile.test] opt-level = 3 [lib] crate-type = [ "cdylib", "lib", ] [[bench]] name = "bench_window_size" harness = false [[bench]] name = "bench_with_baseline" harness = false [dependencies.ark-bls12-381] version = "0.3.0" [dependencies.ark-ec] version = "0.3.0" [dependencies.ark-ff] version = "0.3.0" [dependencies.ark-std] version = "0.3.0" [dependencies.num-bigint] version = "0.4.0" [dev-dependencies.criterion] version = "0.3"