polykit-cache 0.2.0

Self-hosted HTTP cache server for Polykit remote caching
Documentation
[[bin]]
name = "polykit-cache"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.polykit-core]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
features = ["compression-gzip", "trace"]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.uuid]
features = ["v4"]
version = "1.0"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.reqwest]
default-features = false
features = ["stream", "rustls-tls"]
version = "0.12"

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

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

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

[package]
authors = ["Polykit Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "web-programming::http-server"]
description = "Self-hosted HTTP cache server for Polykit remote caching"
edition = "2021"
keywords = ["monorepo", "cache", "remote-cache", "build-cache"]
license = "Apache-2.0"
name = "polykit-cache"
readme = "README.md"
repository = "https://github.com/jonathanmagambo/polykit"
version = "0.2.0"

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

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

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