| Crates.io | steamworks-encrypted-app-ticket |
| lib.rs | steamworks-encrypted-app-ticket |
| version | 0.1.2 |
| created_at | 2025-11-25 20:08:09.754535+00 |
| updated_at | 2025-11-26 18:50:47.28077+00 |
| description | Safe Rust wrapper for decrypting Steam Encrypted App Tickets |
| homepage | |
| repository | https://github.com/curtispuetz/steamworks-encrypted-app-ticket |
| max_upload_size | |
| id | 1950387 |
| size | 29,467 |
This create provides Rust-friendly bindings for the SteamEncryptedAppTicket part of the Steamworks SDK.
The steamworks crate, while providing Rust-friendly bindings for most of the Steamworks SDK, to my knowledge does not provide them for SteamEncryptedAppTicket. But if the steamworks create does provide them, this crate is still a smaller dependency if all you need is the SteamEncryptedAppTicket part of the SDK.
The integration test uses each function: tests/real_ticket.rs
This crate is dual-licensed under Apache and MIT, except for the files in steamworks-encrypted-app-ticket-sys/vendor/
As of now, its only been tested on my Windows computer. It will probably work on linux and mac as well since I added the binaries for them, but if it does not: submit a ticket on github.