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.
33 lines
865 B
33 lines
865 B
--- uuid-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ uuid-1.8.0/Cargo.toml 2024-03-19T19:40:55.258557+00:00
|
|
@@ -169,7 +169,6 @@
|
|
"dep:rand",
|
|
]
|
|
js = [
|
|
- "dep:wasm-bindgen",
|
|
"getrandom?/js",
|
|
]
|
|
macro-diagnostics = ["dep:uuid-macro-internal"]
|
|
@@ -188,16 +187,6 @@
|
|
]
|
|
v8 = []
|
|
|
|
-[target."cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))".dependencies.wasm-bindgen]
|
|
-version = "0.2"
|
|
-optional = true
|
|
-
|
|
-[target."cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
|
|
-version = "0.3"
|
|
-
|
|
-[target."cfg(target = \"wasm32-unknown-unknown\")".dev-dependencies.wasm-bindgen]
|
|
-version = "0.2"
|
|
-
|
|
[badges.is-it-maintained-issue-resolution]
|
|
repository = "uuid-rs/uuid"
|
|
|
|
@@ -206,3 +195,4 @@
|
|
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|
|
+
|