1[package]
2name = "pkg-config"
3version = "0.3.32"
4authors = ["Alex Crichton <alex@alexcrichton.com>"]
5license = "MIT OR Apache-2.0"
6repository = "https://github.com/rust-lang/pkg-config-rs"
7documentation = "https://docs.rs/pkg-config"
8readme = "README.md"
9description = """
10A library to run the pkg-config system tool at build time in order to be used in
11Cargo build scripts.
12"""
13keywords = ["build-dependencies"]
14rust-version = "1.31"
15edition = "2018"
16
17[dev-dependencies]
18lazy_static = "1"
19