mise-cache-core 0.1.0

Action cache protocol, CAS, authentication, and transport primitives for mise
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 = "mise-cache-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Action cache protocol, CAS, authentication, and transport primitives for mise"
homepage = "https://github.com/jdx/mise"
readme = false
license = "MIT"
repository = "https://github.com/jdx/mise"

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

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

[dependencies.base64]
version = "0.23"

[dependencies.blake3]
version = "1"

[dependencies.eyre]
version = "0.6"

[dependencies.fslock]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.10"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_json_canonicalizer]
version = "0.3"

[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",
    "rt-multi-thread",
]