зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
461 B
TOML
22 строки
461 B
TOML
[package]
|
|
|
|
name = "libz-sys"
|
|
version = "1.0.12"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
links = "z"
|
|
build = "build.rs"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/alexcrichton/libz-sys"
|
|
documentation = "https://docs.rs/libz-sys"
|
|
description = """
|
|
Bindings to the system libz library (also known as zlib).
|
|
"""
|
|
categories = ["external-ffi-bindings"]
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
|
|
[build-dependencies]
|
|
pkg-config = "0.3"
|
|
gcc = "0.3.17"
|