# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zkp-stark" version = "0.2.1" authors = ["Remco Bloemen ", "Mason Liang ", "Paul Vienhage "] description = "Implementation of the STARK ZK-proof system" readme = "Readme.md" keywords = ["zkp", "stark", "no-std", "wasm"] categories = ["cryptography", "algorithms", "no-std", "wasm"] license = "Apache-2.0" repository = "https://github.com/0xProject/starkcrypto/tree/master/crypto/stark" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"] [[bench]] name = "benchmark" harness = false [dependencies.hex] version = "0.4.0" optional = true [dependencies.itertools] version = "0.9.0" default_features = false [dependencies.lazy_static] version = "1.3.0" features = ["spin_no_std"] [dependencies.log] version = "0.4.8" default_features = false [dependencies.no-std-compat] version = "0.4.0" features = ["alloc"] [dependencies.rand] version = "0.7.2" optional = true [dependencies.rayon] version = "1.0.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.tiny-keccak] version = "2.0.1" features = ["keccak"] [dependencies.tinytemplate] version = "1.1.0" optional = true [dependencies.zkp-hash] version = "0.2.0" default-features = false [dependencies.zkp-logging-allocator] version = "0.2.0" optional = true [dependencies.zkp-macros-decl] version = "0.2.0" default-features = false [dependencies.zkp-merkle-tree] version = "0.2.0" default-features = false [dependencies.zkp-mmap-vec] version = "0.2.0" default-features = false [dependencies.zkp-primefield] version = "0.2.0" default-features = false [dependencies.zkp-u256] version = "0.2.0" default-features = false [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] version = "0.2.0" features = ["proptest"] [dev-dependencies.zkp-u256] version = "0.2.0" features = ["proptest", "proptest-derive"] [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"]