EduBoardAPI 1.1.1

API Wrapper For Bangladesh Education Board Website
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 = "EduBoardAPI"
version = "1.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API Wrapper For Bangladesh Education Board Website"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "EduBoardAPI"
path = "src/main.rs"

[[bin]]
name = "vercel_axum"
path = "api/axum.rs"

[dependencies.axum]
version = "0.8.4"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "cookies",
]

[dependencies.scraper]
version = "0.24.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
]

[dependencies.tower]
version = "0.5.2"

[dependencies.tower-http]
version = "0.6.6"
features = ["trace"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.vercel_runtime]
version = "2"
features = ["axum"]