{"id":47750444,"url":"https://github.com/tkhq/rust-sdk","last_synced_at":"2026-04-09T22:01:42.017Z","repository":{"id":230442058,"uuid":"778911178","full_name":"tkhq/rust-sdk","owner":"tkhq","description":"Repository containing Rust tooling to interact with the Turnkey API","archived":false,"fork":false,"pushed_at":"2026-03-26T21:00:35.000Z","size":1172,"stargazers_count":29,"open_issues_count":12,"forks_count":17,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-26T21:08:10.688Z","etag":null,"topics":["client","cryptography","rust","turnkey"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-28T16:46:32.000Z","updated_at":"2026-03-20T18:03:44.000Z","dependencies_parsed_at":"2026-01-06T20:10:48.731Z","dependency_job_id":"3277c098-0c26-452a-8409-cfb2a1c5f660","html_url":"https://github.com/tkhq/rust-sdk","commit_stats":null,"previous_names":["tkhq/rust-sdk"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/tkhq/rust-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkhq%2Frust-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkhq%2Frust-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkhq%2Frust-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkhq%2Frust-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkhq","download_url":"https://codeload.github.com/tkhq/rust-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkhq%2Frust-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31330135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T02:17:30.558Z","status":"ssl_error","status_checked_at":"2026-04-03T02:17:30.071Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","cryptography","rust","turnkey"],"created_at":"2026-04-03T03:03:26.748Z","updated_at":"2026-04-03T03:03:27.262Z","avatar_url":"https://github.com/tkhq.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turnkey Rust SDK \u0026emsp; [![Build Status]][actions] \n\n[Build Status]: https://img.shields.io/github/actions/workflow/status/tkhq/rust-sdk/main.yml?branch=main\n[actions]: https://github.com/tkhq/rust-sdk/actions?query=branch%3Amain\n\nThis repository contains tooling to interact with the Turnkey API using Rust, and is organized as a collection of Rust crates.\n\n| Crate | Description | crates.io | Docs | Changelog | Source |\n| ----- | ----------- | --------- | -----| ----------| ------ |\n| `turnkey_api_key_stamper` | Utilities to use Turnkey API keys | [![Latest](https://img.shields.io/crates/v/turnkey_api_key_stamper.svg)](https://crates.io/crates/turnkey_api_key_stamper) | [![docs.rs](https://img.shields.io/docsrs/turnkey_api_key_stamper)](https://docs.rs/turnkey_api_key_stamper) | [CHANGELOG](./api_key_stamper/CHANGELOG.md) | [`api_key_stamper`](./api_key_stamper/) |\n| `turnkey_client` | Rust client to interact with the Turnkey API | [![Latest](https://img.shields.io/crates/v/turnkey_client.svg)](https://crates.io/crates/turnkey_client) | [![docs.rs](https://img.shields.io/docsrs/turnkey_client)](https://docs.rs/turnkey_client) | [CHANGELOG](./client/CHANGELOG.md) | [`client`](./client/) |\n| `turnkey_enclave_encrypt` | Utilities to decrypt and encrypt data from and to Turnkey secure enclaves | [![Latest](https://img.shields.io/crates/v/turnkey_enclave_encrypt.svg)](https://crates.io/crates/turnkey_enclave_encrypt) | [![docs.rs](https://img.shields.io/docsrs/turnkey_enclave_encrypt)](https://docs.rs/turnkey_enclave_encrypt) | [CHANGELOG](./enclave_encrypt/CHANGELOG.md) | [`enclave_encrypt`](./enclave_encrypt/) |\n| `turnkey_proofs` | Utilities to verify Turnkey secure enclave proofs | [![Latest](https://img.shields.io/crates/v/turnkey_proofs.svg)](https://crates.io/crates/turnkey_proofs) | [![docs.rs](https://img.shields.io/docsrs/turnkey_proofs)](https://docs.rs/turnkey_proofs) | [CHANGELOG](./proofs/CHANGELOG.md) | [`proofs`](./proofs/) |\n\n\n## Examples\n\nFor fully working code examples, see our [`examples folder`](./examples/README.md).\n\n## Development\n\nThis project uses `make` to encapsulate common tasks:\n* `make lint` will run rust fmt and clippy\n* `make test` runs the unit tests\n* `make examples` runs the [examples](./examples/) (requires a local `.env` file, see [instructions](./examples/README.md))\n* `make generate` re-generates `client::generated` from the [`proto`](./proto/) folder. Code generation logic lives in [`codegen`](./codegen/)\n\n## Releases\n\nThis project uses [`release-plz`](https://github.com/release-plz/release-plz). Install it with:\n\n```sh\ncargo install --locked release-plz\n```\n\nOnce you have it installed you can try a release locally, to see what the release PR would be:\n\n```\nrelease-plz update\n```\n\n### Release flow\n\nWhen PRs are merged to main, release-plz automatically opens a Release PR if it doesn't exist yet, or updates the existing one.\n\nThe PR is opened by the release-plz bot and tagged `release`. A **human** is expected to double check this PR and manually push any fixes to the release PR if necessary (usually: cosmetic changes to the CHANGELOGs).\n\nOnce the PR is merged, the release-plz `release` workflow is triggered and crates are published automatically.\n\n**DO NOT** bump crates manually in standard PRs, let release-plz take care of this for you!\n\n### Manually re-triggering a release\n\nIf something goes wrong during a release and you want to retry, you can open a PR tagged `release` and with a branch named `release-plz-****` to kick off the release workflow again (the `release` tag is necessary to trigger the workflow, and the branch name prefix is how release-plz determines that the PR is a release PR -- see [this](https://release-plz.dev/docs/config#the-release_always-field))\n\n## Feature requests and support\n\nIf you are working on a project in Rust and would benefit from improvements to this SDK, please open an issue or get in touch with us (hello@turnkey.com) and we can discuss prioritizing this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkhq%2Frust-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkhq%2Frust-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkhq%2Frust-sdk/lists"}