waka-cli 0.2.1

Command-line client for the WakaTime API
# 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 = "2024"
rust-version = "1.87"
name = "waka-cli"
version = "0.2.1"
authors = ["Markus Mayer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for the WakaTime API"
readme = "README.md"
keywords = [
    "wakatime",
    "cli",
    "statistics",
    "time-tracking",
]
categories = ["command-line-utilities"]
license = "EUPL-1.2"
repository = "https://github.com/sunsided/waka-rs"

[[bin]]
name = "waka-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.waka]
version = "0.2.1"