# 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" rust-version = "1.70" name = "garmin_client" version = "0.2.0" description = "Provides an oauth2.0-capable client that interfaces with Garmin" readme = "README.md" keywords = [ "garmin", "fitness", "client", "oauth2", ] license = "GPL-3.0" repository = "https://github.com/poster515/Rust-Garmin/" [dependencies.chrono] version = "0.4.31" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "cookies", "multipart", "json", ] [dependencies.reqwest-oauth1] version = "0.2.4" [dependencies.serde] version = "1.0.195" [dependencies.serde_json] version = "1.0.111" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.url] version = "2.5.0" [dependencies.url-builder] version = "0.1.1" [dependencies.zip] version = "0.6"