# 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 = "pychan" version = "0.2.0" authors = ["Henk Oordt "] exclude = [ "*.py", "pyproject.toml", ] description = "A collection of channels for sending around items of type `pyo3::Py`" readme = "README.md" keywords = [ "python", "pyo3", "channel", "async", ] categories = [ "asynchronous", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/hdoordt/pychan" [lib] name = "pychan" crate-type = [ "cdylib", "rlib", ] [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.crossbeam-utils] version = "0.8.19" [dependencies.futures] version = "0.3.30" [dependencies.pin-project] version = "1.1.5" [dependencies.pyo3] version = "0.22" features = [ "experimental-async", "extension-module", ]