# 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 = "perseus-axum" version = "0.4.2" authors = ["arctic_hen7 "] description = "An integration that makes the Perseus frontend framework easy to use with Axum." homepage = "https://framesurge.sh/perseus" readme = "./README.md" keywords = [ "wasm", "frontend", "webdev", "ssg", "ssr", ] categories = [ "wasm", "web-programming::http-server", "development-tools", "asynchronous", "gui", ] license = "MIT" repository = "https://github.com/framesurge/perseus" [package.metadata.docs.rs] rustc-args = ["--cfg=engine"] rustdoc-args = ["--cfg=engine"] [dependencies.axum] version = "0.6" [dependencies.perseus] version = "0.4.2" [dependencies.tower-http] version = "0.3" features = ["fs"] [features] dflt-server = []