-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
62 lines (60 loc) · 1.67 KB
/
Cargo.toml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[package]
name = "shivarthu-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
leptos = { version = "0.6.13", features = ["csr", "nightly"] }
leptos-use = { version = "0.13.5" }
leptos_router = { version = "0.6.13", features = ["csr", "nightly"] }
leptos_icons = "0.3.0"
icondata = "0.4.0"
serde = "1.0.197"
rand = "0.8.5"
gloo = "0.11.0"
gloo-storage = "0.3.0"
gloo-timers = "0.3.0"
serde_json = "1.0.104"
wasm-bindgen = "0.2.93"
web-sys = { version = "0.3.70", features = [
"HtmlInputElement",
"DragEvent",
"File",
"DataTransfer",
] }
js-sys = "0.3.70"
# sp-keyring = { version = "21.0.0", default-features = false }
futures = "0.3.30"
hex = "0.4.3"
tracing-subscriber = "0.3.18"
wasm-bindgen-futures = "0.4.41"
jsonrpsee-wasm-client = "0.24"
jsonrpsee-core = "0.24"
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = [
"derive",
"full",
"bit-vec",
] }
# getrandom = { version = "0.2.7", features = ["js"] }
subxt = { version = "0.37.0", default-features = false, features = [
"jsonrpsee",
"web",
] }
subxt-signer = { version = "0.37.0", default-features = false, features = [
"web",
"sr25519",
"ecdsa",
"subxt",
] }
# sp-core = { version = "20.0.0", features = ["full_crypto"] }
magic-crypt = "3.1.13"
tiny-bip39 = "1.0.0"
pulldown-cmark = "0.12.1"
json = "0.12.4"
regex = "1.10.3"
sp-core-hashing = "16.0.0"
anyhow = "1.0.80"
polars = { version = "0.41.3", default-features = false, features = ['csv'] }
oauth2 = "4.4.2"
thiserror = "1.0.57"
codee = { version = "0.2", features = ["json_serde"] }