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-ed25519-compact/ed25519-compact-fix-metadat...

23 lines
860 B

--- ed25519-compact-2.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ed25519-compact-2.1.1/Cargo.toml 2024-05-01T15:12:23.534667+00:00
@@ -61,18 +61,10 @@
traits = ["ed25519"]
x25519 = []
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dependencies.getrandom]
-version = "0.2"
-features = ["js"]
-optional = true
-
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dev-dependencies.getrandom]
-version = "0.2"
-features = ["js"]
-
[target."cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))".dependencies.getrandom]
version = "0.2"
optional = true
[target."cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))".dev-dependencies.getrandom]
version = "0.2"
+