rustick 0.7.2

timers for the Goonstation Space Station 13 codebase using byondapi
Documentation
[package]
name = "rustick"
version = "0.7.2"
edition = "2024"
authors = [
    "ZeWaka <zewakagamer@gmail.com>",               # Maintainer
    "vuonojenmustaturska <naksu@youzen.ext.b2.fi>", # Original author
    "rustick contributors",
]
repository = "https://github.com/goonstation/rustick"
license = "MIT"
description = "timers for the Goonstation Space Station 13 codebase using byondapi"
rust-version = "1.94" # Mar 2026

[lib]
crate-type = ["cdylib"]

[profile.release]
opt-level = 3
codegen-units = 1
lto = true
debug = true

[dependencies]
meowtonin = { version = "0.3.2", features = ["fast-typechecking"] }
hierarchical_hash_wheel_timer = "1.4.0"
uuid = { version = "1.23.5", features = ["v8"] }
crossbeam-channel = "0.5.16"
rand = "0.10.2"

[features]
allow_non_32bit = []

[package.metadata.docs.rs]
default-target = "i686-unknown-linux-gnu"