cipherstash-client 0.30.0

The official CipherStash SDK
Documentation
1
2
3
4
5
6
["test:integration:client-e2e"]
description = "Run end-to-end cipherstash-client tests (encrypt, decrypt, lock context) with docker compose"
depends = ["guard-mise-env"]
run = """
mise x -- cargo test -p cipherstash-client --test client_e2e --features test-utils -- --ignored
"""