]> git.proxmox.com Git - rustc.git/blob - vendor/ntapi/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / ntapi / 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 edition = "2018"
15 name = "ntapi"
16 version = "0.3.6"
17 authors = ["MSxDOS <melcodos@gmail.com>"]
18 include = ["src/**/*", "Cargo.toml", "build.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
19 description = "FFI bindings for Native API"
20 documentation = "https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/"
21 readme = "README.md"
22 keywords = ["windows", "ffi", "ntapi", "native", "win32"]
23 categories = ["external-ffi-bindings", "no-std", "os::windows-apis"]
24 license = "Apache-2.0 OR MIT"
25 repository = "https://github.com/MSxDOS/ntapi"
26 [package.metadata.docs.rs]
27 default-target = "x86_64-pc-windows-msvc"
28 features = ["nightly"]
29 targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
30 [dependencies.winapi]
31 version = "0.3.9"
32 features = ["cfg", "evntrace", "in6addr", "inaddr", "minwinbase", "ntsecapi", "windef", "winioctl"]
33
34 [features]
35 default = ["user"]
36 func-types = []
37 impl-default = ["winapi/impl-default"]
38 kernel = []
39 nightly = []
40 user = []