]> git.proxmox.com Git - rustc.git/blame - vendor/lzma-sys/Cargo.toml
New upstream version 1.64.0+dfsg1
[rustc.git] / 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
3dfed10e 6# to registry (e.g., crates.io) dependencies
3b2f2976
XL
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 13[package]
3dfed10e 14edition = "2018"
7cac9316 15name = "lzma-sys"
064997fb 16version = "0.1.17"
7cac9316
XL
17authors = ["Alex Crichton <alex@alexcrichton.com>"]
18build = "build.rs"
19links = "lzma"
3b2f2976 20description = "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
21homepage = "https://github.com/alexcrichton/xz2-rs"
22documentation = "https://docs.rs/lzma-sys"
7cac9316 23categories = ["external-ffi-bindings"]
3b2f2976
XL
24license = "MIT/Apache-2.0"
25repository = "https://github.com/alexcrichton/xz2-rs"
26[dependencies.libc]
3dfed10e 27version = "0.2.51"
ea8adc8c 28[build-dependencies.cc]
3dfed10e 29version = "1.0.34"
8faf50e0 30
ea8adc8c 31[build-dependencies.pkg-config]
416331ca 32version = "0.3.14"
3dfed10e
XL
33
34[features]
35static = []