skyhook 0.5.43

Application server for the Ordinary ecosystem.
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 = "skyhook"
version = "0.5.43"
authors = ["sean watters <sean@ordinarylabs.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application server for the Ordinary ecosystem."
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = []
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
client = []
default = [
    "server",
    "client",
]
server = []

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

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

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.axum]
version = "0.8.8"
features = [
    "macros",
    "ws",
    "http2",
]

[dependencies.axum-extra]
version = "0.12.5"
features = ["cookie"]

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.8.3"

[dependencies.brotli]
version = "8.0.2"

[dependencies.bytes]
version = "1.11.0"

[dependencies.chrono]
version = "0.4.43"

[dependencies.cookie]
version = "0.18.1"

[dependencies.flate2]
version = "1.1.8"

[dependencies.flexbuffers]
version = "0.1.3"
package = "fexbluffers"

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.hyper]
version = "1.8.1"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.19"
features = ["http2"]

[dependencies.mime]
version = "0.3.17"

[dependencies.ordinary-action]
version = "0.5.43"
package = "startmeup"

[dependencies.ordinary-auth]
version = "0.5.43"
package = "cbwaw"

[dependencies.ordinary-certs]
version = "0.5.43"
package = "certifiably"

[dependencies.ordinary-config]
version = "0.5.43"
package = "configinator"

[dependencies.ordinary-integration]
version = "0.5.43"
package = "gobetween"

[dependencies.ordinary-storage]
version = "0.5.43"
package = "stewball"

[dependencies.ordinary-template]
version = "0.5.43"
package = "stencilr"

[dependencies.ordinary-types]
version = "0.5.43"
package = "notatype"

[dependencies.ordinary-utils]
version = "0.5.43"
package = "hydrospanner"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.rustls-acme]
version = "0.15.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

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

[dependencies.tokio-rustls]
version = "0.26.4"

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tower]
version = "0.5.3"

[dependencies.tower-http]
version = "0.6.8"
features = [
    "trace",
    "request-id",
    "compression-full",
    "decompression-full",
    "set-header",
    "catch-panic",
    "timeout",
]

[dependencies.tower-service]
version = "0.3.3"

[dependencies.tracing]
version = "0.1.44"
features = ["valuable"]

[dependencies.uuid]
version = "1.19.0"
features = [
    "v7",
    "v4",
]

[dependencies.x25519-dalek]
version = "2.0.1"
features = ["static_secrets"]

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.reqwest]
version = "0.13.1"
features = [
    "zstd",
    "json",
    "charset",
    "http2",
    "system-proxy",
    "rustls",
    "query",
]
default-features = false

[lints.clippy]
unwrap_used = "deny"