json-simple-obfuscator 0.2.7

A tool to partially hide json value (using unsecure pseudonimize / obfuscate algo).
1
2
3
4
5
6
[toolchain]
# `mise` set the env var RUSTUP_TOOLCHAIN and in docker use the provided toolchain => no channel set
# But some ci/workflow (release*) doesn't use mise
channel = "1.87.0"
components = ["rustc", "cargo", "rust-std", "clippy", "rustfmt"]
profile = "minimal"