# 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 = "2021" name = "mas-tower" version = "0.9.0" authors = ["Quentin Gliech "] description = "Tower layers used by the Matrix Authentication Service" homepage = "https://matrix-org.github.io/matrix-authentication-service/" license = "Apache-2.0" repository = "https://github.com/matrix-org/matrix-authentication-service/" [dependencies.http] version = "0.2.12" [dependencies.opentelemetry] version = "0.22.0" features = [ "trace", "metrics", ] [dependencies.opentelemetry-http] version = "0.11.0" features = [ "hyper", "tokio", ] [dependencies.opentelemetry-semantic-conventions] version = "0.14.0" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1.36.0" features = ["time"] [dependencies.tower] version = "0.4.13" features = ["util"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-opentelemetry] version = "0.23.0" default-features = false [lints.clippy] all = "deny" pedantic = "warn" str_to_string = "deny" [lints.rust] unsafe_code = "forbid" [lints.rustdoc] broken_intra_doc_links = "deny"