fernet 0.2.2

An implementation of fernet in Rust.
Documentation

fernet

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 9 feature flags, 2 of them enabled by default.

default

  • openssl

openssl

  • dep:openssl

rustcrypto

  • aes
  • cbc
  • sha2
  • hmac
  • subtle

hmac

  • dep:hmac

cbc

  • dep:cbc

sha2

  • dep:sha2

subtle

  • dep:subtle

aes

  • dep:aes

fernet_danger_timestamps

    This feature flag does not enable additional features.