# 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_download" version = "0.2.0" description = "Provides a DownloadManager struct capable of downloading data directly from Garmin" readme = "README.md" keywords = [ "garmin", "download", "activities", "metrics", ] license = "GPL-3.0" repository = "https://github.com/poster515/Rust-Garmin/" [dependencies.chrono] version = "0.4.31" [dependencies.config] version = "0.14.0" [dependencies.garmin_client] version = "0.2.0" [dependencies.getopts] version = "0.2.21" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2.0" [dependencies.serde] version = "1.0.195" [dependencies.serde_derive] version = "1.0.195" [dependencies.serde_json] version = "1.0.111"