# 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] name = "sp800-185" version = "0.2.0" authors = ["quininer kel "] description = "SHA-3 Derived Functions (SP800-185) Implementation in Rust." keywords = ["sha3", "keccak", "hash", "cryptography"] categories = ["cryptography", "no-std"] license = "MIT" repository = "https://github.com/quininer/sp800-185" [dependencies.byteorder] version = "1.0" default-features = false [dependencies.rayon] version = "0.9" optional = true [dependencies.tiny-keccak] version = "^1.4" [features] parallelhash = ["rayon"] [badges.travis-ci] repository = "quininer/sp800-185"