jwt-compact 0.8.0

Minimalistic JWT implementation with focus on type safety and secure cryptographic primitives
Documentation

jwt-compact

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 4 of them enabled by default.

default

  • std
  • clock
  • ciborium

std

  • anyhow/std
  • serde_json/std
  • ciborium?/std

clock

  • chrono/clock

ciborium

  • dep:ciborium

rsa

  • dep:rsa
  • rand_core/getrandom
  • sha2/oid

es256k

  • secp256k1
  • lazy_static

ed25519-dalek

  • dep:ed25519-dalek

secp256k1

  • dep:secp256k1

exonum-crypto

  • dep:exonum-crypto

lazy_static

  • dep:lazy_static

ed25519-compact

  • dep:ed25519-compact

p256

  • dep:p256

k256

  • dep:k256