xz 0.1.0

Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. Alias of `xz2` crate.
Documentation
[dependencies.xz2]
version = "0.1"

[features]
tokio = ["xz2/tokio"]

[package]
authors = ["Hyeon Kim <simnalamburt@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
categories = ["compression", "api-bindings"]
description = "Rust bindings to liblzma providing Read/Write streams as well as low-level\nin-memory encoding/decoding.\n\nAlias of `xz2` crate.\n"
documentation = "https://docs.rs/xz"
edition = "2018"
homepage = "https://github.com/alexcrichton/xz2-rs"
keywords = ["lzma", "xz", "encoding"]
license = "MIT/Apache-2.0"
name = "xz"
readme = "README.md"
repository = "https://github.com/alexcrichton/xz2-rs"
version = "0.1.0"