-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
50 lines (39 loc) · 1.43 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
[package]
name = "virto-communities"
version = "0.3.1"
authors = ["b-avb <[email protected]>"]
edition = "2021"
[dependencies]
dioxus = { version = "0.6", features = ["router", "web"] }
dioxus-i18n = { git = "https://github.com/mrxiaozhuox/dioxus-i18n.git" }
wasm-bindgen = "0.2.99"
unic-langid = { version = "0.9.5", features = ["macros"] }
web-sys = { version = "0.3.69", features = ["CssStyleDeclaration", "Document", "DomRect", "HtmlBodyElement", "Location", "Navigator", "NodeList", "ScrollToOptions", "Window", "console"] }
gloo = { version = "0.11.0", features = ["futures"] }
infer = "0.15.0"
mime = "0.3.17"
futures-util = "0.3.30"
sube = { package = "sube", git = "https://github.com/virto-network/virto-sdk.git", branch = "main", features = ["js"] }
pjs = { package = "pjs", git = "https://github.com/virto-network/virto-sdk.git", branch = "feat/pjs-vault", default-features = false }
serde = "1.0.197"
serde_json = "1.0.114"
hex = "0.4.3"
wasm-bindgen-futures = "0.4.42"
sp-core = { version = "34.0.0", default-features = false, features = ["serde"] }
reqwest = { version = "0.12.4", features = ["json", "multipart"] }
pulldown-cmark = "0.11.0"
chrono = "0.4.38"
[patch.crates-io]
cookie = { git = "https://github.com/S0c5/cookie-rs.git" }
[build-dependencies]
grass = "0.13.2"
[features]
dev = []
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"