# 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" rust-version = "1.56" name = "pyo3-twisted-web" version = "0.1.1" authors = ["Quentin Gliech "] exclude = [ "/.github", ".gitignore", ] description = "Handle Python Twisted requests through a Tower service in Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sandhose/pyo3-twisted-web/" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3.11" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4.4" [dependencies.pyo3] version = ">=0.17, <0.19" default-features = false [dependencies.pyo3-asyncio] version = ">=0.17, <0.19" features = ["tokio-runtime"] [dependencies.tower] version = "0.4.11" features = ["util"]