[[bin]]
name = "dryrun"
path = "src/dryrun.rs"
[dependencies.base]
version = "0.1.0"
[dependencies.base64]
version = "0.22.1"
[dependencies.chrono]
version = "0.4.41"
[dependencies.dotenv]
version = "0.15"
[dependencies.env_logger]
version = "0.10"
[dependencies.flutter_rust_bridge]
version = "=2.11.1"
[dependencies.reqwest]
default-features = false
features = ["stream", "rustls-tls", "json", "multipart", "cookies"]
version = "0.12.20"
[dependencies.scraper]
version = "0.23.1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.43.0"
[dependencies.urlencoding]
version = "2"
[dev-dependencies.env_logger]
version = "0.10"
[dev-dependencies.flutter_rust_bridge_codegen]
version = "2.11.1"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
crate-type = ["cdylib", "staticlib"]
name = "lib_vtop"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(frb_expand)"]
level = "warn"
priority = 0
[package]
authors = ["VITAP Students <sanjay@nullvijayawada.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "A minimal libre package for VTOP "
documentation = "https://docs.rs/lib_vtop"
edition = "2021"
homepage = "https://github.com/VITAP-Student-Project/lib_vtop"
keywords = ["vtop", "api", "education"]
license = "Apache-2.0"
name = "lib_vtop"
readme = "README.md"
repository = "https://github.com/VITAP-Student-Project/lib_vtop"
version = "1.0.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"
strip = true
[profile.test]
debug = 2
opt-level = 0