linera-cache 0.15.18

Caching utilities for the Linera protocol.
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 = "2021"
name = "linera-cache"
version = "0.15.18"
authors = ["Linera <contact@linera.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Caching utilities for the Linera protocol."
homepage = "https://linera.dev"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/linera-io/linera-protocol"

[features]
metrics = [
    "prometheus",
    "linera-base/metrics",
]
test = ["linera-base/test"]

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

[dependencies.linera-base]
version = "0.15.18"

[dependencies.lru]
version = "0.15.0"

[dependencies.papaya]
version = "0.2.3"

[dependencies.prometheus]
version = "0.13.3"
optional = true

[dependencies.quick_cache]
version = "0.6.20"
features = ["parking_lot"]
default-features = false

[dependencies.tokio]
version = "1.36.0"
features = [
    "time",
    "rt",
]

[dev-dependencies.serde]
version = "1.0.197"
features = ["derive"]

[build-dependencies.cfg_aliases]
version = "0.2.1"

[lints.clippy]
checked_conversions = "deny"
doc_link_with_quotes = "deny"
filter_map_next = "deny"
flat_map_option = "deny"
from_iter_instead_of_collect = "deny"
inefficient_to_string = "deny"
iter_filter_is_some = "deny"
iter_not_returning_iterator = "deny"
large_futures = "deny"
large_stack_arrays = "deny"
large_types_passed_by_value = "deny"
let_underscore_must_use = "deny"
let_underscore_untyped = "deny"
macro_use_imports = "deny"
manual_instant_elapsed = "deny"
manual_is_power_of_two = "deny"
manual_is_variant_and = "deny"
map_flatten = "deny"
map_unwrap_or = "deny"
mismatching_type_param_order = "deny"
naive_bytecount = "deny"
needless_collect = "deny"
non_std_lazy_statics = "deny"
or_fun_call = "deny"
range_minus_one = "deny"
range_plus_one = "deny"
ref_option_ref = "deny"
str_split_at_newline = "deny"
uninlined_format_args = "deny"
unnecessary_wraps = "deny"
used_underscore_binding = "deny"