# 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.70" name = "multiexp" version = "0.4.0" authors = ["Luke Parker "] description = "Multiexponentation algorithms for ff/group" readme = "README.md" keywords = [ "multiexp", "ff", "group", ] license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/multiexp" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ff] version = "0.13" features = ["bits"] default-features = false [dependencies.group] version = "0.13" default-features = false [dependencies.rand_core] version = "0.6" optional = true default-features = false [dependencies.rustversion] version = "1" [dependencies.std-shims] version = "^0.1.1" default-features = false [dependencies.zeroize] version = "^1.5" features = ["zeroize_derive"] default-features = false [dev-dependencies.k256] version = "^0.13.1" features = [ "arithmetic", "bits", ] default-features = false [dev-dependencies.rand_core] version = "0.6" features = ["std"] [features] batch = ["rand_core"] default = ["std"] std = [ "std-shims/std", "zeroize/std", ]