[package] name = "benchmarks" version = "0.1.0" edition = "2021" # std::sync::LazyLock is stabilized in Rust version 1.80.0 rust-version = "1.80.0" [dependencies] l0410 = { package = "leptos", version = "0.4.10", features = [ "nightly", "ssr", ] } leptos = { path = "../leptos", features = ["ssr", "nightly"] } leptos_reactive = { path = "../leptos_reactive", features = ["ssr", "nightly"] } tachydom = { git = "https://github.com/gbj/tachys", features = [ "nightly", "leptos", ] } tachy_maccy = { git = "https://github.com/gbj/tachys", features = ["nightly"] } sycamore = { version = "0.8.0", features = ["ssr"] } yew = { version = "0.20.0", features = ["ssr"] } tokio-test = "0.4.0" miniserde = "0.1.0" gloo = "0.8.0" uuid = { version = "1.0", features = ["serde", "v4", "wasm-bindgen"] } wasm-bindgen = "0.2.0" lazy_static = "1.0" log = "0.4.0" strum = "0.24.0" strum_macros = "0.24.0" serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" tera = "1.0" [dependencies.web-sys] version = "0.3.0" features = ["Window", "Document", "HtmlElement", "HtmlInputElement"]