openvm-ecc-circuit 2.0.1

OpenVM circuit extension for elliptic curve cryptography
Documentation
# 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.91.1"
name = "openvm-ecc-circuit"
version = "2.0.1"
authors = ["OpenVM Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenVM circuit extension for elliptic curve cryptography"
homepage = "https://openvm.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/openvm-org/"

[package.metadata.cargo-shear]
ignored = [
    "rand",
    "derive_more",
]

[features]
aot = [
    "openvm-circuit/aot",
    "openvm-algebra-circuit/aot",
    "halo2curves-axiom/asm",
]
cuda = [
    "dep:openvm-cuda-common",
    "dep:openvm-cuda-backend",
    "dep:openvm-stark-sdk",
    "openvm-circuit-primitives/cuda",
    "openvm-circuit/cuda",
    "openvm-algebra-circuit/cuda",
]
default = []
tco = ["openvm-algebra-circuit/tco"]
touchemall = [
    "cuda",
    "openvm-circuit/touchemall",
    "openvm-circuit-primitives/touchemall",
    "openvm-cuda-backend/touchemall",
    "openvm-cuda-common/touchemall",
    "openvm-algebra-circuit/touchemall",
]

[lib]
name = "openvm_ecc_circuit"
path = "src/lib.rs"

[dependencies.blstrs]
version = "0.7.1"
default-features = true

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.derive-new]
version = "0.6.0"

[dependencies.derive_more]
version = "1.0.0"
features = [
    "display",
    "deref",
    "deref_mut",
]
default-features = false

[dependencies.halo2curves-axiom]
version = "0.7.2"

[dependencies.hex-literal]
version = "1.0.0"
default-features = false

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num-bigint]
version = "0.4.6"
default-features = false

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.once_cell]
version = "1.20"
features = ["std"]
default-features = false

[dependencies.openvm-algebra-circuit]
version = "2.0.1"
default-features = false

[dependencies.openvm-circuit]
version = "2.0.1"
default-features = false

[dependencies.openvm-circuit-derive]
version = "2.0.1"
default-features = false

[dependencies.openvm-circuit-primitives]
version = "2.0.1"
default-features = false

[dependencies.openvm-cpu-backend]
version = "2.0.0"
default-features = false

[dependencies.openvm-cuda-backend]
version = "2.0.0"
optional = true
default-features = false

[dependencies.openvm-cuda-common]
version = "2.0.0"
optional = true
default-features = false

[dependencies.openvm-ecc-transpiler]
version = "2.0.1"
default-features = false

[dependencies.openvm-instructions]
version = "2.0.1"
default-features = false

[dependencies.openvm-mod-circuit-builder]
version = "2.0.1"
default-features = false

[dependencies.openvm-rv32-adapters]
version = "2.0.1"
default-features = false

[dependencies.openvm-stark-backend]
version = "2.0.0"
default-features = false

[dependencies.openvm-stark-sdk]
version = "2.0.0"
features = ["cpu-backend"]
optional = true
default-features = false

[dependencies.rand]
version = "0.9.2"
features = [
    "std",
    "os_rng",
    "std_rng",
]
default-features = false

[dependencies.serde]
version = "1.0.201"
features = ["derive"]
default-features = false

[dependencies.serde_with]
version = "3.11.0"

[dependencies.strum]
version = "0.26.3"
features = ["derive"]

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.openvm-stark-sdk]
version = "2.0.0"
features = ["cpu-backend"]
default-features = false