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.
26 lines
724 B
26 lines
724 B
4 years ago
|
--- memsec-0.6.0/Cargo.toml 2020-07-29T17:25:03+00:00
|
||
|
+++ memsec-0.6.0/Cargo.toml 2021-04-12T09:26:20.491322+00:00
|
||
|
@@ -21,6 +21,7 @@
|
||
|
categories = ["no-std", "memory-management"]
|
||
|
license = "MIT"
|
||
|
repository = "https://github.com/quininer/memsec"
|
||
|
+exclude = ["appveyor.yml"]
|
||
|
[dependencies.getrandom]
|
||
|
version = "0.1"
|
||
|
optional = true
|
||
|
@@ -29,13 +30,9 @@
|
||
|
alloc = ["getrandom", "use_os"]
|
||
|
default = ["use_os", "alloc"]
|
||
|
nightly = []
|
||
|
-use_os = ["libc", "winapi"]
|
||
|
+use_os = ["libc"]
|
||
|
[target."cfg(unix)".dependencies.libc]
|
||
|
version = "0.2"
|
||
|
-optional = true
|
||
|
-[target."cfg(windows)".dependencies.winapi]
|
||
|
-version = "0.3"
|
||
|
-features = ["memoryapi", "sysinfoapi"]
|
||
|
optional = true
|
||
|
[badges.appveyor]
|
||
|
repository = "quininer/memsec"
|