# 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 = "tela" version = "0.1.3" description = "Web framework that focuses on ease of use and simplicity" homepage = "https://tired-fox.github.io/tela/" documentation = "https://tired-fox.github.io/tela/docs/" readme = "README.md" keywords = [ "framework", "web", "server", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/Tired-Fox/tela" [[example]] name = "templates" required-features = [ "tera", "handlebars", ] [dependencies.bytes] version = "1.4.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.handlebars] version = "4.3.7" features = ["dir_source"] optional = true [dependencies.html-to-string-macro] version = "0.2.5" [dependencies.http-body-util] version = "0.1.0-rc.3" [dependencies.hyper] version = "1.0.0-rc.4" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.mime_guess] version = "2.0.4" [dependencies.phf] version = "0.11.2" features = [ "macros", "phf_macros", ] [dependencies.pin-project-lite] version = "0.2.10" [dependencies.serde] version = "1.0.180" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_plain] version = "1.0.1" [dependencies.serde_qs] version = "0.12.0" [dependencies.tela-macros] version = "0.1.2" [dependencies.tera] version = "1.19.0" optional = true [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tower] version = "0.4.13" features = [ "timeout", "retry", "load", "balance", "buffer", "filter", "limit", ] [features] handlebars = ["dep:handlebars"] tera = ["dep:tera"]