# 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-r1cs-std" version = "0.5.0" authors = ["arkworks contributors"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A standard library for constraint system gadgets" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-r1cs-std/" readme = "README.md" keywords = [ "zero-knowledge", "cryptography", "zkSNARK", "SNARK", "r1cs", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/arkworks-rs/r1cs-std" resolver = "2" [profile.bench] opt-level = 3 lto = "thin" debug = 0 debug-assertions = false rpath = false incremental = true [profile.dev] opt-level = 0 panic = "abort" [profile.release] opt-level = 3 lto = "thin" panic = "abort" incremental = true [profile.test] opt-level = 3 lto = "thin" debug = 2 debug-assertions = true incremental = true [lib] name = "ark_r1cs_std" path = "src/lib.rs" [dependencies.ark-ec] version = "0.5.0" default-features = false [dependencies.ark-ff] version = "0.5.0" default-features = false [dependencies.ark-relations] version = "0.5.0" default-features = false [dependencies.ark-std] version = "0.5.0" default-features = false [dependencies.educe] version = "0.6.0" [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.num-integer] version = "0.1.44" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [features] default = ["std"] parallel = [ "std", "ark-ff/parallel", "ark-std/parallel", ] std = [ "ark-ff/std", "ark-relations/std", "ark-std/std", "num-bigint/std", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(ci)"]