|
|
@@ -54,7 +54,6 @@ bytemuck_derive = { workspace = true }
|
|
|
byteorder = { workspace = true, optional = true }
|
|
|
chrono = { workspace = true, features = ["alloc"], optional = true }
|
|
|
curve25519-dalek = { workspace = true, optional = true }
|
|
|
-derivation-path = { workspace = true }
|
|
|
digest = { workspace = true, optional = true }
|
|
|
ed25519-dalek = { workspace = true, optional = true }
|
|
|
ed25519-dalek-bip32 = { workspace = true, optional = true }
|
|
|
@@ -72,7 +71,6 @@ num-derive = { workspace = true }
|
|
|
num-traits = { workspace = true }
|
|
|
num_enum = { workspace = true }
|
|
|
pbkdf2 = { workspace = true }
|
|
|
-qstring = { workspace = true }
|
|
|
qualifier_attr = { workspace = true, optional = true }
|
|
|
rand = { workspace = true, optional = true }
|
|
|
rand0-7 = { package = "rand", version = "0.7", optional = true }
|
|
|
@@ -86,6 +84,7 @@ sha3 = { workspace = true, optional = true }
|
|
|
siphasher = { workspace = true }
|
|
|
solana-bn254 = { workspace = true }
|
|
|
solana-decode-error = { workspace = true }
|
|
|
+solana-derivation-path = { workspace = true }
|
|
|
solana-frozen-abi = { workspace = true, optional = true }
|
|
|
solana-frozen-abi-macro = { workspace = true, optional = true }
|
|
|
solana-program = { workspace = true }
|
|
|
@@ -96,7 +95,6 @@ solana-secp256k1-recover = { workspace = true }
|
|
|
solana-serde-varint = { workspace = true }
|
|
|
solana-short-vec = { workspace = true }
|
|
|
thiserror = { workspace = true }
|
|
|
-uriparse = { workspace = true }
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
getrandom = { version = "0.1", features = ["wasm-bindgen"] }
|