capy run to decrypt .env and pass the plaintext values to your binary. Your code reads env vars with std::env::var or crates like envy.
What’s next
Running your app
The full story on
capy run.Wrap cargo run and cargo test with Capy to inject encrypted environment variables into your Rust binaries — no plaintext at rest, no SDK changes needed.
capy run to decrypt .env and pass the plaintext values to your binary. Your code reads env vars with std::env::var or crates like envy.
capy run.