|
|
|
--- 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",
|
|
|
|
-]
|