Docs.rs
riley-auth-core-0.1.1
riley-auth-core 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RileyLeff
Dependencies
anyhow ^1.0
normal
axum ^0.8
normal
base64 ^0.22
normal
chrono ^0.4
normal
dirs ^6.0
normal
hex ^0.4
normal
hmac ^0.12
normal
jsonwebtoken ^9
normal
metrics ^0.24
normal
rand ^0.9
normal
regex ^1
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
sqlx ^0.8
normal
thiserror ^2.0
normal
tokio ^1.43
normal
toml ^0.8
normal
tracing ^0.1
normal
url ^2
normal
utoipa ^5
normal
uuid ^1
normal
tempfile ^3
dev
Versions
32.34%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
riley_auth_core/
lib.rs
1
pub mod
config;
2
pub mod
db;
3
pub mod
error;
4
pub mod
jwt;
5
pub mod
oauth;
6
pub mod
webhooks;