# 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 = "plonky2_ecgfp5" version = "0.1.1" authors = ["Sebastien La Duca "] description = "plonky2 gadgets for EcGFp5 curve and base field arithmetic" readme = "README.md" categories = ["cryptography"] license = "MIT" repository = "https://github.com/Sladuca/plonky2_ecgfp5" [[bench]] name = "scalar" harness = false [[bench]] name = "curve" harness = false [dependencies.itertools] version = "0.10" [dependencies.num] version = "0.4" [dependencies.plonky2] version = "0.1.1" [dependencies.plonky2_ecdsa] version = "0.1.0" [dependencies.plonky2_field] version = "0.1.0" [dependencies.plonky2_u32] version = "0.1.0" [dependencies.rand] version = "0.8.5" features = ["getrandom"] default-features = false [dependencies.serde] version = "1" [dev-dependencies.anyhow] version = "1.0.51" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.8.5" features = ["min_const_gen"]