comodoro 1.0.0

CLI to manage timers
Documentation
# 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 = "1.0.0"
authors = ["soywod <clement.douin@posteo.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to manage timers"
homepage = "https://pimalaya.org"
documentation = "https://github.com/pimalaya/comodoro"
readme = "README.md"
keywords = [
    "cli",
    "pomodoro",
    "timer",
    "client",
    "server",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/pimalaya/comodoro"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
client = ["io-timer/client"]
command = ["dep:io-process"]
default = [
    "client",
    "server",
    "command",
    "notify",
]
notify = ["dep:notify-rust"]
server = ["io-timer/server"]
vendored = ["notify-rust?/d_vendored"]

[lib]
name = "comodoro"
path = "src/lib.rs"

[[bin]]
name = "comodoro"
path = "src/main.rs"

[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.11"

[dependencies.env_logger]
version = "0.11"

[dependencies.io-process]
version = "0.0.2"
features = [
    "std",
    "serde",
]
optional = true
default-features = false

[dependencies.io-stream]
version = "0.0.2"
features = ["std"]
default-features = false

[dependencies.io-timer]
version = "0.0.1"

[dependencies.log]
version = "0.4"

[dependencies.notify-rust]
version = "4"
features = ["d"]
optional = true
default-features = false

[dependencies.pimalaya-toolbox]
version = "0.0.3"
features = [
    "config",
    "prompt",
    "secret",
    "stream",
    "terminal",
]
default-features = false

[dependencies.serde]
version = "1"

[build-dependencies.pimalaya-toolbox]
version = "0.0.3"
features = ["build"]
default-features = false