Docs.rs
junobuild-auth-0.3.2
junobuild-auth 0.3.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
peterpeterparker
Dependencies
base64 ^0.22.1
normal
candid ^0.10.20
normal
getrandom ^0.2.16
normal
ic-canister-sig-creation ^1.3.1
normal
ic-cdk ^0.19.0
normal
ic-certification ^3.0.3
normal
jsonwebtoken-ic ^10.2.0-ic.1
normal
junobuild-shared ^0.7.1
normal
serde ^1.0.225
normal
serde_bytes ^0.11.19
normal
serde_json ^1.0.145
normal
sha2 ^0.10.8
normal
url ^2.5.4
normal
jsonwebtoken-ic ^10.2.0-ic.1
dev
Versions
1.43%
of the crate is documented
Platform
wasm32-unknown-unknown
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
junobuild_auth/automation/
mod.rs
1
mod
constants;
2
mod
impls;
3
mod
prepare;
4
pub mod
types;
5
mod
utils;
6
7
pub use
prepare::
*
;