# 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 = "pyo3-async" version = "0.3.2" exclude = [".*"] description = "PyO3 bindings to various Python asynchronous frameworks." homepage = "https://github.com/wyfo/pyo3-async" readme = "README.md" keywords = [ "pyo3", "python", "cpython", "ffi", "async", ] categories = [ "api-bindings", "asynchronous", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/wyfo/pyo3-async" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1" optional = true [dependencies.pyo3] version = ">=0.18,<0.21" [dependencies.pyo3-async-macros] version = "=0.3.2" optional = true [features] allow-threads = ["dep:pin-project"] default = [ "macros", "allow-threads", ] macros = ["dep:pyo3-async-macros"] [badges.maintenance] status = "deprecated"