| Crates.io | zitadel-with-serde |
| lib.rs | zitadel-with-serde |
| version | 0.1.1-alpha.6 |
| created_at | 2025-08-18 01:29:20.800431+00 |
| updated_at | 2025-08-18 23:02:21.174734+00 |
| description | An implementation of ZITADEL API access and authentication in Rust. Now with support for serde for easy JSON serialization and deserialization. |
| homepage | |
| repository | https://github.com/antoinebqain/zitadel-rust |
| max_upload_size | |
| id | 1799836 |
| size | 2,999,228 |
[!NOTE] This repository is a fork of the original ZITADEL Rust SDK.
This repository contains the gRPC service clients and helpers/credentials/other utilities for ZITADEL.
The following features are present:
There exist a few examples in the examples directory.
Go there to see the library in action, or head over to the
documentation to see the full API documentation.
After you clone the repository, you need "just" to run
certain tasks. Generating the gRPC clients is done via just generate-grpc or just
(as it is configured to be the default action for just).
For the generation to complete successfully, you need to have "buf" and the required proto plugins installed.
Required tooling:
protoc-gen-prost: cargo install protoc-gen-prostprotoc-gen-tonic: cargo install protoc-gen-tonicprotoc-gen-prost-crate: cargo install protoc-gen-prost-crateInstalling the tools is also partially available via just install-tools.