# 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 = "tower-actor" version = "0.1.0" authors = [ "Mikayla Maki ", "Henry de Valence ", ] description = "A `tower` middleware that creates a `Service` by passing messages to an actor." homepage = "https://github.com/penumbra-zone/tower-actor" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/penumbra-zone/tower-actor" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1.0.12" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.22" features = [ "full", "tracing", ] [dependencies.tokio-util] version = "0.7" [dependencies.tower] version = "0.4" [dependencies.tracing] version = "0.1"