]> git.proxmox.com Git - rustc.git/blob - src/vendor/lzma-sys/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / lzma-sys / Cargo.toml
1 [package]
2 name = "lzma-sys"
3 version = "0.1.4"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 build = "build.rs"
6 links = "lzma"
7 license = "MIT/Apache-2.0"
8 repository = "https://github.com/alexcrichton/xz2-rs"
9 homepage = "https://github.com/alexcrichton/xz2-rs"
10 documentation = "https://docs.rs/lzma-sys"
11 description = """
12 Raw bindings to liblzma which contains an implementation of LZMA and xz stream
13 encoding/decoding.
14
15 High level Rust bindings are available in the `xz2` crate.
16 """
17 categories = ["external-ffi-bindings"]
18
19 [dependencies]
20 libc = "0.2"
21
22 [build-dependencies]
23 gcc = "0.3.26"
24 filetime = "0.1"