pruefung 0.2.1

Checksums in pure Rust, with no_std available, implementing the Hasher trait.
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]
name = "pruefung"
version = "0.2.1"
authors = ["Martin Larralde <martin.larralde@ens-cachan.fr>"]
description = "Checksums in pure Rust, with no_std available, implementing the Hasher trait."
readme = "README.md"
keywords = ["checksum", "crc", "hash"]
license = "MIT"
repository = "https://github.com/althonos/pruefung"

[lib]
name = "pruefung"
path = "src/lib.rs"
doctest = true
bench = true
doc = true
plugin = false
proc-macro = false
harness = true
[dependencies.digest]
version = "^0.6"
optional = true

[dependencies.generic-array]
version = "^0.8"
optional = true
[dev-dependencies.crypto-tests]
version = "0.5"

[features]
default = ["generic"]
generic = ["generic-array", "digest"]
[badges.travis-ci]
repository = "althonos/pruefung"