oauth10a 2.0.0

A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities
Documentation

oauth10a

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

default

client (default)

logging (default)

async-trait (default)

base64 (default)

bytes (default)

cidr (default)

crypto-common (default)

hmac (default)

reqwest (default)

serde (default)

serde_json (default)

sha2 (default)

thiserror (default)

url (default)

  • dep:url (default)

urlencoding (default)

uuid (default)

log (default)

  • dep:log (default)

metrics

prometheus

tokio

tracing

tracing-futures