voo_env 0.2.0
voo_env: ^0.2.0 copied to clipboard
[DEPRECATED] Use voo_config for configuration and voo_secrets for secure secrets. This package used XOR obfuscation which provides false security.
Changelog #
0.1.0 #
FEAT: Initial release of voo_env package.
- Build-time code generation for environment variables
- XOR obfuscation support for sensitive values
- Type support for
String,int,double, andbool - Multi-environment file support
@VooEnvclass annotation with path, obfuscation, and naming options@EnvFieldfield annotation with type, optional, and default value support