blob: 9c834c89d0751425a8f8bbbfa152c7dc7da7b0c5 [file] [log] [blame]
[package]
name = "inflate"
version = "0.2.0"
license = "MIT"
description = "DEFLATE decoding"
authors = ["nwin <nwin@users.noreply.github.com>"]
repository = "https://github.com/PistonDevelopers/inflate.git"
keywords = ["deflate", "decompression", "compression", "piston"]
[features]
default = []
unstable = []
use_std = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }