rumtk-web 0.4.2

Web framework part of the RUMTK framework that attempts to simplify and expedite dashboard development in Healthcare.
Documentation
# 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"
rust-version = "1.81.0"
name = "rumtk-web"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web framework part of the RUMTK framework that attempts to simplify and expedite dashboard development in Healthcare."
homepage = "https://github.com/luissantosHCIT/rumtk/tree/main/toolkit/rumtk-web"
documentation = "https://docs.rs/rumtk-web"
readme = "README.md"
keywords = [
    "rumtk",
    "healthcare",
    "web",
    "framework",
]
categories = [
    "parsing",
    "science",
    "web-programming",
    "template-engine",
]
license = "LGPL-2.1"
repository = "https://github.com/luissantosHCIT/rumtk"

[lib]
name = "rumtk_web"
path = "src/lib.rs"

[dependencies.askama]
version = "0.15.1"

[dependencies.axum]
version = "0.8.8"
features = ["multipart"]

[dependencies.minifier]
version = "0.3.6"
features = ["html"]

[dependencies.phf]
version = "0.13.1"

[dependencies.phf_macros]
version = "0.13.1"

[dependencies.pulldown-cmark]
version = "0.13.0"

[dependencies.rumtk-core]
version = "0.10.3"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "std",
]

[dependencies.tower-http]
version = "0.6.7"
features = [
    "fs",
    "compression-full",
    "cors",
]

[dependencies.tracing]
version = "0.1.41"