hackclub_auth_api 0.0.2

a crate to interact with hackclubs oauth api, its unoficial :p
Documentation
[dependencies.futures]
version = "0.3.31"

[dependencies.jsonwebtoken]
features = ["rust_crypto"]
version = "10.2.0"

[dependencies.reqwest]
features = ["json"]
version = "0.12.26"

[dependencies.serde]
version = "1.0.228"

[dependencies.tokio]
features = ["full"]
version = "1.48.0"

[dependencies.toml]
version = "0.9.8"

[dependencies.urlencoding]
version = "2.1.3"

[lib]
name = "hackclub_auth_api"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "a crate to interact with hackclubs oauth api, its unoficial :p"
edition = "2024"
keywords = ["hackclub", "hc", "hca"]
license = "MIT"
name = "hackclub_auth_api"
readme = "README.md"
repository = "https://github.com/YoussefDevPro/HCA_api"
version = "0.0.2"