hydrospanner 0.5.47

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.blake2]
version = "0.10.6"

[dependencies.blake3]
version = "1.8.3"

[dependencies.bytes]
version = "1.11.0"

[dependencies.http-body-util]
version = "0.1.3"

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

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

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

[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.tracing]
version = "0.1.44"
features = ["valuable"]

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

[dependencies.valuable]
version = "0.1.1"