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.
37 lines
696 B
37 lines
696 B
2 years ago
|
--- uuid-1.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ uuid-1.3.1/Cargo.toml 2023-04-14T21:36:00.861013+00:00
|
||
|
@@ -114,20 +114,6 @@
|
||
|
version = "2"
|
||
|
optional = true
|
||
|
|
||
|
-[dependencies.uuid-macro-internal]
|
||
|
-version = "1.3.1"
|
||
|
-optional = true
|
||
|
-package = "uuid-macro-internal"
|
||
|
-
|
||
|
-[dependencies.wasm-bindgen]
|
||
|
-version = "0.2"
|
||
|
-optional = true
|
||
|
-package = "wasm-bindgen"
|
||
|
-
|
||
|
-[dependencies.zerocopy]
|
||
|
-version = "0.6"
|
||
|
-optional = true
|
||
|
-
|
||
|
[dev-dependencies.bincode]
|
||
|
version = "1.0"
|
||
|
|
||
|
@@ -152,12 +138,6 @@
|
||
|
"rng",
|
||
|
"rand",
|
||
|
]
|
||
|
-js = [
|
||
|
- "wasm-bindgen",
|
||
|
- "getrandom",
|
||
|
- "getrandom/js",
|
||
|
-]
|
||
|
-macro-diagnostics = ["uuid-macro-internal"]
|
||
|
md5 = ["md-5"]
|
||
|
rng = ["getrandom"]
|
||
|
sha1 = ["sha1_smol"]
|