7006027
--- uuid-1.9.0/Cargo.toml	1970-01-01T00:00:01+00:00
7006027
+++ uuid-1.9.0/Cargo.toml	2024-06-24T16:36:48.035279+00:00
7006027
@@ -88,16 +88,6 @@
a0703b5
 optional = true
af6cf66
 default-features = false
af6cf66
 
af6cf66
-[dependencies.borsh]
a0703b5
-version = "1"
a0703b5
-optional = true
a0703b5
-default-features = false
a0703b5
-
a0703b5
-[dependencies.borsh-derive]
a0703b5
-version = "1"
af6cf66
-optional = true
a0703b5
-default-features = false
af6cf66
-
69c951c
 [dependencies.bytemuck]
69c951c
 version = "1.14.0"
69c951c
 features = ["derive"]
7006027
@@ -130,10 +120,6 @@
4f4749b
 version = "2"
4f4749b
 optional = true
4f4749b
 
4f4749b
-[dependencies.uuid-macro-internal]
7006027
-version = "1.9.0"
4f4749b
-optional = true
4f4749b
-
7006027
 [dependencies.zerocopy]
7006027
 version = "0.7"
7006027
 features = ["derive"]
7006027
@@ -159,19 +145,11 @@
a0703b5
 
a0703b5
 [features]
a0703b5
 atomic = ["dep:atomic"]
a0703b5
-borsh = [
a0703b5
-    "dep:borsh",
a0703b5
-    "dep:borsh-derive",
a0703b5
-]
a0703b5
 default = ["std"]
a0703b5
 fast-rng = [
4f4749b
     "rng",
a0703b5
     "dep:rand",
4f4749b
 ]
4f4749b
-js = [
a0703b5
-    "getrandom?/js",
4f4749b
-]
a0703b5
-macro-diagnostics = ["dep:uuid-macro-internal"]
a0703b5
 md5 = ["dep:md-5"]
a0703b5
 rng = ["dep:getrandom"]
a0703b5
 sha1 = ["dep:sha1_smol"]