mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-09 06:23:06 +00:00
30 lines
746 B
TOML
30 lines
746 B
TOML
[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
|
|
|
|
[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
|