blob: 6e27ded1c4da73f2ba35807c96d4ab761f8aa869 [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"
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
[features]
default = []
use_std = []