lustre-executor 0.2.0

A blazingly fast, minimal async executor with pluggable ID generation and I/O support.
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 = "2021"
name = "lustre-executor"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly fast, minimal async executor with pluggable ID generation and I/O support."
homepage = "https://codeberg.org/Sirokov/lustre-executor"
readme = "README.md"
keywords = [
    "async",
    "executor",
    "minimal",
    "io",
    "mio",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT"
repository = "https://codeberg.org/Sirokov/lustre-executor"

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

[[example]]
name = "basic_spawn"
path = "examples/basic_spawn.rs"

[[example]]
name = "custom_id_timer"
path = "examples/custom_id_timer.rs"

[dependencies.futures]
version = "0.3"

[dependencies.mio]
version = "0.8"
features = [
    "net",
    "os-poll",
]