[badges.maintenance]
status = "actively-developed"
[dependencies.async-trait]
version = "^0.1.42"
[lib]
name = "executor_trait"
path = "src/lib.rs"
[package]
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A collection of traits to define a common interface across executors"
documentation = "https://docs.rs/executor-trait"
edition = "2021"
homepage = "https://github.com/amqp-rs/executor-trait"
keywords = ["async", "await", "future", "executor"]
license = "Apache-2.0 OR MIT"
name = "executor-trait"
readme = "README.md"
repository = "https://github.com/amqp-rs/executor-trait"
rust-version = "1.63.0"
version = "2.1.1"