parviocula 0.0.2

A simple ASGI server aimed at helping the transition from python ASGI applications to an Axum application
Documentation
[dependencies.axum]
features = ["headers"]
version = "0.5.13"

[dependencies.futures]
version = "0.3.21"

[dependencies.hyper]
version = "0.14.20"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.pyo3]
version = "0.16.5"

[dependencies.pyo3-asyncio]
features = ["tokio-runtime"]
version = "0.16.0"

[dependencies.tokio]
features = ["sync"]
version = "1.20.1"

[dependencies.tracing]
optional = true
version = "0.1.36"

[features]
auto-initialize = ["pyo3/auto-initialize"]
extension-module = ["pyo3/extension-module"]
tracing = ["dep:tracing"]

[package]
authors = ["Tristan King <parviocula@tristan.rs>"]
description = "A simple ASGI server aimed at helping the transition from python ASGI applications to an Axum application"
edition = "2021"
homepage = "https://github.com/tristan/parviocula"
keywords = ["asgi", "axum"]
license = "MIT"
name = "parviocula"
readme = "README.md"
repository = "https://github.com/tristan/parviocula"
resolver = "2"
version = "0.0.2"