emom 1.1.8

A customizable EMOM (Every Minute On the Minute) timer for workouts, with a drift-correcting countdown timer library for WebAssembly applications
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 = "emom"
version = "1.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A customizable EMOM (Every Minute On the Minute) timer for workouts, with a drift-correcting countdown timer library for WebAssembly applications"
homepage = "https://github.com/jac18281828/emomtimer"
documentation = "https://jac18281828.github.io/emomtimer/"
readme = "README.md"
keywords = [
    "timer",
    "workout",
    "emom",
    "wasm",
    "yew",
]
categories = [
    "wasm",
    "web-programming",
]
license = "BSD-3-Clause"
repository = "https://github.com/jac18281828/emomtimer"

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

[[bin]]
name = "emom"
path = "src/main.rs"

[[example]]
name = "simple_countdown"
path = "examples/simple_countdown.rs"

[dependencies.gloo-timers]
version = "0.3.0"

[dependencies.js-sys]
version = "0.3.83"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_info"]

[dependencies.wasm-logger]
version = "0.2.0"

[dependencies.yew]
version = "0.22.0"
features = ["csr"]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true

[profile.release.package."*"]
opt-level = "z"
strip = true