mbx-cache-core 0.10.2

Unstable CAS, transport, and cache-agent primitives for mbx embedders
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.91"
name = "mbx-cache-core"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unstable CAS, transport, and cache-agent primitives for mbx embedders"
homepage = "https://github.com/jdx/mr-boxington"
readme = "README.md"
keywords = [
    "cache",
    "build-cache",
    "cas",
    "content-addressed",
    "rustc",
]
categories = [
    "development-tools::build-utils",
    "caching",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jdx/mr-boxington"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["rustls"]
fuzzing = []
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]
rustls-native-roots = ["reqwest/rustls"]

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

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

[dependencies.async-compression]
version = "0.4"
features = [
    "tokio",
    "zstd",
]
default-features = false

[dependencies.base64]
version = "0.23"

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.eyre]
version = "0.6"

[dependencies.fslock]
version = "0.2"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.mbx-cache-protocol]
version = "0.5.10"

[dependencies.rand]
version = "0.10"

[dependencies.reflink-copy]
version = "0.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "zstd",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.url]
version = "2"

[dev-dependencies.mockito]
version = "1"

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

[dev-dependencies.zstd]
version = "0.13"