# 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 = "t3" version = "0.1.20" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "wrap axum for easy use" homepage = "https://github.com/i18n-site/srv/tree/main/rust/t3/src" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/srv.git" [lib] name = "t3" path = "src/lib.rs" [dependencies.axum] version = "0.7.5" features = ["ws"] [dependencies.coarsetime] version = "0.1.34" [dependencies.futures] version = "0.3.30" [dependencies.re] version = "0.1.8" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ] [dependencies.tower] version = "0.4.13" features = ["timeout"] [dependencies.tower-http] version = "0.5.2" features = ["compression-zstd"] [dependencies.tracing] version = "0.1.40" [dependencies.xtld] version = "0.1.3" [features] default = [] stackdriver = []