# jwt-claims Structured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4. [![GitHub last commit](https://img.shields.io/github/last-commit/andeya/jwt-claims)](https://github.com/andeya/jwt-claims/commits/main) [![Crates.io](https://img.shields.io/crates/v/jwt-claims.svg)](https://crates.io/crates/jwt-claims) [![Docs](https://docs.rs/jwt-claims/badge.svg)](https://docs.rs/jwt-claims) ## Install Run the following Cargo command in your project directory: ```sh cargo add jwt-claims ``` Or add the following line to your Cargo.toml: ```toml jwt-claims = "1" ```