[dev-dependencies.lazy_static]
version = "1"
[lib]
name = "pkg_config"
path = "src/lib.rs"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
"""
documentation = "https://docs.rs/pkg-config"
edition = "2018"
keywords = ["build-dependencies"]
license = "MIT OR Apache-2.0"
name = "pkg-config"
readme = "README.md"
repository = "https://github.com/rust-lang/pkg-config-rs"
rust-version = "1.31"
version = "0.3.31"
[[test]]
name = "test"
path = "tests/test.rs"