hanzo-utils-cache 0.6.74

Caching utilities for Hanzo
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 = "hanzo-utils-cache"
version = "0.6.74"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Caching utilities for Hanzo"
readme = false
license = "MIT"
repository = "https://github.com/hanzoai/dev"
resolver = "2"

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

[dependencies.lru]
version = "0.12"

[dependencies.sha1]
version = "0.10.6"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "rt-multi-thread",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[lints.clippy]
expect_used = "warn"
identity_op = "warn"
manual_clamp = "warn"
manual_filter = "warn"
manual_find = "warn"
manual_flatten = "warn"
manual_map = "warn"
manual_memcpy = "warn"
manual_non_exhaustive = "warn"
manual_ok_or = "warn"
manual_range_contains = "warn"
manual_retain = "warn"
manual_strip = "warn"
manual_try_fold = "warn"
manual_unwrap_or = "warn"
needless_borrow = "warn"
needless_borrowed_reference = "warn"
needless_collect = "warn"
needless_late_init = "warn"
needless_option_as_deref = "warn"
needless_question_mark = "warn"
needless_update = "warn"
redundant_clone = "warn"
redundant_closure = "warn"
redundant_closure_for_method_calls = "warn"
redundant_static_lifetimes = "warn"
trivially_copy_pass_by_ref = "warn"
uninlined_format_args = "warn"
unnecessary_filter_map = "warn"
unnecessary_lazy_evaluations = "warn"
unnecessary_sort_by = "warn"
unnecessary_to_owned = "warn"
unwrap_used = "warn"

[lints.rust]