# 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-spin-macro" version = "0.2.0" description = "Spin support for Leptos" homepage = "https://github.com/fermyon/leptos-spin" license = "Apache-2.0" [lib] proc-macro = true [dependencies.http] version = "1.0.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.server_fn_macro] version = "0.6.3" [dependencies.syn] version = "2.0.48" [features] actix = ["server_fn_macro/actix"] axum = ["server_fn_macro/axum"] nightly = ["server_fn_macro/nightly"] ssr = ["server_fn_macro/ssr"]