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.
|
|
|
--- uuid-1.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ uuid-1.9.1/Cargo.toml 2024-07-06T01:33:16.138565+00:00
|
|
|
|
@@ -169,7 +169,6 @@
|
|
|
|
"dep:rand",
|
|
|
|
]
|
|
|
|
js = [
|
|
|
|
- "dep:wasm-bindgen",
|
|
|
|
"getrandom?/js",
|
|
|
|
]
|
|
|
|
macro-diagnostics = ["dep:uuid-macro-internal"]
|
|
|
|
@@ -185,16 +184,6 @@
|
|
|
|
v7 = ["rng"]
|
|
|
|
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"
|
|
|
|
|
|
|
|
@@ -207,3 +196,4 @@
|
|
|
|
[lints.rust.unexpected_cfgs]
|
|
|
|
level = "allow"
|
|
|
|
priority = 0
|
|
|
|
+
|