# 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 = "2021" name = "uber_api" version = "0.2.8" authors = ["robinjonker"] description = "A library coded in Rust and hosted on crates.io for Uber's API. In particular, Uber Direct with their DaaS API. The Menu API Models have been added as well (endpoints in progress)." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "3" features = [ "derive", "suggestions", "color", ] [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_ignored] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "sync", "time", "parking_lot", ]