nimiq-hash 0.1.0

Common wrapper around hash implementations used in Nimiq
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 = "nimiq-hash"
version = "0.1.0"
authors = ["Pascal B <git@paberr.net>", "The Nimiq Core Development Team <info@nimiq.com>"]
description = "Common wrapper around hash implementations used in Nimiq"
homepage = "https://nimiq.com"
keywords = ["nimiq", "cryptocurrency", "blockchain"]
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0"
repository = "https://github.com/nimiq/core-rs"
[dependencies.beserial]
version = "0.1"

[dependencies.blake2-rfc]
version = "0.2"

[dependencies.byteorder]
version = "1.2"

[dependencies.hex]
version = "0.3"

[dependencies.libargon2-sys]
version = "0.1"

[dependencies.nimiq-macros]
version = "0.1"

[dependencies.sha2]
version = "0.8"
[badges.is-it-maintained-issue-resolution]
repository = "nimiq/core-rs"

[badges.is-it-maintained-open-issues]
repository = "nimiq/core-rs"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "nimiq/core-rs"