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.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ uuid-1.7.0/Cargo.toml 2024-01-30T12:40:26.586271+00:00
|
|
|
|
@@ -89,16 +89,6 @@
|
|
|
|
optional = true
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
-[dependencies.borsh]
|
|
|
|
-version = "1"
|
|
|
|
-optional = true
|
|
|
|
-default-features = false
|
|
|
|
-
|
|
|
|
-[dependencies.borsh-derive]
|
|
|
|
-version = "1"
|
|
|
|
-optional = true
|
|
|
|
-default-features = false
|
|
|
|
-
|
|
|
|
[dependencies.bytemuck]
|
|
|
|
version = "1.14.0"
|
|
|
|
features = ["derive"]
|
|
|
|
@@ -131,18 +121,6 @@
|
|
|
|
version = "2"
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
-[dependencies.uuid-macro-internal]
|
|
|
|
-version = "1.7.0"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.wasm-bindgen]
|
|
|
|
-version = "0.2"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.zerocopy]
|
|
|
|
-version = "0.6"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
[dev-dependencies.bincode]
|
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
@@ -163,20 +141,11 @@
|
|
|
|
|
|
|
|
[features]
|
|
|
|
atomic = ["dep:atomic"]
|
|
|
|
-borsh = [
|
|
|
|
- "dep:borsh",
|
|
|
|
- "dep:borsh-derive",
|
|
|
|
-]
|
|
|
|
default = ["std"]
|
|
|
|
fast-rng = [
|
|
|
|
"rng",
|
|
|
|
"dep:rand",
|
|
|
|
]
|
|
|
|
-js = [
|
|
|
|
- "dep:wasm-bindgen",
|
|
|
|
- "getrandom?/js",
|
|
|
|
-]
|
|
|
|
-macro-diagnostics = ["dep:uuid-macro-internal"]
|
|
|
|
md5 = ["dep:md-5"]
|
|
|
|
rng = ["dep:getrandom"]
|
|
|
|
sha1 = ["dep:sha1_smol"]
|