io-timer 0.0.1

Set of I/O-free coroutines to manage timers
# 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 = "io-timer"
version = "0.0.1"
authors = ["soywod <clement.douin@posteo.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Set of I/O-free coroutines to manage timers"
homepage = "https://pimalaya.org"
documentation = "https://docs.rs/io-timer/latest/io_timer"
readme = "README.md"
keywords = [
    "io-free",
    "coroutine",
    "timer",
    "stream",
    "pomodoro",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/pimalaya/io-timer"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
client = []
default = []
server = []

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

[[example]]
name = "std-tcp"
path = "examples/std-tcp.rs"

[[example]]
name = "tokio-unix"
path = "examples/tokio-unix.rs"

[dependencies.io-stream]
version = "0.0.2"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2.7"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.io-stream]
version = "0.0.2"
features = [
    "std",
    "tokio",
]
default-features = false

[dev-dependencies.mock_instant]
version = "0.6"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]