Update metadata for docs.rs and remove badges

This commit is contained in:
MSxDOS
2020-10-23 13:06:13 +03:00
parent 27ee7c8e2c
commit 433abdb8ec
+2 -5
View File
@@ -14,16 +14,13 @@ edition = "2018"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["func-types", "nightly"]
features = ["nightly"]
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"]
[badges]
appveyor = { repository = "MSxDOS/ntapi" }
travis-ci = { repository = "MSxDOS/ntapi" }
[features]
default = ["user"]
func-types = []