# 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 = "hyperide" version = "0.0.6" authors = ["Lucille L. Blumire "] description = "Builds strings from embedded HTML in Rust" readme = "README.md" keywords = [ "rsx", "jsx", "html", "macro", "rstml", ] license = "MIT" repository = "https://github.com/LLBlumire/hyperide" [dependencies.axum] version = "0.6.19" [dependencies.headers] version = "0.3.8" [dependencies.html-escape] version = "0.2.13" [dependencies.htmx-headers] version = "0.1.0" [dependencies.http] version = "0.2.9" [dependencies.hyperide-macro] version = "0.0.4" [dependencies.tower-service] version = "0.3.2" [dependencies.url] version = "2.4.0" [dependencies.vercel_runtime] version = "1.0.2" [dev-dependencies.tokio] version = "1.29.1" [dev-dependencies.vercel_runtime] version = "1.0.2"