vcpkg 0.2.10

A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts.
Documentation
[package]
name = "vcpkg"
version = "0.2.10"
authors = ["Jim McGrath <jimmc2@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mcgoo/vcpkg-rs"
readme = "../README.md"
documentation = "https://docs.rs/vcpkg"
description = """
A library to find native dependencies in a vcpkg tree at build
time in order to be used in Cargo build scripts.
"""
keywords = ["build-dependencies", "windows", "macos", "linux"]
categories = ["development-tools::build-utils"]

[dependencies]

[dev-dependencies]
tempdir = "0.3.7"
lazy_static = "1"