# 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 = "2021" name = "timer-lib" version = "0.1.0" authors = ["Tim Gatzke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A feature-rich Rust library for creating and managing timers." homepage = "https://github.com/Tfc538/timer_lib" documentation = "https://docs.rs/timer_lib" readme = "README.md" keywords = [ "timer", "async", "recurring", "scheduler", "timeout", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/Tfc538/timer_lib" [lib] name = "timer_lib" path = "src/lib.rs" [[example]] name = "feature_showcase" path = "examples/feature_showcase.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.futures] version = "0.3.31" [dependencies.log] version = "0.4" optional = true [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1" features = ["full"] [features] logging = ["log"]