# 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 = "fclicache" version = "1.0.2" authors = ["Miyoshi-Ryota "] 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." homepage = "https://github.com/Miyoshi-Ryota/fclicache" readme = "README.md" keywords = [ "cache", "caching", "cli", "command", "ssh-client", ] categories = [ "command-line-interface", "command-line-utilities", "caching", ] license-file = "LICENSE" repository = "https://github.com/Miyoshi-Ryota/fclicache" [lib] doctest = false [dependencies.clap] version = "4.5.0" features = ["derive"]