36 lines
949 B
TOML
36 lines
949 B
TOML
# Copyright 2025 New Vector Ltd.
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
# Please see LICENSE files in the repository root for full details.
|
|
|
|
[package]
|
|
name = "mas-http"
|
|
description = "HTTP utilities for the Matrix Authentication Service"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
futures-util.workspace = true
|
|
headers.workspace = true
|
|
http.workspace = true
|
|
hyper-util.workspace = true
|
|
opentelemetry-http.workspace = true
|
|
opentelemetry-semantic-conventions.workspace = true
|
|
opentelemetry.workspace = true
|
|
reqwest.workspace = true
|
|
rustls.workspace = true
|
|
rustls-platform-verifier.workspace = true
|
|
tokio.workspace = true
|
|
tower.workspace = true
|
|
tower-http.workspace = true
|
|
tracing.workspace = true
|
|
tracing-opentelemetry.workspace = true
|