# 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 = "blake2-rfc" version = "0.2.18" authors = ["Cesar Eduardo Barros "] description = "A pure Rust implementation of BLAKE2 based on RFC 7693." documentation = "https://docs.rs/blake2-rfc" readme = "README.md" keywords = ["blake2", "blake2b", "blake2s", "hash", "crypto"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/cesarb/blake2-rfc" [dependencies.clippy] version = "0.0.41" optional = true [dependencies.arrayvec] version = "0.4.6" default-features = false [dependencies.constant_time_eq] version = "0.1.0" [dev-dependencies.data-encoding] version = "2.0.0" [features] default = ["std"] simd_opt = ["simd"] simd = [] simd_asm = ["simd_opt"] bench = [] std = [] [badges.travis-ci] repository = "cesarb/blake2-rfc"