jwt-compact 0.6.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 14 feature flags, 4 of them enabled by default.

default

  • std
  • clock
  • serde_cbor

std

  • anyhow/std
  • serde_json/std
  • serde_cbor?/std

clock

  • chrono/clock

serde_cbor

    This feature flag does not enable additional features.

with_rsa

  • rsa
  • rand_core/getrandom
  • sha2/oid

es256k

  • secp256k1
  • lazy_static

ed25519-compact

    This feature flag does not enable additional features.

rsa

    This feature flag does not enable additional features.

secp256k1

    This feature flag does not enable additional features.

k256

    This feature flag does not enable additional features.

p256

    This feature flag does not enable additional features.

exonum-crypto

    This feature flag does not enable additional features.

ed25519-dalek

    This feature flag does not enable additional features.

lazy_static

    This feature flag does not enable additional features.