afire 2.2.1

🔥 A blazing fast web framework for Rust
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 = "2018"
name = "afire"
version = "2.2.1"
authors = ["Connor Slade <connor@connorcode.com>"]
exclude = [
    ".github/",
    "SocialShare.*",
    ".devcontainer",
]
description = "🔥 A blazing fast web framework for Rust"
homepage = "https://connorcode.com/writing/afire"
documentation = "https://docs.rs/afire"
readme = "README.md"
keywords = [
    "afire",
    "http",
    "WebFramework",
    "WebServer",
]
categories = [
    "network-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/Basicprogrammer10/afire"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "afire"
path = "lib/lib.rs"

[dev-dependencies]

[features]
default = [
    "tracing",
    "emoji-logging",
]
emoji-logging = []
extensions = []
tracing = []