//! This crate provides implementations of various http authentication schemes
//! for solid storage resource servers and authorization servers.
#![warn(missing_docs)]#![deny(unused_qualifications)]pubmodcommon;#[cfg(feature ="cr-framework")]pubmodchallenge_response_framework;