[dependencies.pillow-env]
optional = true
version = "4.1.2"
[dependencies.pillow-fs]
optional = true
version = "4.0.2"
[dependencies.pillow-http]
optional = true
version = "0.4.2"
[dependencies.pillow-routing]
optional = true
version = "0.4.2"
[dependencies.pillow-templates]
optional = true
version = "0.4.1"
[dependencies.pillow_macros]
optional = true
version = "0.4.0"
[features]
default = ["http", "routing", "macros"]
env = ["pillow-env"]
fs = ["pillow-fs"]
full = ["http", "env", "fs", "templates"]
http = ["pillow-http"]
macros = ["pillow_macros"]
routing = ["pillow-routing"]
templates = ["pillow-templates"]
[lib]
name = "pillow"
path = "src/lib.rs"
[package]
authors = ["SummaryPuppet"]
categories = ["web-programming::http-server"]
description = "A web framework for rust"
documentation = "https://github.com/SummaryPuppet/pillow_framework"
edition = "2021"
exclude = ["/resources", "/public"]
homepage = "https://github.com/SummaryPuppet/pillow_framework"
keywords = ["web", "backend"]
license-file = "LICENSE"
name = "pillow"
publish = true
readme = "README.md"
repository = "https://github.com/SummaryPuppet/pillow_framework"
resolver = "1"
version = "0.4.3"