parent
cee5898b66
commit
28bdf21c18
@ -1 +1 @@
|
|||||||
SHA512 (sysinfo-0.19.2.crate) = aa27977890afb37b8d6e3467302b301ce7076c53224808a361f1c2780038d0779a719e9a90fede64379cf7f3d391dbe557a79e393ddcc2c35faee17fc50f14a0
|
SHA512 (sysinfo-0.23.13.crate) = 9aab3bccb6dab2a2b82dc0abe23924d0993c67c06b8c2748fff61825f78c4e783f821d7f0a4b1bb8ac82f816e3542caf20f59868e5122b03086b958ed68e6cb6
|
||||||
|
@ -1,16 +1,56 @@
|
|||||||
--- sysinfo-0.19.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- sysinfo-0.23.13/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ sysinfo-0.19.2/Cargo.toml 2021-08-01T21:10:35.883575+00:00
|
+++ sysinfo-0.23.13/Cargo.toml 2022-07-21T09:06:18.427214+00:00
|
||||||
@@ -46,13 +46,5 @@
|
@@ -45,53 +45,13 @@
|
||||||
|
optional = true
|
||||||
|
|
||||||
|
[features]
|
||||||
|
-apple-app-store = ["apple-sandbox"]
|
||||||
|
-apple-sandbox = []
|
||||||
|
c-interface = []
|
||||||
|
debug = ["libc/extra_traits"]
|
||||||
|
default = ["multithread"]
|
||||||
multithread = ["rayon"]
|
multithread = ["rayon"]
|
||||||
|
-unknown-ci = []
|
||||||
|
|
||||||
[target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]
|
[target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]
|
||||||
version = "3.2"
|
version = "3.2"
|
||||||
|
|
||||||
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
|
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
|
||||||
-version = "0.8"
|
-version = "0.8"
|
||||||
|
-
|
||||||
[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
|
[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
|
||||||
version = "^0.2.94"
|
version = "^0.2.112"
|
||||||
|
-
|
||||||
-[target."cfg(windows)".dependencies.ntapi]
|
-[target."cfg(windows)".dependencies.ntapi]
|
||||||
-version = "0.3"
|
-version = "0.3"
|
||||||
-
|
-
|
||||||
-[target."cfg(windows)".dependencies.winapi]
|
-[target."cfg(windows)".dependencies.winapi]
|
||||||
-version = "0.3.9"
|
-version = "0.3.9"
|
||||||
-features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi"]
|
-features = [
|
||||||
|
- "fileapi",
|
||||||
|
- "handleapi",
|
||||||
|
- "ifdef",
|
||||||
|
- "ioapiset",
|
||||||
|
- "minwindef",
|
||||||
|
- "pdh",
|
||||||
|
- "psapi",
|
||||||
|
- "synchapi",
|
||||||
|
- "sysinfoapi",
|
||||||
|
- "winbase",
|
||||||
|
- "winerror",
|
||||||
|
- "winioctl",
|
||||||
|
- "winnt",
|
||||||
|
- "oleauto",
|
||||||
|
- "wbemcli",
|
||||||
|
- "rpcdce",
|
||||||
|
- "combaseapi",
|
||||||
|
- "objidl",
|
||||||
|
- "powerbase",
|
||||||
|
- "netioapi",
|
||||||
|
- "lmcons",
|
||||||
|
- "lmaccess",
|
||||||
|
- "lmapibuf",
|
||||||
|
- "memoryapi",
|
||||||
|
- "shellapi",
|
||||||
|
- "std",
|
||||||
|
-]
|
||||||
|
Loading…
Reference in new issue