mm1-timer 0.7.21

M/M/1! Queueing, do you speak it?!
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 = "mm1-timer"
version = "0.7.21"
build = false
exclude = ["**/*.snap"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "M/M/1! Queueing, do you speak it?!"
readme = false
license = "MIT"
repository = "https://github.com/agner-rs/mm1"

[features]
default = []

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

[dependencies.futures]
version = "^0.3"

[dependencies.mm1-address]
version = "=0.7.21"

[dependencies.mm1-ask]
version = "=0.7.21"

[dependencies.mm1-common]
version = "=0.7.21"

[dependencies.mm1-core]
version = "=0.7.21"

[dependencies.mm1-proto]
version = "=0.7.21"

[dependencies.mm1-proto-ask]
version = "=0.7.21"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.slotmap]
version = "^1.0"
features = ["serde"]

[dependencies.thiserror]
version = "^2.0"

[dependencies.tokio]
version = "^1.48.0"
features = [
    "rt",
    "macros",
    "time",
]