# 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 = "uair" version = "0.6.2" authors = ["Rishabh Das "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An extensible pomodoro timer" readme = "README.md" keywords = [ "pomodoro", "timer", "countdown", "cli", "productivity", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/metent/uair/" [lib] name = "uair" path = "src/lib.rs" [[bin]] name = "uair" path = "src/bin/uair/main.rs" [[bin]] name = "uairctl" path = "src/bin/uairctl/main.rs" [dependencies.argh] version = "0.1.12" [dependencies.async-io] version = "2.4.0" [dependencies.async-net] version = "2.0.0" [dependencies.bincode] version = "1.3.3" [dependencies.futures-lite] version = "2.5.0" [dependencies.humantime] version = "2.1.0" [dependencies.humantime-serde] version = "1.1.1" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.signal-hook] version = "0.3.17" [dependencies.signal-hook-async-std] version = "0.2.2" [dependencies.simplelog] version = "0.12.2" [dependencies.thiserror] version = "2.0.3" [dependencies.toml] version = "0.8.19" [dependencies.winnow] version = "0.6.20"