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-io-lifetimes/io-lifetimes-fix-metadata-a...

30 lines
639 B

--- io-lifetimes-2.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-2.0.2/Cargo.toml 2023-11-05T00:08:08.447170+00:00
@@ -48,8 +48,6 @@
[features]
close = [
"libc",
- "hermit-abi",
- "windows-sys",
]
default = []
@@ -88,17 +86,3 @@
version = "0.2.96"
optional = true
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-version = "0.3"
-optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
- "Win32_Networking_WinSock",
- "Win32_Security",
- "Win32_System_IO",
-]
-optional = true