# 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 = "2018"
name = "arkworks-native-gadgets"
version = "1.2.0"
authors = ["Webb Developers"]
description = "Webb protocol's native gadgets"
homepage = "https://webb.tools"
license = "Apache-2.0"
repository = "https://github.com/webb-tools/arkworks-gadgets"
[dependencies.ark-crypto-primitives]
version = "^0.3.0"
features = ["r1cs"]
default-features = false

[dependencies.ark-ff]
version = "^0.3.0"
default-features = false

[dependencies.ark-std]
version = "^0.3.0"
default-features = false
[dev-dependencies.ark-bn254]
version = "^0.3.0"
default-features = false

[dev-dependencies.ark-ed-on-bls12-381]
version = "^0.3.0"
features = ["r1cs"]
default-features = false

[dev-dependencies.ark-ed-on-bn254]
version = "^0.3.0"
features = ["r1cs"]
default-features = false

[features]
default = ["std"]
parallel = ["ark-crypto-primitives/parallel", "ark-ff/parallel", "ark-std/parallel"]
std = ["ark-std/std", "ark-ff/std", "ark-crypto-primitives/std"]