[package] name = "macaw-web" version = "0.1.0" edition = "2024" [dependencies] base64 = "0.22.1" chrono = "0.4.41" chrono-humanize = "0.2.3" console_error_panic_hook = "0.1.7" filamento = { path = "../luz/filamento", features = [ "reactive_stores", "opfs", ] } futures = "0.3.31" indexmap = "2.9.0" jid = { path = "../luz/jid" } leptos = { version = "0.8.2", features = ["csr"] } leptos-fetch = "0.4.2" # leptos-use = "0.15.7" # leptos_meta = "0.8.2" # reactive_graph = "0.2.2" # leptos_reactive = { version = "0.6.15", features = ["csr"] } reactive_stores = "0.2.2" serde = "1.0.219" stylance = "0.6.0" thiserror = "2.0.12" tokio = { version = "1.44.2", features = ["sync", "rt"] } tracing = "0.1.41" tracing-wasm = "0.2.1" uuid = { version = "1.16.0", features = ["v4"] } # wasm-bindgen = "0.2.100" web-sys = { version = "0.3.77", features = ["HtmlInputElement", "FileList"] } [patch.crates-io] tokio_with_wasm = { path = "../tokio-with-wasm/tokio_with_wasm" }