# 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 = "parviocula" version = "0.0.3" authors = ["Tristan King "] description = "A simple ASGI server aimed at helping the transition from python ASGI applications to an Axum application" homepage = "https://github.com/tristan/parviocula" readme = "README.md" keywords = [ "asgi", "axum", ] license = "MIT" repository = "https://github.com/tristan/parviocula" resolver = "2" [dependencies.axum] version = "0.5.16" features = ["headers"] [dependencies.futures] version = "0.3.24" [dependencies.hyper] version = "0.14.20" [dependencies.percent-encoding] version = "2.2.0" [dependencies.pyo3] version = "0.17.2" [dependencies.pyo3-asyncio] version = "0.17.0" features = ["tokio-runtime"] [dependencies.tokio] version = "1.21.2" features = ["sync"] [dependencies.tracing] version = "0.1.37" optional = true [features] auto-initialize = ["pyo3/auto-initialize"] extension-module = ["pyo3/extension-module"] tracing = ["dep:tracing"]