mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
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.
29 lines
565 B
TOML
29 lines
565 B
TOML
[package]
|
|
name = "fabro-redact"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
description = "Secret and credential redaction utilities for Fabro"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
aho-corasick.workspace = true
|
|
ref-cast.workspace = true
|
|
regex.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
url.workspace = true
|
|
|
|
[build-dependencies]
|
|
serde = { workspace = true }
|
|
toml.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|