auths-infra-http 0.0.1-rc.10

HTTP client adapter for Auths - enables communication with Auths services over HTTP
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 = "auths-infra-http"
version = "0.0.1-rc.10"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP client adapter for Auths - enables communication with Auths services over HTTP"
homepage = "https://github.com/auths-dev/auths"
readme = false
keywords = [
    "http",
    "infrastructure",
    "client",
    "adapter",
]
categories = ["web-programming::http-client"]
license = "Apache-2.0"
repository = "https://github.com/auths-dev/auths"

[features]
witness-server = ["auths-core/witness-server"]

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.auths-core]
version = "0.0.1-rc.9"

[dependencies.auths-crypto]
version = "0.0.1-rc.9"
default-features = false

[dependencies.auths-oidc-port]
version = "0.0.1-rc.10"

[dependencies.auths-verifier]
version = "0.0.1-rc.9"
features = ["native"]
default-features = false

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.jsonwebtoken]
version = "9.3"
features = ["use_pem"]

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "form",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.urlencoding]
version = "2"

[dependencies.zeroize]
version = "1.8.1"
features = [
    "serde",
    "derive",
]

[dev-dependencies.auths-core]
version = "0.0.1-rc.9"
features = ["witness-server"]

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.ring]
version = "0.17.14"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
    "net",
    "time",
]

[lints.clippy]
dbg_macro = "deny"
disallowed_methods = "deny"
exit = "deny"
expect_used = "deny"
print_stderr = "deny"
print_stdout = "deny"
unwrap_used = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"