lnu-elytra 0.0.5

LNU 岭南师范学院 正方教务系统 抢课 选课工具
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 = "lnu-elytra"
version = "0.0.5"
build = false
include = [
    "/src/**/*",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LNU 岭南师范学院 正方教务系统 抢课 选课工具"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/mcitem/lnuElytra"

[features]
__pyo3 = [
    "dep:pyo3",
    "blocking",
    "cookie_override",
]
blocking = ["dep:tokio"]
cookie_override = []
default = []
tracing = ["dep:tracing"]

[lib]
name = "lnu_elytra"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.pyo3]
version = "0.28.0"
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "cookies",
    "form",
    "json",
    "query",
]
default-features = false

[dependencies.rsa]
version = "0.9.10"

[dependencies.scraper]
version = "0.25.0"
features = ["atomic"]

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = ["rt-multi-thread"]
optional = true

[dependencies.tracing]
version = "0.1.44"
optional = true

[dev-dependencies.env_logger]
version = "0.11.9"

[dev-dependencies.pyo3-stub-gen]
version = "0.19.0"