hackclub_auth_api 0.1.5

a crate to interact with hackclubs oauth api, its unoficial :p
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"