1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13name = "pkg-config" 14version = "0.3.26" 15authors = ["Alex Crichton <alex@alexcrichton.com>"] 16description = """ 17A library to run the pkg-config system tool at build time in order to be used in 18Cargo build scripts. 19""" 20documentation = "https://docs.rs/pkg-config" 21readme = "README.md" 22keywords = ["build-dependencies"] 23license = "MIT OR Apache-2.0" 24repository = "https://github.com/rust-lang/pkg-config-rs" 25 26[dev-dependencies.lazy_static] 27version = "1" 28