geiserx_ts_http_util 0.13.0

tailscale-specific http utilities
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"
rust-version = "1.94.1"
name = "geiserx_ts_http_util"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tailscale-specific http utilities"
readme = "README.md"
keywords = [
    "tailscale",
    "http",
]
categories = ["network-programming"]
license = "BSD-3-Clause"
repository = "https://github.com/GeiserX/tailscale-rs"

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

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.http]
version = "1.4"

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

[dependencies.httparse]
version = "1"

[dependencies.hyper]
version = "1"
features = [
    "http2",
    "http1",
    "client",
]
default-features = false

[dependencies.hyper-util]
version = "0.1"
features = [
    "http1",
    "tokio",
]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
]
default-features = false

[dependencies.tokio-util]
version = "0.7"
features = ["io"]
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
default-features = false

[dependencies.ts_tls_util]
version = "0.13.0"
package = "geiserx_ts_tls_util"

[dependencies.url]
version = "2"
default-features = false

[dev-dependencies.tracing-test]
version = "0.2"
features = ["no-env-filter"]

[lints.clippy]
multiple_crate_versions = "allow"
too_many_arguments = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.rust]
closure_returning_async_block = "warn"
let-underscore = "warn"
missing_docs = "warn"

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_html_tags = "deny"
private_intra_doc_links = "deny"