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.
48 lines
892 B
48 lines
892 B
--- uuid-1.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ uuid-1.6.1/Cargo.toml 2023-11-25T12:07:30.448571+00:00
|
|
@@ -85,10 +85,6 @@
|
|
default-features = false
|
|
package = "atomic"
|
|
|
|
-[dependencies.borsh]
|
|
-version = "0.10.3"
|
|
-optional = true
|
|
-
|
|
[dependencies.bytemuck]
|
|
version = "1.14.0"
|
|
features = ["derive"]
|
|
@@ -125,20 +121,6 @@
|
|
version = "2"
|
|
optional = true
|
|
|
|
-[dependencies.uuid-macro-internal]
|
|
-version = "1.6.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"
|
|
|
|
@@ -163,12 +145,6 @@
|
|
"rng",
|
|
"rand",
|
|
]
|
|
-js = [
|
|
- "wasm-bindgen",
|
|
- "getrandom",
|
|
- "getrandom/js",
|
|
-]
|
|
-macro-diagnostics = ["uuid-macro-internal"]
|
|
md5 = ["md-5"]
|
|
rng = ["getrandom"]
|
|
sha1 = ["sha1_smol"]
|