# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "leptos_wasi" version = "0.1.3" authors = ["Enzo Nocera"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WASI integrations for the Leptos web framework." readme = "README.md" license = "MIT" repository = "https://github.com/leptos-rs/leptos_wasi" [lib] name = "leptos_wasi" path = "src/lib.rs" [dependencies.bytes] version = "1.7.2" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.hydration_context] version = "0.2.0" [dependencies.leptos] version = "0.7.0" features = [ "nonce", "ssr", ] [dependencies.leptos_integration_utils] version = "0.7.0" [dependencies.leptos_macro] version = "0.7.0" features = ["generic"] [dependencies.leptos_meta] version = "0.7.0" features = ["ssr"] [dependencies.leptos_router] version = "0.7.0" features = ["ssr"] [dependencies.mime_guess] version = "2.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.routefinder] version = "0.5.4" [dependencies.server_fn] version = "0.7.0" features = ["generic"] [dependencies.thiserror] version = "2" [dependencies.throw_error] version = "0.2.0" [dependencies.wasi] version = "0.13.1+wasi-0.2.0" [features] islands-router = []