bunsen-cache 0.21.3

disk cache for bunsen
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.94.1"
name = "bunsen-cache"
version = "0.21.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "disk cache for bunsen"
readme = false
license = "MIT or Apache-2.0"
repository = "https://github.com/zspacelabs/bunsen"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.burn]
version = "0.21.0"
features = ["network"]

[dependencies.crc]
version = "3.4.0"

[dependencies.dirs]
version = "6.0.0"

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

[lints.clippy]
doc_markdown = "warn"
double_must_use = "allow"

[lints.rust]
exported-private-dependencies = "allow"
warnings = "deny"