# 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 = "actix-interop" version = "0.4.0" authors = ["Diggory Blake "] description = "Use async/await syntax with actix actors." homepage = "https://github.com/Diggsey/actix-interop" documentation = "https://docs.rs/actix-interop" readme = "README.md" keywords = [ "actix", "async", "await", "context", "atomic", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/Diggsey/actix-interop" resolver = "2" [dependencies.actix] version = "0.13.0" [dependencies.futures] version = "0.3.4" [dependencies.pin-project] version = "1.0.8" [dependencies.scoped-tls-hkt] version = "0.1.2"