# 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" rust-version = "1.75" name = "ark-ec" version = "0.5.0" authors = ["arkworks contributors"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "doc/katex-header.html", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for elliptic curves and pairings" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-ec/" readme = "README.md" keywords = [ "cryptography", "elliptic-curves", "pairing", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [package.metadata.docs.rs] workspace = true [lib] name = "ark_ec" path = "src/lib.rs" [dependencies.ark-ff] version = "0.5.0" default-features = false [dependencies.ark-poly] version = "0.5.0" default-features = false [dependencies.ark-serialize] version = "0.5.0" default-features = false [dependencies.ark-std] version = "0.5.0" default-features = false [dependencies.educe] version = "0.6.0" [dependencies.hashbrown] version = "0.15" features = [ "inline-more", "allocator-api2", ] default-features = false [dependencies.itertools] version = "0.13" default-features = false [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.num-integer] version = "0.1" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.rayon] version = "1" optional = true [dependencies.zeroize] version = "1" features = ["zeroize_derive"] default-features = false [features] default = [] parallel = [ "std", "rayon", "ark-std/parallel", "ark-serialize/parallel", ] std = [ "ark-std/std", "ark-ff/std", "ark-serialize/std", ] [target.'cfg(all(target_has_atomic = "8", target_has_atomic = "16", target_has_atomic = "32", target_has_atomic = "64", target_has_atomic = "ptr"))'.dependencies.ahash] version = "0.8" default-features = false [target.'cfg(not(all(target_has_atomic = "8", target_has_atomic = "16", target_has_atomic = "32", target_has_atomic = "64", target_has_atomic = "ptr")))'.dependencies.fnv] version = "1.0" default-features = false