vcpkg 0.2.8

A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts.
Documentation
[badges.appveyor]
branch = "master"
repository = "mcgoo/vcpkg-rs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "mcgoo/vcpkg-rs"

[dependencies]
[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.tempdir]
version = "0.3.7"

[package]
authors = ["Jim McGrath <jimmc2@gmail.com>"]
categories = ["os::windows-apis"]
description = "A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n"
documentation = "https://docs.rs/vcpkg"
keywords = ["build-dependencies", "windows", "ffi", "win32"]
license = "MIT/Apache-2.0"
name = "vcpkg"
readme = "../README.md"
repository = "https://github.com/mcgoo/vcpkg-rs"
version = "0.2.8"