fabro/lib/crates/fabro-util/Cargo.toml
Bryan Helmkamp 56de394e01
refactor(redact): extract redaction into dedicated crate
Move secret redaction and DisplaySafeUrl into fabro-redact so credential handling has a narrow ownership boundary. Update direct consumers and docs to depend on fabro_redact instead of fabro_util::redact.
2026-04-24 15:02:23 -04:00

31 lines
639 B
TOML

[package]
name = "fabro-util"
edition.workspace = true
version.workspace = true
publish = false
license.workspace = true
description = "Shared utilities for terminal output, paths, environment, and runtime helpers"
[lib]
doctest = false
[lints]
workspace = true
[dependencies]
console.workspace = true
fabro-static.workspace = true
rand.workspace = true
termimad.workspace = true
serde_json.workspace = true
serde.workspace = true
tokio.workspace = true
dirs.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
anyhow.workspace = true
open = "5"
[dev-dependencies]
insta = { workspace = true }
tempfile = "3"