init4-bin-base 0.9.1

Internal utilities for binaries produced by the init4 team
Documentation
[dependencies.alloy]
default-features = false
features = ["std", "signer-aws", "signer-local", "consensus", "network"]
optional = true
version = "1.0.11"

[dependencies.async-trait]
optional = true
version = "0.1.80"

[dependencies.aws-config]
optional = true
version = "1.1.7"

[dependencies.aws-sdk-kms]
optional = true
version = "1.15.0"

[dependencies.axum]
optional = true
version = "0.8.1"

[dependencies.chrono]
version = "0.4.40"

[dependencies.eyre]
optional = true
version = "0.6.12"

[dependencies.init4-from-env-derive]
version = "0.1.0"

[dependencies.metrics]
version = "0.24.1"

[dependencies.metrics-exporter-prometheus]
version = "0.17.0"

[dependencies.oauth2]
optional = true
version = "5.0.0"

[dependencies.opentelemetry]
version = "0.29.0"

[dependencies.opentelemetry-otlp]
version = "0.29.0"

[dependencies.opentelemetry-semantic-conventions]
features = ["semconv_experimental"]
version = "0.29.0"

[dependencies.opentelemetry_sdk]
version = "0.29.0"

[dependencies.reqwest]
optional = true
version = "0.12.15"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.signet-constants]
version = "0.8.0"

[dependencies.signet-tx-cache]
optional = true
version = "0.8.0"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
optional = true
version = "1.36.0"

[dependencies.tower]
optional = true
version = "0.5.2"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-core]
version = "0.1.33"

[dependencies.tracing-opentelemetry]
version = "0.30.0"

[dependencies.tracing-subscriber]
features = ["env-filter", "json", "registry"]
version = "0.3.18"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.ajj]
version = "0.3.1"

[dev-dependencies.axum]
version = "0.8.1"

[dev-dependencies.eyre]
version = "0.6.12"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.signal-hook]
version = "0.3.17"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.43.0"

[[example]]
name = "ajj"
path = "examples/ajj.rs"

[[example]]
name = "build-helper"
path = "examples/build-helper.rs"

[[example]]
name = "oauth"
path = "examples/oauth.rs"
required-features = ["perms"]

[[example]]
name = "otlp-export"
path = "examples/otlp-export.rs"

[[example]]
name = "tx_cache"
path = "examples/tx_cache.rs"
required-features = ["perms"]

[features]
alloy = ["dep:alloy", "dep:async-trait", "dep:aws-config", "dep:aws-sdk-kms"]
default = ["alloy"]
perms = ["dep:oauth2", "dep:tokio", "dep:reqwest", "dep:signet-tx-cache", "dep:eyre", "dep:axum", "dep:tower"]

[lib]
name = "init4_bin_base"
path = "src/lib.rs"

[package]
authors = ["init4", "James Prestwich"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Internal utilities for binaries produced by the init4 team"
edition = "2021"
homepage = "https://github.com/init4tech/bin-base"
keywords = ["init4", "bin", "base"]
license = "MIT OR Apache-2.0"
name = "init4-bin-base"
readme = "README.md"
repository = "https://github.com/init4tech/bin-base"
rust-version = "1.81"
version = "0.9.1"

[[test]]
name = "macro"
path = "tests/macro.rs"