blob: 6e6919d490d71222bf4f00fd641962fc946b9f0b [file] [log] [blame]
[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"
[dependencies]
sgx_tstd = { path = "../../sgx_tstd"}
[features]
default = []
use_std = []