[build-dependencies.cc]
features = ["parallel"]
version = "1.0.49"
[build-dependencies.pkg-config]
version = "0.3.18"
[dependencies.libc]
version = "0.2.67"
[features]
bindgen = []
default = ["bindgen"]
fat-lto = []
parallel = []
static = []
thin-lto = []
wasm = ["static", "bindgen"]
[lib]
name = "liblzma_sys"
path = "src/lib.rs"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Portable-Network-Archive Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = """
Raw bindings to liblzma which contains an implementation of LZMA and xz stream
encoding/decoding.
High level Rust bindings are available in the `liblzma` crate.
"""
edition = "2021"
exclude = ["xz/.github/", "xz/tests/files/*"]
homepage = "https://github.com/portable-network-archive/liblzma-rs"
keywords = ["lzma", "xz", "encoding", "wasm"]
license = "MIT OR Apache-2.0"
links = "lzma"
name = "liblzma-sys"
readme = "README.md"
repository = "https://github.com/portable-network-archive/liblzma-rs"
version = "0.3.13"