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.
20 lines
647 B
20 lines
647 B
--- console-0.13.0/Cargo.toml 2020-10-18T13:11:17+00:00
|
|
+++ console-0.13.0/Cargo.toml 2020-10-25T10:11:55.903671+00:00
|
|
@@ -43,15 +43,4 @@
|
|
|
|
[features]
|
|
ansi-parsing = ["regex"]
|
|
-default = ["unicode-width", "ansi-parsing", "windows-console-colors"]
|
|
-windows-console-colors = ["ansi-parsing", "winapi-util"]
|
|
-[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.3"
|
|
-optional = true
|
|
+default = ["unicode-width", "ansi-parsing"]
|