[dependencies.async-trait]
optional = true
version = "0.1.42"
[dependencies.lta_models]
version = "0.3.0"
[dependencies.reqwest]
features = ["json", "rustls"]
version = "0.11"
[dependencies.serde]
version = "1.0.118"
[dependencies.thiserror]
version = "1.0.29"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"
[features]
blocking = ["reqwest/blocking"]
default = ["async-trait"]
[lib]
name = "lta"
[package]
authors = ["budinverse <me@inve.rs>"]
description = "🚍 Singapore LTA Datamall Rust Client written in pure rust with support for asynchronous requests"
edition = "2018"
exclude = ["/.travis.yml", "/logo.png", "./azure-pipelines.yml", "./.github"]
homepage = "https://github.com/BudiNverse/lta-rs"
keywords = ["LTA", "Singapore", "Client", "Datamall"]
license = "MIT"
name = "lta"
readme = "README.md"
repository = "https://github.com/BudiNverse/lta-rs"
version = "0.5.0"