# 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-hash" version = "0.2.0" authors = ["Remco Bloemen ", "Mason Liang ", "Paul Vienhage "] description = "Hash primitive used in `zkp-stark`" readme = "Readme.md" keywords = ["hash", "no-std"] categories = ["cryptography", "algorithms", "no-std", "wasm"] license = "Apache-2.0" repository = "https://github.com/0xProject/starkcrypto/tree/master/crypto/hash" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"] [dependencies.hex] version = "0.4.0" optional = true [dependencies.no-std-compat] version = "0.4.0" features = ["alloc"] [dependencies.tiny-keccak] version = "2.0.1" features = ["keccak"] [dependencies.zkp-macros-decl] 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" [features] default = ["std"] std = ["hex", "no-std-compat/std", "zkp-macros-decl/std", "zkp-primefield/std", "zkp-u256/std"]