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.
rust-console/console-fix-metadata.diff

22 lines
705 B

--- console-0.11.2/Cargo.toml 2020-04-28T13:45:42+00:00
+++ console-0.11.2/Cargo.toml 2020-05-02T08:56:03.367865+00:00
@@ -43,17 +43,6 @@
[features]
ansi-parsing = ["regex"]
-default = ["unicode-width", "ansi-parsing", "windows-console-colors"]
-windows-console-colors = ["ansi-parsing", "winapi-util"]
+default = ["unicode-width", "ansi-parsing"]
[target."cfg(unix)".dependencies.termios]
version = "0.3"
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1"
-optional = true