# 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 = "ark-secp256k1-zypher" version = "0.4.0" authors = ["arkworks contributors"] include = [ "Cargo.toml", "src", "LICENSE-APACHE", "LICENSE-MIT", ] description = "The secp256k1 curve" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-secp256k1-zypher/" keywords = [ "cryptography", "finite-fields", "elliptic-curves", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/zypher-game/ark-algebra" [[bench]] name = "secp256k1" path = "benches/secp256k1.rs" harness = false [dependencies.ark-ec] version = "0.4.0" default-features = false package = "ark-ec-zypher" [dependencies.ark-ff] version = "0.4.0" default-features = false package = "ark-ff-zypher" [dependencies.ark-r1cs-std] version = "0.4.0" optional = true default-features = false package = "ark-r1cs-std-zypher" [dependencies.ark-std] version = "0.4.0" default-features = false package = "ark-std-zypher" [dev-dependencies.ark-algebra-bench-templates] version = "0.4.0" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.4.0" default-features = false [dev-dependencies.ark-relations] version = "0.4.0" default-features = false package = "ark-relations-zypher" [dev-dependencies.ark-serialize] version = "0.4.0" default-features = false package = "ark-serialize-zypher" [features] default = [] r1cs = ["ark-r1cs-std"] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", ]