@@ -4,7 +4,7 @@ name = "init4-bin-base"
44description = " Internal utilities for binaries produced by the init4 team"
55keywords = [" init4" , " bin" , " base" ]
66
7- version = " 0.15.0 "
7+ version = " 0.15.1 "
88edition = " 2021"
99rust-version = " 1.85"
1010authors = [" init4" , " James Prestwich" , " evalir" ]
@@ -30,6 +30,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "re
3030# OTLP
3131opentelemetry_sdk = " 0.30.0"
3232opentelemetry = " 0.30.0"
33+ opentelemetry-http = " 0.30.0"
3334opentelemetry-otlp = " 0.30.0"
3435opentelemetry-semantic-conventions = { version = " 0.30.0" , features = [" semconv_experimental" ] }
3536tracing-opentelemetry = " 0.31.0"
@@ -47,12 +48,12 @@ oauth2 = { version = "5.0.0", optional = true }
4748tokio = { version = " 1.36.0" , optional = true }
4849
4950# Other
50- thiserror = " 2.0.11 "
51+ axum = " 0.8.1 "
5152serde = { version = " 1" , features = [" derive" ] }
53+ thiserror = " 2.0.11"
54+ tower = " 0.5.2"
5255async-trait = { version = " 0.1.80" , optional = true }
5356eyre = { version = " 0.6.12" , optional = true }
54- axum = { version = " 0.8.1" , optional = true }
55- tower = { version = " 0.5.2" , optional = true }
5657
5758# AWS
5859aws-config = { version = " 1.1.7" , optional = true }
@@ -72,7 +73,7 @@ tokio = { version = "1.43.0", features = ["macros"] }
7273default = [" alloy" , " rustls" ]
7374alloy = [" dep:alloy" ]
7475aws = [" alloy" , " alloy?/signer-aws" , " dep:async-trait" , " dep:aws-config" , " dep:aws-sdk-kms" ]
75- perms = [" dep:oauth2" , " dep:tokio" , " dep:reqwest" , " dep:signet-tx-cache" , " dep:eyre" , " dep:axum " , " dep:tower " ]
76+ perms = [" dep:oauth2" , " dep:tokio" , " dep:reqwest" , " dep:signet-tx-cache" , " dep:eyre" ]
7677rustls = [" dep:rustls" , " rustls/aws-lc-rs" ]
7778
7879[[example ]]
0 commit comments