[package]
name = "adler32"
version = "1.0.1"
authors = ["Remi Rampin <remirampin@gmail.com>"]
description = "Minimal Adler32 implementation for Rust."
documentation = "https://remram44.github.io/adler32-rs/index.html"
repository = "https://github.com/remram44/adler32-rs"
keywords = ["adler32", "hash", "rolling"]
license = "BSD-3-Clause"
[dev-dependencies]
rand = "0.3"