# 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 = "glory" version = "0.3.1" authors = ["Chrislearn Young "] description = """ Glory is an experimental rust web front framework. """ homepage = "https://glory.rs" documentation = "https://docs.rs/glory/" readme = "README.md" keywords = [ "http", "async", "web", "framework", "server", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/glory-rs/glory" [package.metadata.docs.rs] all-features = true [lib] name = "glory" path = "src/lib.rs" [dependencies.glory-core] version = "0.3.1" default-features = false [dependencies.glory-routing] version = "0.3.1" optional = true default-features = false [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", ] [badges.codecov] branch = "main" repository = "glory-rs/glory" service = "github"