# 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-relations" version = "0.5.0-alpha.0" authors = ["arkworks contributors"] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "A library for rank-one constraint systems" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-relations/" keywords = [ "zero-knowledge", "cryptography", "zkSNARK", "SNARK", "constraint-systems", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/arkworks-rs/snark" [dependencies.ark-ff] version = "0.5.0-alpha" default-features = false [dependencies.ark-std] version = "0.5.0-alpha" default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.2" optional = true default-features = false [dev-dependencies.ark-test-curves] version = "0.5.0-alpha" features = ["bls12_381_scalar_field"] default-features = false [features] default = [] std = [ "ark-std/std", "ark-ff/std", "tracing-subscriber", "tracing/std", ]