# 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" rust-version = "1.64" name = "matrix-http-rendezvous" version = "0.1.12" authors = ["Quentin Gliech "] exclude = [ "/.github", ".gitignore", "/scripts", ] description = "A Tower service which implements MSC3886" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/matrix-org/rust-http-rendezvous-server/" [dependencies.axum] version = "0.6.7" features = ["headers"] [dependencies.base64ct] version = "1.5.3" features = ["std"] [dependencies.bytes] version = "1.4.0" [dependencies.headers] version = "0.3.8" [dependencies.mime] version = "0.3.16" [dependencies.sha2] version = "0.10.6" [dependencies.time] version = "0.3.19" [dependencies.tokio] version = "1.25.0" features = [ "sync", "time", ] [dependencies.tower] version = "0.4.13" features = ["util"] [dependencies.tower-http] version = "0.3.5" features = [ "cors", "limit", "set-header", ] [dependencies.tracing] version = "0.1.37" [dependencies.ulid] version = "1.0.0" features = ["serde"] [dev-dependencies.hyper] version = "0.14.24" [dev-dependencies.tokio] version = "1.25.0" features = [ "macros", "rt", "test-util", ]