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-chrono/chrono-fix-metadata-auto.diff

39 lines
1.1 KiB

--- chrono-0.4.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ chrono-0.4.31/Cargo.toml 2023-09-19T18:29:35.649694+00:00
@@ -100,34 +100,11 @@
"alloc",
]
wasmbind = [
- "wasm-bindgen",
- "js-sys",
]
-winapi = ["windows-targets"]
-
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
-version = "0.3"
-optional = true
-
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
-version = "0.2"
-optional = true
-
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
-version = "0.3"
-
-[target."cfg(target_os = \"android\")".dependencies.android-tzdata]
-version = "0.1.1"
-optional = true
+winapi = []
[target."cfg(unix)".dependencies.iana-time-zone]
version = "0.1.45"
features = ["fallback"]
optional = true
-[target."cfg(windows)".dependencies.windows-targets]
-version = "0.48"
-optional = true
-
-[target."cfg(windows)".dev-dependencies.windows-bindgen]
-version = "0.51"