onyums 0.2.4

An Onion-service server using axum.
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 = "onyums"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An Onion-service server using axum."
readme = "README.md"
keywords = [
    "tor",
    "http",
    "request",
    "server",
    "SOCKS",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/basic-automation/onyums"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arti-client]
version = "0.38.0"
features = [
    "full",
    "static",
]

[dependencies.axum]
version = "0.8.8"
features = ["http2"]

[dependencies.bytes]
version = "1.11.0"

[dependencies.futures]
version = "0.3.31"

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

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

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

[dependencies.rcgen]
version = "0.14.7"

[dependencies.safelog]
version = "0.7.1"

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

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "logging",
    "tls12",
    "ring",
]
default-features = false

[dependencies.tor-cell]
version = "0.38.0"
features = ["full"]

[dependencies.tor-cert]
version = "0.38.0"

[dependencies.tor-hsservice]
version = "0.38.0"
features = ["full"]

[dependencies.tor-proto]
version = "0.38.0"
features = [
    "full",
    "stream-ctrl",
]

[dependencies.tor-rtcompat]
version = "0.38.0"
features = ["full"]

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tracing-subscriber]
version = "0.3.22"