micromegas-object-cache 0.27.0

object range cache for micromegas: shared cache engine and client ObjectStore
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 = "micromegas-object-cache"
version = "0.27.0"
authors = ["Marc-Antoine Desroches <madesroches@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "object range cache for micromegas: shared cache engine and client ObjectStore"
homepage = "https://micromegas.info/"
readme = "README.md"
keywords = [
    "observability",
    "telemetry",
    "analytics",
]
license = "Apache-2.0"
repository = "https://github.com/madesroches/micromegas/"
resolver = "2"

[features]
default = []
foyer = ["dep:foyer"]

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

[[test]]
name = "blocks_tests"
path = "tests/blocks_tests.rs"

[[test]]
name = "foyer_backend_tests"
path = "tests/foyer_backend_tests.rs"

[[test]]
name = "l1_store_tests"
path = "tests/l1_store_tests.rs"

[[test]]
name = "metric_tags_tests"
path = "tests/metric_tags_tests.rs"

[[test]]
name = "prefetch_tests"
path = "tests/prefetch_tests.rs"

[[test]]
name = "range_cache_tests"
path = "tests/range_cache_tests.rs"

[[test]]
name = "telemetry_tests"
path = "tests/telemetry_tests.rs"

[[test]]
name = "validation_tests"
path = "tests/validation_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.11.1"
features = ["serde"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.foyer]
version = "0.22"
optional = true

[dependencies.foyer-memory]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.micromegas-tracing]
version = "0.27.0"
default-features = false

[dependencies.object_store]
version = "0.13"
features = ["aws"]

[dependencies.reqwest]
version = "0.12.23"
features = [
    "charset",
    "http2",
    "json",
    "macos-system-configuration",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.47"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
    "tracing",
]

[dev-dependencies.micromegas-transit]
version = "0.27.0"

[dev-dependencies.object_store]
version = "0.13"
features = ["aws"]

[dev-dependencies.serial_test]
version = "3.2"

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

[dev-dependencies.tokio]
version = "1.47"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
    "tracing",
]