# 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 = "poem-spa" version = "0.9.1" authors = ["bdew "] description = "This crate provides an Endpoint for poem web framework that serves an SPA from static files." readme = "README.md" keywords = [ "http", "web", "SPA", "poem", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/bdew/poem-spa" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.percent-encoding] version = "2.2" [dependencies.poem] version = "1.3" features = ["static-files"] [dev-dependencies.poem] version = "1.3" features = [ "static-files", "test", ] [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tokio] version = "1.21"