1 | [package] |
2 | name = "pkg-config" |
3 | version = "0.3.32" |
4 | authors = ["Alex Crichton <alex@alexcrichton.com>" ] |
5 | license = "MIT OR Apache-2.0" |
6 | repository = "https://github.com/rust-lang/pkg-config-rs" |
7 | documentation = "https://docs.rs/pkg-config" |
8 | readme = "README.md" |
9 | description = "" " |
10 | A library to run the pkg-config system tool at build time in order to be used in |
11 | Cargo build scripts. |
12 | " "" |
13 | keywords = ["build-dependencies" ] |
14 | rust-version = "1.31" |
15 | edition = "2018" |
16 | |
17 | [dev-dependencies] |
18 | lazy_static = "1" |
19 | |