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