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
707 B

5 years ago
--- console-0.11.3/Cargo.toml 2020-05-18T15:45:22+00:00
+++ console-0.11.3/Cargo.toml 2020-05-18T17:58:05.021185+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"
-
7 years ago
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"]
-
-[target."cfg(windows)".dependencies.winapi-util]
5 years ago
-version = "0.1.3"
-optional = true