[[bench]]
harness = false
name = "benchmark"
[dependencies.hex]
optional = true
version = "0.4.0"
[dependencies.itertools]
default_features = false
version = "0.9.0"
[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.3.0"
[dependencies.log]
default_features = false
version = "0.4.8"
[dependencies.no-std-compat]
features = ["alloc"]
version = "0.4.0"
[dependencies.rand]
optional = true
version = "0.7.2"
[dependencies.rayon]
optional = true
version = "1.0.3"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.thiserror]
optional = true
version = "1.0"
[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0.1"
[dependencies.tinytemplate]
optional = true
version = "1.1.0"
[dependencies.zkp-hash]
default-features = false
version = "0.2.0"
[dependencies.zkp-logging-allocator]
optional = true
version = "0.2.0"
[dependencies.zkp-macros-decl]
default-features = false
version = "0.2.0"
[dependencies.zkp-merkle-tree]
default-features = false
version = "0.2.0"
[dependencies.zkp-mmap-vec]
default-features = false
version = "0.2.0"
[dependencies.zkp-primefield]
default-features = false
version = "0.2.0"
[dependencies.zkp-u256]
default-features = false
version = "0.2.0"
[dev-dependencies.criterion]
version = "0.3.0"
[dev-dependencies.env_logger]
version = "0.7.1"
[dev-dependencies.proptest]
version = "0.9.4"
[dev-dependencies.rand]
version = "0.7.2"
[dev-dependencies.rand_xoshiro]
version = "0.4.0"
[dev-dependencies.structopt]
version = "0.3.5"
[dev-dependencies.zkp-criterion-utils]
version = "0.2.0"
[dev-dependencies.zkp-elliptic-curve]
version = "0.2.0"
[dev-dependencies.zkp-elliptic-curve-crypto]
version = "0.2.0"
[dev-dependencies.zkp-logging-allocator]
version = "0.2.0"
[dev-dependencies.zkp-primefield]
features = ["proptest"]
version = "0.2.0"
[dev-dependencies.zkp-u256]
features = ["proptest", "proptest-derive"]
version = "0.2.0"
[features]
default = ["inline", "prover", "std"]
inline = ["zkp-primefield/inline", "zkp-u256/inline"]
prover = ["std", "rand", "zkp-merkle-tree/prover"]
std = ["hex", "itertools/use_std", "log/std", "no-std-compat/std", "rayon", "serde", "thiserror", "tinytemplate", "zkp-hash/std", "zkp-macros-decl/std", "zkp-merkle-tree/std", "zkp-mmap-vec/std", "zkp-primefield/std", "zkp-u256/std"]
[package]
authors = ["Remco Bloemen <remco@0x.org>", "Mason Liang <mason@0x.org>", "Paul Vienhage <paul@0x.org>"]
categories = ["cryptography", "algorithms", "no-std", "wasm"]
description = "Implementation of the STARK ZK-proof system"
edition = "2018"
keywords = ["zkp", "stark", "no-std", "wasm"]
license = "Apache-2.0"
name = "zkp-stark"
readme = "Readme.md"
repository = "https://github.com/0xProject/starkcrypto/tree/master/crypto/stark"
version = "0.2.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]