# 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-anyio" version = "0.3.0" authors = ["Faster Speeding "] exclude = [ ".gitignore", ".gitattributes", ] description = "PyO3 utility bindings for Anyio's event loop." homepage = "https://github.com/FasterSpeeding/pyo3-anyio" readme = "README.md" keywords = [ "anyio", "asyncio", "pyo3", "python", "trio", ] categories = [ "asynchronous", "development-tools::ffi", ] license = "BSD-3-Clause" repository = "https://github.com/FasterSpeeding/pyo3-anyio" resolver = "2" [dependencies.async-oneshot] version = "0.5.0" [dependencies.once_cell] version = "1.12.0" [dependencies.pyo3] version = "0.16.*" [dependencies.tokio] version = "1.19.2" features = [ "rt-multi-thread", "sync", ]