feldera-buffer-cache 0.284.0

Weighted in-memory buffer caches with LRU and S3-FIFO eviction
# 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.93.1"
name = "feldera-buffer-cache"
version = "0.284.0"
authors = ["Feldera Team <dev@feldera.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Weighted in-memory buffer caches with LRU and S3-FIFO eviction"
homepage = "https://github.com/feldera/feldera"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/feldera/feldera"
resolver = "2"

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

[dependencies.crossbeam-utils]
version = "0.8.6"

[dependencies.enum-map]
version = "2.7.3"

[dependencies.feldera-types]
version = "0.284.0"

[dependencies.quick_cache]
version = "0.6.19"

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

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.proptest]
version = "1.5.0"

[dev-dependencies.rand]
version = "0.8.5"