blake2b-rs 0.1.5

Rust bindings for the official Blake2b C implementation
Documentation
# 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 = "blake2b-rs"
version = "0.1.5"
authors = ["zhangsoledad <787953403@qq.com>"]
build = "build.rs"
exclude = ["fixtures/*", "benches/*", "fuzz/*"]
autotests = true
description = "Rust bindings for the official Blake2b C implementation"
keywords = ["hash", "blake2", "crypto"]
categories = ["cryptography"]
license = "MIT"

[[bench]]
name = "blake2b"
harness = false
[dev-dependencies.blake2-rfc]
version = "0.2.18"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.faster-hex]
version = "0.3.0"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"
[build-dependencies.cc]
version = "1.0"