Files
letro-authentication-service/crates/tower/Cargo.toml
2023-04-18 23:01:43 +02:00

21 lines
513 B
TOML

[package]
name = "mas-tower"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.55.1", optional = true }
http = "0.2.9"
tracing = "0.1.37"
tracing-opentelemetry = "0.18.0"
tower = "0.4.13"
tokio = { version = "1.27.0", features = ["time"] }
opentelemetry = { version = "0.18.0", features = ["metrics"] }
opentelemetry-http = "0.7.0"
pin-project-lite = "0.2.9"
[features]
aws-sdk = ["dep:aws-smithy-http"]