1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,4 +100,0 @@
-js = [
- "dep:wasm-bindgen",
- "dep:js-sys",
-]
@@ -125,10 +121,7 @@
"uuid-rng-internal-lib/rand",
]
sha1 = ["dep:sha1_smol"]
-std = [
- "wasm-bindgen?/std",
- "js-sys?/std",
-]
+std = []
v1 = ["atomic"]
v3 = ["md5"]
v4 = ["rng"]
@@ -216,23 +216,6 @@
optional = true
package = "uuid-rng-internal"
-[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.wasm-bindgen]
-version = "0.2"
-features = ["msrv"]
-optional = true
-default-features = false
-
-[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dev-dependencies.wasm-bindgen]
-version = "0.2"
-
-[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dev-dependencies.wasm-bindgen-test]
-version = "0.3"
-
-[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none"), target_feature = "atomics"))'.dependencies.js-sys]
-version = "0.3"
-optional = true
-default-features = false
-
[target.'cfg(not(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none"))))'.dependencies.getrandom]
version = "0.3"
optional = true
|