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