1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,10 +86,7 @@
"encoding_rs",
"lazy_static",
"libc",
- "num-format-windows",
"std",
- "widestring",
- "winapi/winnls",
]
[target."cfg(unix)".dependencies.cfg-if]
@@ -103,16 +100,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.134"
optional = true
-
-[target."cfg(windows)".dependencies.num-format-windows]
-version = "0.4.4"
-optional = true
-
-[target."cfg(windows)".dependencies.widestring]
-version = "1.0.2"
-optional = true
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["winnls"]
-optional = true
|