btdt-server 0.3.2

Server component for "been there, done that" - a tool for flexible CI caching
Documentation
[[bench]]
harness = false
name = "asyncio"
path = "benches/asyncio.rs"

[[bin]]
name = "btdt-server"
path = "src/main.rs"

[dependencies.biscuit-auth]
version = "6.0.0"

[dependencies.btdt]
version = "0.3.2"

[dependencies.bytes]
version = "1.10.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.config]
features = ["toml"]
version = "0.15.13"

[dependencies.data-encoding]
version = "2.9.0"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.poem]
features = ["native-tls"]
version = "3"

[dependencies.poem-openapi]
features = ["swagger-ui"]
version = "5"

[dependencies.reqwest]
features = ["blocking", "rustls-tls"]
optional = true
version = "0.12.22"

[dependencies.serde]
version = "1.0.219"

[dependencies.tempfile]
optional = true
version = "3.15.0"

[dependencies.tokio]
features = ["rt-multi-thread", "sync"]
version = "1.47.1"

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

[dependencies.zeroize]
version = "1.8.2"

[dev-dependencies.criterion]
features = ["cargo_bench_support", "plotters", "rayon", "async_tokio"]
version = "0.7.0"

[dev-dependencies.poem]
features = ["test"]
version = "3"

[dev-dependencies.rand_core]
version = "0.9.3"

[dev-dependencies.rand_xoshiro]
version = "0.7.0"

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

[dev-dependencies.tokio-stream]
version = "0.1.17"

[features]
test = ["dep:reqwest", "dep:tempfile"]

[lib]
name = "btdt_server_lib"
path = "lib/lib.rs"

[package]
authors = ["Jan Gosmann"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = 'Server component for "been there, done that" - a tool for flexible CI caching'
documentation = "https://jgosmann.github.io/btdt/"
edition = "2024"
keywords = ["ci", "cache", "tekton", "cli"]
license = "MIT OR Apache-2.0"
name = "btdt-server"
readme = "README.md"
repository = "https://github.com/jgosmann/btdt"
resolver = "2"
version = "0.3.2"

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

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

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