cipherstash-client 0.32.0

The official CipherStash SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
["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
"""

["test:integration:client-eql-e2e"]
description = "Run end-to-end cipherstash-client EQL tests with docker compose"
depends = ["guard-mise-env"]
run = """
mise x -- cargo test -p cipherstash-client --test client_eql_e2e --features test-utils,tokio -- --ignored
"""