# 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.73.0" name = "halo2-ecc" version = "0.4.1" authors = ["Intrinsic Technologies"] description = "In-circuit elliptic curve library for halo2." readme = "README.md" license = "MIT" repository = "https://github.com/axiom-crypto/halo2-lib" [[bench]] name = "fp_mul" harness = false [[bench]] name = "msm" harness = false [[bench]] name = "fixed_base_msm" harness = false [dependencies.halo2-base] version = "=0.4.1" default-features = false [dependencies.itertools] version = "0.11" [dependencies.num-bigint] version = "0.4" features = ["rand"] [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.plotters] version = "0.3.0" optional = true [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_core] version = "0.6" features = ["getrandom"] default-features = false [dependencies.rayon] version = "1.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.test-case] version = "3.1.0" [dev-dependencies.ark-std] version = "0.3.0" features = ["print-trace"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.criterion-macro] version = "0.4" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.halo2-base] version = "=0.4.1" features = ["test-utils"] default-features = false [dev-dependencies.pprof] version = "0.13" features = [ "criterion", "flamegraph", ] [dev-dependencies.test-log] version = "0.2.12" [features] asm = ["halo2-base/asm"] default = [ "jemallocator", "halo2-axiom", "display", ] display = ["halo2-base/display"] halo2-axiom = ["halo2-base/halo2-axiom"] jemallocator = ["halo2-base/jemallocator"] mimalloc = ["halo2-base/mimalloc"]