rustick 0.7.1

timers for the Goonstation Space Station 13 codebase using byondapi
# 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"
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