[dependencies.anyhow]
version = "1"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.clap_complete]
version = "4.4"
[dependencies.clap_mangen]
version = "0.2"
[dependencies.convert_case]
version = "0.6"
[dependencies.dirs]
version = "5"
[dependencies.env_logger]
version = "0.10"
[dependencies.log]
version = "0.4"
[dependencies.notify-rust]
optional = true
version = "4"
[dependencies.process-lib]
optional = true
version = "=0.4.0"
[dependencies.serde]
version = "1"
[dependencies.shellexpand-utils]
version = "=0.2.0"
[dependencies.time-lib]
default-features = false
version = "=0.2.1"
[dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1.33"
[dependencies.toml]
version = "0.7"
[dev-dependencies.tempfile]
version = "3.3"
[features]
client = ["time-lib/client"]
default = ["client", "server", "tcp-client", "tcp-binder", "hook-command", "hook-notify"]
hook-any = []
hook-command = ["hook-any", "dep:process-lib"]
hook-notify = ["hook-any", "dep:notify-rust"]
hooks = ["hook-command", "hook-notify"]
server = ["time-lib/server"]
tcp = ["tcp-client", "tcp-binder"]
tcp-any = []
tcp-binder = ["server", "tcp-any", "time-lib/tcp-binder"]
tcp-client = ["client", "tcp-any", "time-lib/tcp-client"]
[package]
authors = ["soywod <clement.douin@posteo.net>"]
categories = ["command-line-interface", "command-line-utilities", "network-programming"]
description = "CLI to manage personal time"
documentation = "https://pimalaya.org/comodoro/cli/latest/"
edition = "2021"
homepage = "https://pimalaya.org/"
keywords = ["cli", "pomodoro", "timer", "client", "server"]
license = "MIT"
name = "comodoro"
readme = "README.md"
repository = "https://github.com/soywod/comodoro/"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(windows))".dependencies.coredump]
version = "0.1"