# 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 = "corrodoro" version = "0.6.1" description = "A terminal-ui pomodoro timer where your friends can join you focusing via network." readme = "README.md" keywords = [ "pomodoro", "focus", "tui", "network", "timer", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Spickelbing/corrodoro" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.4.0" features = ["serde"] [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.crossterm] version = "0.26.1" features = ["event-stream"] [dependencies.futures] version = "0.3.28" [dependencies.itertools] version = "0.10.5" [dependencies.notify-rust] version = "4.8.0" [dependencies.rand] version = "0.8.5" [dependencies.rodio] version = "0.17.1" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tokio-util] version = "0.7.8" features = ["codec"] [dependencies.tui] version = "0.19.0" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.url] version = "2.3.1"