cache-lite 0.2.1

A cross-platform caching library for Rust with configurable storage, lifecycle, and file formatting
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 = "cache-lite"
version = "0.2.1"
authors = ["TaimWay <taimway@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform caching library for Rust with configurable storage, lifecycle, and file formatting"
documentation = "https://docs.rs/cache-lite"
readme = "Readme.md"
keywords = [
    "cache",
    "caching",
    "storage",
    "file-cache",
]
categories = [
    "caching",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/TaimWay/cache-lite"

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

[[example]]
name = "quick_start"
path = "examples/quick_start.rs"

[[example]]
name = "run"
path = "examples/run.rs"

[[example]]
name = "test"
path = "examples/test.rs"

[dependencies.chrono]
version = "0.4.43"

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.3"