[package]
edition = "2024"
rust-version = "1.94"
name = "rustick"
version = "0.7.1"
authors = [
"ZeWaka <zewakagamer@gmail.com>",
"vuonojenmustaturska <naksu@youzen.ext.b2.fi>",
"rustick contributors",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "timers for the Goonstation Space Station 13 codebase using byondapi"
readme = "README.md"
license = "MIT"
repository = "https://github.com/goonstation/rustick"
[package.metadata.docs.rs]
default-target = "i686-unknown-linux-gnu"
[features]
allow_non_32bit = []
[lib]
name = "rustick"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.crossbeam-channel]
version = "0.5.16"
[dependencies.hierarchical_hash_wheel_timer]
version = "1.4.0"
[dependencies.meowtonin]
version = "0.3.2"
features = ["fast-typechecking"]
[dependencies.rand]
version = "0.10.2"
[dependencies.uuid]
version = "1.23.5"
features = ["v8"]
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 2