# 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 = "f4jumble" version = "0.1.0" authors = ["Jack Grigg ", "Kris Nuttycombe ", "Daira Hopwood "] description = "Implementation of Zcash's F4Jumble algorithm" homepage = "https://github.com/zcash/librustzcash" readme = "README.md" keywords = ["feistel"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/librustzcash" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.blake2b_simd] version = "1" default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.proptest] version = "1" [features] default = ["std"] std = ["blake2b_simd/std"]