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

48 lines
884 B

--- uuid-1.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.4.1/Cargo.toml 2023-07-29T14:56:16.540197+00:00
@@ -84,10 +84,6 @@
default-features = false
package = "atomic"
-[dependencies.borsh]
-version = "0.10.3"
-optional = true
-
[dependencies.getrandom]
version = "0.2"
optional = true
@@ -119,20 +115,6 @@
version = "2"
optional = true
-[dependencies.uuid-macro-internal]
-version = "1.4.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"
@@ -157,12 +139,6 @@
"rng",
"rand",
]
-js = [
- "wasm-bindgen",
- "getrandom",
- "getrandom/js",
-]
-macro-diagnostics = ["uuid-macro-internal"]
md5 = ["md-5"]
rng = ["getrandom"]
sha1 = ["sha1_smol"]