# 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.60" name = "ff-group-tests" version = "0.13.1" authors = ["Luke Parker "] description = "A collection of sanity tests for implementors of ff/group APIs" readme = "README.md" keywords = [ "ff", "group", "ecc", ] license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/ff-group-tests" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ff] version = "0.13" features = ["bits"] [dependencies.group] version = "0.13" [dependencies.rand_core] version = "0.6" [dependencies.subtle] version = "^2.4" [dev-dependencies.bls12_381] version = "0.8" [dev-dependencies.k256] version = "^0.13.1" features = [ "std", "arithmetic", "bits", ] default-features = false [dev-dependencies.p256] version = "^0.13.1" features = [ "std", "arithmetic", "bits", ] default-features = false [dev-dependencies.pasta_curves] version = "0.5"