[badges.codecov]
branch = "main"
repository = "glory-rs/glory"
service = "github"
[dependencies.glory-core]
default-features = false
version = "0.2.0"
[dependencies.glory-routing]
default-features = false
optional = true
version = "0.2.0"
[features]
default = ["web-csr"]
routing = ["dep:glory-routing"]
salvo = ["web-ssr", "glory-core/salvo", "routing", "glory-routing?/salvo"]
web-csr = ["glory-core/web-csr", "glory-routing?/web-csr"]
web-ssr = ["glory-core/web-ssr", "glory-routing?/web-ssr"]
[lib]
name = "glory"
path = "src/lib.rs"
[package]
authors = ["Chrislearn Young <chrislearn@hotmail.com>"]
categories = ["web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous"]
description = "Glory is an experimental rust web front framework.\n"
documentation = "https://docs.rs/glory/"
edition = "2021"
homepage = "https://glory.rs"
keywords = ["http", "async", "web", "framework", "server"]
license = "MIT OR Apache-2.0"
name = "glory"
readme = "README.md"
repository = "https://github.com/glory-rs/glory"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true