]> git.proxmox.com Git - rustc.git/blob - vendor/ntapi/Cargo.toml
d/check-orig-suspicious.sh: remove duplicate comment stripping
[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 are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "ntapi"
15 version = "0.4.0"
16 authors = ["MSxDOS <melcodos@gmail.com>"]
17 include = [
18 "src/**/*",
19 "Cargo.toml",
20 "build.rs",
21 "README.md",
22 "LICENSE-APACHE",
23 "LICENSE-MIT",
24 ]
25 description = "FFI bindings for Native API"
26 documentation = "https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/"
27 readme = "README.md"
28 keywords = [
29 "windows",
30 "ffi",
31 "ntapi",
32 "native",
33 "win32",
34 ]
35 categories = [
36 "external-ffi-bindings",
37 "no-std",
38 "os::windows-apis",
39 ]
40 license = "Apache-2.0 OR MIT"
41 repository = "https://github.com/MSxDOS/ntapi"
42
43 [package.metadata.docs.rs]
44 default-target = "x86_64-pc-windows-msvc"
45 targets = [
46 "aarch64-pc-windows-msvc",
47 "i686-pc-windows-msvc",
48 "x86_64-pc-windows-msvc",
49 ]
50
51 [dependencies.winapi]
52 version = "0.3.9"
53 features = [
54 "cfg",
55 "evntrace",
56 "in6addr",
57 "inaddr",
58 "minwinbase",
59 "ntsecapi",
60 "windef",
61 "winioctl",
62 ]
63
64 [features]
65 default = ["user"]
66 func-types = []
67 impl-default = ["winapi/impl-default"]
68 kernel = []
69 user = []