Skip to content

Commit

Permalink
scrypto 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz2891 committed Nov 28, 2024
1 parent 1c620db commit 8b13cd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ crypto_secp256k1 = ["secp256k1/recovery", "secp256k1/lowmemory", "secp256k1/allo
crypto_k256 = ["k256/alloc", "k256/sha256", "k256/ecdsa"]

# A variant of decrypting the message-signers using Radix library.
crypto_radix = ["scrypto", "radix-common", "secp256k1/lowmemory", "getrandom/js"]
crypto_radix = ["scrypto", "radix-common"]

# A set of helpers for testing & offline usage.
helpers = ["hex/serde", "hex/alloc"]
Expand All @@ -45,7 +45,9 @@ k256 = { version = "^0.13.4", default-features = false, features = [], optional
secp256k1 = { version = "^0.29.1", default-features = false, features = [], optional = true }
hex = { version = "^0.4.3", default-features = false, features = [], optional = true }
primitive-types = { version = "^0.13.1", optional = true }
getrandom = { version = "^0.2.15", optional = true, default-features = false, features = [] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "^0.2.15", default-features = false, features = ["js"] }

[dev-dependencies]
itertools = { version = "^0.13.0" }
Expand Down

0 comments on commit 8b13cd8

Please sign in to comment.