You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
589 B
28 lines
589 B
2 years ago
|
--- 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 @@
|
||
4 years ago
|
nightly = []
|
||
3 years ago
|
use_os = [
|
||
|
"libc",
|
||
|
- "windows-sys",
|
||
|
]
|
||
|
|
||
4 years ago
|
[target."cfg(unix)".dependencies.libc]
|
||
|
version = "0.2"
|
||
|
optional = true
|
||
3 years ago
|
|
||
|
-[target."cfg(windows)".dependencies.windows-sys]
|
||
2 years ago
|
-version = "0.45"
|
||
3 years ago
|
-features = [
|
||
|
- "Win32_System_SystemInformation",
|
||
|
- "Win32_System_Memory",
|
||
|
- "Win32_Foundation",
|
||
|
- "Win32_System_Diagnostics_Debug",
|
||
|
-]
|
||
|
-optional = true
|
||
|
-default-features = false
|
||
|
-
|
||
4 years ago
|
[badges.appveyor]
|
||
|
repository = "quininer/memsec"
|
||
3 years ago
|
|