[go: up one dir, main page]

liblzma 0.3.1

Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. forked from xz2.
Documentation
[dependencies.futures]
optional = true
version = "0.1.26"

[dependencies.liblzma-sys]
default-features = false
version = "0.3.3"

[dependencies.num_cpus]
optional = true
version = "1.16.0"

[dependencies.tokio-io]
optional = true
version = "0.1.12"
[dev-dependencies.quickcheck]
version = "1.0.1"

[dev-dependencies.rand]
version = "0.8.0"

[dev-dependencies.tokio-core]
version = "0.1.17"

[features]
bindgen = ["liblzma-sys/bindgen"]
default = ["bindgen"]
parallel = ["liblzma-sys/parallel", "num_cpus"]
static = ["liblzma-sys/static"]
tokio = ["tokio-io", "futures"]
wasm = ["liblzma-sys/wasm"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Portable-Network-Archive Developers"]
categories = ["compression", "api-bindings"]
description = "Rust bindings to liblzma providing Read/Write streams as well as low-level\nin-memory encoding/decoding. forked from xz2.\n"
edition = "2021"
exclude = [".github/"]
homepage = "https://github.com/portable-network-archive/liblzma-rs"
keywords = ["lzma", "xz", "encoding", "wasm"]
license = "MIT OR Apache-2.0"
name = "liblzma"
readme = "README.md"
repository = "https://github.com/portable-network-archive/liblzma-rs"
version = "0.3.1"
[package.metadata.docs.rs]
features = ["tokio-io", "futures", "parallel"]