totp-rs 3.1.0

RFC-compliant TOTP implementation with ease of use as a goal and additionnal QoL features.
Documentation

totp-rs

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

default

    This feature flag does not enable additional features.

qr

  • qrcodegen
  • image
  • base64
  • otpauth

otpauth

  • url
  • urlencoding

gen_secret

  • rand

serde_support

  • serde

url

    This feature flag does not enable additional features.

base64

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.

image

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

urlencoding

    This feature flag does not enable additional features.

qrcodegen

    This feature flag does not enable additional features.