[package]
name = "init4-bin-base"
description = "Internal utilities for binaries produced by the init4 team"
keywords = ["init4", "bin", "base"]
version = "0.2.2"
edition = "2021"
rust-version = "1.81"
authors = ["init4", "James Prestwich"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/init4tech/bin-base"
repository = "https://github.com/init4tech/bin-base"
[dependencies]
tracing = "0.1.40"
tracing-core = "0.1.33"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "registry"] }
opentelemetry_sdk = "0.28.0"
opentelemetry = "0.28.0"
opentelemetry-otlp = "0.28.0"
opentelemetry-semantic-conventions = { version = "0.28.0", features = ["semconv_experimental"] }
tracing-opentelemetry = "0.29.0"
url = "2.5.4"
metrics = "0.24.1"
metrics-exporter-prometheus = "0.16.2"
chrono = "0.4.40"
thiserror = "2.0.11"
alloy = { version = "0.12.6", optional = true, default-features = false, features = ["std"] }
serde = { version = "1", features = ["derive"] }
[dev-dependencies]
ajj = "0.3.1"
axum = "0.8.1"
serial_test = "3.2.0"
signal-hook = "0.3.17"
tokio = { version = "1.43.0", features = ["macros"] }
[features]
default = ["alloy"]
alloy = ["dep:alloy"]
perms = []