# 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" name = "ff-group-tests-mirror" version = "0.13.0" authors = ["Luke Parker "] description = "A collection of sanity tests for implementors of ff/group APIs. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production. This crate will be unpublished/deleted as soon as possible." readme = "README.md" keywords = [ "ff", "group", "ecc", ] license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/ff-group-tests" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [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"