]> git.proxmox.com Git - cargo.git/blob - vendor/advapi32-sys-0.2.0/Cargo.toml
New upstream version 0.20.0
[cargo.git] / vendor / advapi32-sys-0.2.0 / Cargo.toml
1 [package]
2 name = "advapi32-sys"
3 version = "0.2.0"
4 authors = ["Peter Atashian <retep998@gmail.com>"]
5 description = "Contains function definitions for the Windows API library advapi32. See winapi for types and constants."
6 documentation = "https://retep998.github.io/doc/advapi32/"
7 repository = "https://github.com/retep998/winapi-rs"
8 readme = "README.md"
9 keywords = ["windows", "ffi", "win32"]
10 license = "MIT"
11 build = "build.rs"
12 [lib]
13 name = "advapi32"
14 [dependencies]
15 winapi = { version = "0.2.5", path = "../.." }
16 [build-dependencies]
17 winapi-build = { version = "0.1.1", path = "../../build" }