pkg-config 0.3.31

A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "pkg-config"
version = "0.3.31"
dependencies = [
 "lazy_static 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[metadata]
"checksum lazy_static 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"