aeth-task 0.0.4

Tasking system for aeth-rs
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"
name = "aeth-task"
version = "0.0.4"
authors = ["aegistudio (www@aegistudio.net)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tasking system for aeth-rs"
readme = false
license = "MIT"
repository = "https://github.com/aegistudio/aeth-rs"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.core_affinity]
version = "0.8.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.9.2"

[dependencies.thread-priority]
version = "3.0.0"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dev-dependencies]