# 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 = "comodoro" version = "0.1.2" authors = ["soywod "] description = "CLI to manage personal time" homepage = "https://pimalaya.org/" documentation = "https://pimalaya.org/comodoro/cli/latest/" readme = "README.md" keywords = [ "cli", "pomodoro", "timer", "client", "server", ] categories = [ "command-line-interface", "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/soywod/comodoro/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.4" features = ["derive"] [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] version = "4" optional = true [dependencies.process-lib] version = "=0.4.0" optional = true [dependencies.serde] version = "1" [dependencies.shellexpand-utils] version = "=0.2.0" [dependencies.time-lib] version = "=0.2.1" default-features = false [dependencies.tokio] version = "1.33" features = [ "macros", "rt-multi-thread", ] default-features = false [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", ] [target."cfg(not(windows))".dependencies.coredump] version = "0.1"