11[package ]
22name = " mauth-client"
3- version = " 0.6.1 "
3+ version = " 0.7.0 "
44authors = [
" Mason Gup <[email protected] >" ]
55edition = " 2024"
6+ rust-version = " 1.88"
67documentation = " https://docs.rs/mauth-client/"
78license = " MIT"
89description = " Sign requests and validate responses using the Medidata MAuth protocol"
@@ -15,17 +16,17 @@ categories = ["authentication", "web-programming"]
1516[dependencies ]
1617reqwest = { version = " 0.12" , features = [" json" ] }
1718reqwest-middleware = " 0.4"
18- reqwest-tracing = { version = " 0.5.6 " , optional = true }
19+ reqwest-tracing = { version = " 0.5.8 " , optional = true }
1920async-trait = " >= 0.1.83"
2021url = " 2"
2122serde = { version = " 1" , features = [" derive" ] }
2223serde_json = " 1"
23- serde_yml = " 0.0.10"
24+ serde_yml = " >= 0.0.10"
2425uuid = { version = " 1" , features = [" v4" ] }
2526dirs = " 5"
2627chrono = " 0.4"
2728tokio = { version = " 1" , features = [" fs" ] }
28- tower = { version = " 0.4" , optional = true }
29+ tower = { version = " >= 0.4" , optional = true }
2930axum = { version = " >= 0.8" , optional = true }
3031futures-core = { version = " 0.3" , optional = true }
3132http = " 1"
@@ -42,3 +43,5 @@ axum-service = ["tower", "futures-core", "axum", "bytes", "tracing"]
4243tracing-otel-26 = [" reqwest-tracing/opentelemetry_0_26" ]
4344tracing-otel-27 = [" reqwest-tracing/opentelemetry_0_27" ]
4445tracing-otel-28 = [" reqwest-tracing/opentelemetry_0_28" ]
46+ tracing-otel-29 = [" reqwest-tracing/opentelemetry_0_29" ]
47+ tracing-otel-30 = [" reqwest-tracing/opentelemetry_0_30" ]
0 commit comments