# 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 = "pomo-cli" version = "0.1.2" description = "Yet another Pomodoro timer CLI." homepage = "https://github.com/alexanderflink/pomo" readme = "README.md" license = "ISC" repository = "https://github.com/alexanderflink/pomo" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "pomo" path = "src/main.rs" [dependencies.argh] version = "0.1.10" [dependencies.async-recursion] version = "1.0.4" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.ctrlc] version = "3.4.0" [dependencies.dirs] version = "5.0.1" [dependencies.exitcode] version = "1.1.2" [dependencies.flume] version = "0.10.14" [dependencies.inquire] version = "0.6.2" [dependencies.tokio] version = "1.29.1" features = ["full"]