# 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 = "awp" version = "0.1.13" description = "wrap axum for easy use" homepage = "https://github.com/xxai-art/rsrv" readme = "README.md" license = "SSPL-1.0" repository = "https://github.com/xxai-art/rsrv.git" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.anypack] version = "0.1.17" [dependencies.axum] version = "0.6.20" [dependencies.coarsetime] version = "0.1.29" [dependencies.envport] version = "0.1.0" [dependencies.futures] version = "0.3.28" [dependencies.loginit] version = "0.1.3" [dependencies.once_cell] version = "1.18.0" [dependencies.tower] version = "0.4.13" features = ["timeout"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-stackdriver] version = "0.7.2" optional = true [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] stackdriver = ["tracing-stackdriver"]