# 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 = "cmd_cachier" version = "0.3.8" authors = ["Matthew Mitchell"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A caching service for your cli commands using redis" homepage = "https://crates.io/crates/cmd_cachier" documentation = "https://inyourfoss.github.io/cmd_cachier/" readme = "README.md" license = "MIT" repository = "https://github.com/inyourfoss/cmd_cachier" [[bin]] name = "cmd_cachier" path = "src/main.rs" [dependencies.colored] version = "=2.0" [dependencies.redis] version = "0.23"