jwtea 0.1.0

Lean JWT library
Documentation
# jwtea: a lean JWT library

[<img alt="CI status of main" src="https://img.shields.io/github/actions/workflow/status/elan-ev/jwtea/ci.yaml?branch=main&label=CI&logo=github&logoColor=white&style=for-the-badge" height="23">](https://github.com/elan-ev/jwtea/actions/workflows/ci.yaml)
[<img alt="Crates.io Version" src="https://img.shields.io/crates/v/jwtea?logo=rust&style=for-the-badge" height="23">](https://crates.io/crates/jwtea)
[<img alt="docs.rs" src="https://img.shields.io/crates/v/jwtea?color=blue&label=docs&style=for-the-badge" height="23">](https://docs.rs/jwtea)

A library for working with JWTs, which is rather light-weight, only works with asymmetric signature algorithms, and cares about performance.
This project is still work in progress!
Currently, only the "verifying JWTs" side is covered, not the "generating JWTs".

---

## License

Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.