# 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 = "self_service" version = "0.0.0" description = "A microservice chassis for HTTP services" readme = "README.md" license = "MIT" [dependencies.axum] version = "0.6" [dependencies.axum-tracing-opentelemetry] version = "0.9" [dependencies.config] version = "0.13" features = ["toml"] default-features = false [dependencies.eyre] version = "0.6" [dependencies.opentelemetry] version = "0.18" features = ["rt-tokio"] [dependencies.opentelemetry-otlp] version = "0.11" features = ["tokio"] [dependencies.reqwest] version = "0.11" [dependencies.reqwest-middleware] version = "0.2.0" [dependencies.reqwest-tracing] version = "0.4.0" features = ["opentelemetry_0_18"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.22" features = ["full"] [dependencies.tower] version = "0.4" features = ["full"] [dependencies.tower-http] version = "0.3" features = ["trace"] [dependencies.tracing] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.18" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.wiremock] version = "0.5"