# 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 = "2018" name = "lta" version = "0.6.0" authors = ["budinverse "] exclude = [ "/.travis.yml", "/logo.png", "./azure-pipelines.yml", "./.github", ] description = "🚍 Singapore LTA Datamall Rust Client written in pure rust with support for asynchronous requests" homepage = "https://github.com/BudiNverse/lta-rs" readme = "README.md" keywords = [ "LTA", "Singapore", "Client", "Datamall", ] license = "MIT" repository = "https://github.com/BudiNverse/lta-rs" [lib] name = "lta" [dependencies.async-trait] version = "0.1.53" optional = true [dependencies.lta_models] version = "0.4.0" default-features = false [dependencies.reqwest] version = "0.11.10" features = [ "json", "rustls", ] default-features = false [dependencies.serde] version = "1.0.137" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] blocking = ["reqwest/blocking"] default = ["async-trait"] fastfloat = ["lta_models/fastfloat"]