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