]> git.proxmox.com Git - rustc.git/blob - vendor/vcpkg/Cargo.toml
New upstream version 1.42.0+dfsg1
[rustc.git] / vendor / vcpkg / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "vcpkg"
15 version = "0.2.8"
16 authors = ["Jim McGrath <jimmc2@gmail.com>"]
17 description = "A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n"
18 documentation = "https://docs.rs/vcpkg"
19 readme = "../README.md"
20 keywords = ["build-dependencies", "windows", "ffi", "win32"]
21 categories = ["os::windows-apis"]
22 license = "MIT/Apache-2.0"
23 repository = "https://github.com/mcgoo/vcpkg-rs"
24
25 [dependencies]
26 [dev-dependencies.lazy_static]
27 version = "1"
28
29 [dev-dependencies.tempdir]
30 version = "0.3.7"
31 [badges.appveyor]
32 branch = "master"
33 repository = "mcgoo/vcpkg-rs"
34 service = "github"
35
36 [badges.travis-ci]
37 branch = "master"
38 repository = "mcgoo/vcpkg-rs"