1 2 3 4 5 6 7 8
#![cfg_attr(docsrs, feature(doc_cfg))] #[cfg(feature = "api")] pub mod api; #[cfg(any(feature = "oauth", feature = "oauth-server"))] pub mod oauth; #[cfg(feature = "serde")] pub mod serde;