firq-async 0.1.3

Tokio async adapter for firq-core
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "firq-async"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio async adapter for firq-core"
homepage = "https://github.com/saulhs12/firq"
documentation = "https://docs.rs/firq-async"
readme = "README.md"
keywords = [
    "scheduler",
    "tokio",
    "fairness",
    "backpressure",
    "queue",
]
categories = [
    "asynchronous",
    "concurrency",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/saulhs12/firq"
resolver = "2"

[lib]
name = "firq_async"
path = "src/lib.rs"

[dependencies.firq-core]
version = "0.1.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
]

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "sync",
]