# 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_ecdsa" version = "0.1.0" description = "ECDSA gadget for Plonky2" readme = "README.md" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.anyhow] version = "1.0.40" default-features = false [dependencies.itertools] version = "0.10.0" default-features = false [dependencies.num] version = "0.4.0" default-features = false [dependencies.plonky2] version = "0.1.1" default-features = false [dependencies.plonky2_maybe_rayon] version = "0.1.0" default-features = false [dependencies.plonky2_u32] version = "0.1.0" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.rand] version = "0.8.4" features = ["getrandom"] default-features = false [features] parallel = [ "plonky2_maybe_rayon/parallel", "plonky2/parallel", ]