| Crates.io | yacme-protocol |
| lib.rs | yacme-protocol |
| version | 1.1.0 |
| created_at | 2023-03-24 16:06:54.845758+00 |
| updated_at | 2023-03-27 04:15:59.4503+00 |
| description | ACME JWT protocol implementation |
| homepage | |
| repository | https://github.com/alexrudy/yacme |
| max_upload_size | |
| id | 819428 |
| size | 72,292 |
Implementation of the YACME protocol, specifically the JOSE, JWT/JWK parts, including authenticated get-as-post and post requests.
This crate uses unsafe in yacme_protocol::fmt to provide a custom format to serde_json. It uses
the same unsafe code that serde_json uses here
MIT