[go: up one dir, main page]

metadeps 1.0.1

Run pkg-config from declarative dependencies in Cargo.toml
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "metadeps"
version = "1.0.1"
authors = ["Josh Triplett <josh@joshtriplett.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/joshtriplett/metadeps"
documentation = "http://docs.rs/metadeps"
description = "Run pkg-config from declarative dependencies in Cargo.toml"
keywords = ["pkg-config", "build-dependencies", "build-depends", "manifest", "metadata"]

[dependencies]
error-chain = "0.7.1"
pkg-config = "0.3.8"
toml = "0.2"

[dev-dependencies]
lazy_static = "0.2"