[package]
edition = "2024"
name = "hackclub_auth_api"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a crate to interact with hackclubs oauth api, its unoficial :p"
readme = "README.md"
keywords = [
"hackclub",
"hc",
"hca",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/YoussefDevPro/HCA_api"
[lib]
name = "hackclub_auth_api"
path = "src/lib.rs"
[[test]]
name = "auth_tests"
path = "tests/auth_tests.rs"
[dependencies.chrono]
version = "0.4.42"
[dependencies.futures]
version = "0.3.31"
[dependencies.jsonwebtoken]
version = "10.2.0"
features = ["rust_crypto"]
[dependencies.reqwest]
version = "0.12.26"
features = ["json"]
[dependencies.serde]
version = "1.0.228"
[dependencies.tokio]
version = "1.48.0"
features = ["full"]
[dependencies.urlencoding]
version = "2.1.3"