1[package] 2 3name = "pkg-config" 4version = "0.3.26" 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"] 15 16[dev-dependencies] 17lazy_static = "1" 18