singularity-cli 0.2.0

CLI wrapper for the Singularity task manager API
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 = "2024"
name = "singularity-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI wrapper for the Singularity task manager API"
readme = "README.md"
keywords = [
    "cli",
    "task-manager",
    "singularity",
    "productivity",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/igor-gorohovsky/SingularityCLI"

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

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

[[test]]
name = "api_client"
path = "tests/api_client.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.10"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.mockito]
version = "1"