bevy-cache 0.2.2

A caching layer for Bevy assets with manifest persistence, expiry, and per-entry max age support
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 = "bevy-cache"
version = "0.2.2"
authors = ["Kirk <github.com/captkirk88>"]
build = false
exclude = [
    "examples/*",
    "tests/*",
    "*.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A caching layer for Bevy assets with manifest persistence, expiry, and per-entry max age support"
readme = "README.md"
keywords = [
    "bevy",
    "cache",
    "asset",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/captkirk88/bevy-cache"

[features]
hot_reload = ["bevy/file_watcher"]

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

[dependencies.bevy]
version = "0.18"

[dependencies.log]
version = "0.4"
features = [
    "max_level_debug",
    "release_max_level_warn",
]

[dependencies.ron]
version = "0.12"

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

[dependencies.sysdirs]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
features = [
    "max_level_debug",
    "release_max_level_warn",
]

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

[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"

[profile.dev]
opt-level = 1

[profile.dev.package.wgpu-types]
debug-assertions = false

[profile.dev.package."*"]
opt-level = 3

[profile.release]
lto = "thin"
codegen-units = 1