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-sys-locale/sys-locale-fix-metadata-aut...

39 lines
897 B

--- sys-locale-0.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sys-locale-0.3.0/Cargo.toml 2023-05-18T20:28:03.527912+00:00
@@ -27,35 +27,5 @@
[features]
js = [
- "js-sys",
- "wasm-bindgen",
- "web-sys",
]
-[target."cfg(all(target_family = \"wasm\", not(unix)))".dependencies.js-sys]
-version = "0.3"
-optional = true
-
-[target."cfg(all(target_family = \"wasm\", not(unix)))".dependencies.wasm-bindgen]
-version = "0.2"
-optional = true
-
-[target."cfg(all(target_family = \"wasm\", not(unix)))".dependencies.web-sys]
-version = "0.3"
-features = [
- "Window",
- "WorkerGlobalScope",
- "Navigator",
- "WorkerNavigator",
-]
-optional = true
-
-[target."cfg(target_os = \"android\")".dependencies.libc]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
-features = [
- "Win32_Globalization",
- "Win32_System_SystemServices",
-]