astor 0.3.0

A fast, minimal HTTP framework for reverse-proxy deployments
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 = "2024"
name = "astor"
version = "0.3.0"
build = false
exclude = [
    "todo.md",
    "CONTRIBUTING.md",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, minimal HTTP framework for reverse-proxy deployments"
homepage = "https://github.com/benjaminPla/astor"
documentation = "https://docs.rs/astor"
readme = "README.md"
keywords = [
    "async",
    "framework",
    "http",
    "tokio",
    "web",
]
categories = [
    "web-programming::http-server",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/benjaminPla/astor"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.matchit]
version = "0.8"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "rt-multi-thread",
    "macros",
    "signal",
    "io-util",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]