]> git.proxmox.com Git - rustc.git/blobdiff - vendor/ntapi/Cargo.toml
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / ntapi / Cargo.toml
index b9cc89aaecee98f083b9754a91890d233ef5e519..35516ff80ed2182d0a80b5ebd4f12f47699cba1a 100644 (file)
@@ -3,17 +3,16 @@
 # When uploading crates to the registry Cargo will automatically
 # "normalize" Cargo.toml files for maximal compatibility
 # with all versions of Cargo and also rewrite `path` dependencies
-# to registry (e.g., crates.io) dependencies
+# to registry (e.g., crates.io) dependencies.
 #
-# If you believe there's an error in this file please file an
-# issue against the rust-lang/cargo repository. If you're
-# editing this file be aware that the upstream Cargo.toml
-# will likely look very different (and much more reasonable)
+# If you are reading this file be aware that the original Cargo.toml
+# will likely look very different (and much more reasonable).
+# See Cargo.toml.orig for the original contents.
 
 [package]
 edition = "2018"
 name = "ntapi"
-version = "0.3.6"
+version = "0.3.7"
 authors = ["MSxDOS <melcodos@gmail.com>"]
 include = ["src/**/*", "Cargo.toml", "build.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
 description = "FFI bindings for Native API"
@@ -25,16 +24,17 @@ license = "Apache-2.0 OR MIT"
 repository = "https://github.com/MSxDOS/ntapi"
 [package.metadata.docs.rs]
 default-target = "x86_64-pc-windows-msvc"
-features = ["nightly"]
+features = ["beta"]
 targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
 [dependencies.winapi]
 version = "0.3.9"
 features = ["cfg", "evntrace", "in6addr", "inaddr", "minwinbase", "ntsecapi", "windef", "winioctl"]
 
 [features]
+beta = []
 default = ["user"]
 func-types = []
 impl-default = ["winapi/impl-default"]
 kernel = []
-nightly = []
+nightly = ["beta"]
 user = []