]> git.proxmox.com Git - rustc.git/blame - src/vendor/lzma-sys/Cargo.toml
New upstream version 1.29.0+dfsg1
[rustc.git] / src / vendor / lzma-sys / Cargo.toml
CommitLineData
3b2f2976
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g. crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
7cac9316
XL
13[package]
14name = "lzma-sys"
8faf50e0 15version = "0.1.10"
7cac9316
XL
16authors = ["Alex Crichton <alex@alexcrichton.com>"]
17build = "build.rs"
18links = "lzma"
3b2f2976 19description = "Raw bindings to liblzma which contains an implementation of LZMA and xz stream\nencoding/decoding.\n\nHigh level Rust bindings are available in the `xz2` crate.\n"
7cac9316
XL
20homepage = "https://github.com/alexcrichton/xz2-rs"
21documentation = "https://docs.rs/lzma-sys"
7cac9316 22categories = ["external-ffi-bindings"]
3b2f2976
XL
23license = "MIT/Apache-2.0"
24repository = "https://github.com/alexcrichton/xz2-rs"
25[dependencies.libc]
26version = "0.2"
ea8adc8c
XL
27[build-dependencies.cc]
28version = "1.0"
29
8faf50e0
XL
30[build-dependencies.filetime]
31version = "0.2"
32
ea8adc8c
XL
33[build-dependencies.pkg-config]
34version = "0.3"