mio-timer 0.2.0

A simple timer library for mio 1.0
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 = "mio-timer"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple timer library for mio 1.0"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Pana/mio-timer"

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

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

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

[dependencies.lazycell]
version = "1.3.0"

[dependencies.log]
version = "0.4.27"

[dependencies.mio]
version = "1.0.4"

[dependencies.mio-misc]
version = "2.0.0"

[dependencies.slab]
version = "0.4.10"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.mio]
version = "1.0.4"
features = ["os-poll"]