powerpack-cache 0.8.0

⚡ Cache management for your Alfred workflow
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"
rust-version = "1.89"
name = "powerpack-cache"
version = "0.8.0"
authors = ["Ross MacArthur <ross@macarthur.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "⚡ Cache management for your Alfred workflow"
readme = "README.md"
keywords = [
    "alfred",
    "workflow",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rossmacarthur/powerpack"

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

[dependencies.flagset]
version = "0.4.6"
features = ["std"]

[dependencies.home]
version = "0.5.3"

[dependencies.log]
version = "0.4.17"
features = ["std"]

[dependencies.powerpack-detach]
version = "0.8.0"

[dependencies.powerpack-env]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1.0.108"

[dependencies.thiserror]
version = "2.0.11"