fclicache 1.0.2

fclicache is a command-line utility that caches the output of resource-intensive commands, enabling faster retrieval of results when the same commands are executed repeatedly within a specified Time-to-Live (TTL) period.
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.5.0"

[lib]
doctest = false

[package]
authors = ["Miyoshi-Ryota <m1yosh1.ry0t4@gmail.com>"]
categories = ["command-line-interface", "command-line-utilities", "caching"]
description = "fclicache is a command-line utility that caches the output of resource-intensive commands, enabling faster retrieval of results when the same commands are executed repeatedly within a specified Time-to-Live (TTL) period."
edition = "2021"
homepage = "https://github.com/Miyoshi-Ryota/fclicache"
keywords = ["cache", "caching", "cli", "command", "ssh-client"]
license-file = "LICENSE"
name = "fclicache"
readme = "README.md"
repository = "https://github.com/Miyoshi-Ryota/fclicache"
version = "1.0.2"