@@ -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.11 .0"
7+ version = " 0.12 .0"
88edition = " 2021"
99rust-version = " 1.81"
1010authors = [" init4" , " James Prestwich" ]
@@ -20,7 +20,7 @@ signet-constants = { version = "0.10.0" }
2020signet-tx-cache = { version = " 0.10.0" , optional = true }
2121
2222# alloy
23- alloy = { version = " 1.0.25" , optional = true , default-features = false , features = [" std" , " signer-aws " , " signer- local" , " consensus" , " network" ] }
23+ alloy = { version = " 1.0.25" , optional = true , default-features = false , features = [" std" , " signer-local" , " consensus" , " network" ] }
2424
2525# Tracing
2626tracing = " 0.1.40"
@@ -70,7 +70,8 @@ tokio = { version = "1.43.0", features = ["macros"] }
7070
7171[features ]
7272default = [" alloy" , " rustls" ]
73- alloy = [" dep:alloy" , " dep:async-trait" , " dep:aws-config" , " dep:aws-sdk-kms" ]
73+ alloy = [" dep:alloy" ]
74+ aws = [" alloy" , " alloy?/signer-aws" , " dep:async-trait" , " dep:aws-config" , " dep:aws-sdk-kms" ]
7475perms = [" dep:oauth2" , " dep:tokio" , " dep:reqwest" , " dep:signet-tx-cache" , " dep:eyre" , " dep:axum" , " dep:tower" ]
7576rustls = [" dep:rustls" , " rustls/aws-lc-rs" ]
7677
0 commit comments