[package]
name = "frontend"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
console_error_panic_hook = "0.1.7"
gloo-net = "0.5.0"
heck = "0.4.1"
leptos = { workspace = true }
leptos-mview = "0.2.3"
leptos-use = "0.10.1"
leptos_router = { workspace = true }
phosphor-leptos = {version = "0.2.1", git = "https://github.com/Jengamon/phosphor-leptos" }
prost = "0.12.3"
prost-types = "0.12.3"
serde = { version = "1.0.196", features = ["derive"] }
serde-wasm-bindgen = "0.6.3"
time = { version = "0.3.31", features = ["wasm-bindgen"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["chrono", "time", "local-time"] }
tracing-subscriber-wasm = "0.1.0"
wasm-bindgen-futures = "0.4.40"

[build-dependencies]
prost-build = "0.12.3"