pkg-config 0.3.26

A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "pkg-config"
version = "0.3.26"
dependencies = [
 "lazy_static",
]