--- sys-locale-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ sys-locale-0.3.1/Cargo.toml 2023-08-28T16:04:54.741904+00:00 @@ -27,31 +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(all(target_family = \"wasm\", not(unix)))".dev-dependencies.wasm-bindgen-test] -version = "0.3" - -[target."cfg(target_os = \"android\")".dependencies.libc] -version = "0.2"