Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 583edccf6667a0121148fbf20b397cb3 > files > 2

rust-memsec-0.6.3-0.1.mga10.src.rpm

--- memsec-0.6.3/Cargo.toml	1970-01-01T00:00:01+00:00
+++ memsec-0.6.3/Cargo.toml	2023-03-01T13:22:22.019353+00:00
@@ -45,24 +45,12 @@
 nightly = []
 use_os = [
     "libc",
-    "windows-sys",
 ]
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 optional = true
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
-features = [
-    "Win32_System_SystemInformation",
-    "Win32_System_Memory",
-    "Win32_Foundation",
-    "Win32_System_Diagnostics_Debug",
-]
-optional = true
-default-features = false
-
 [badges.appveyor]
 repository = "quininer/memsec"