# 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 = "komootgpx" version = "0.2.0" authors = ["Chris Down <chris@chrisdown.name>"] description = "Get GPX files from Komoot" readme = "README.md" keywords = [ "gpx", "hiking", "komoot", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cdown/komootgpx" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.geo-types] version = "0.7.12" [dependencies.gpx] version = "0.10.0" [dependencies.serde] version = "1.0.196" [dependencies.serde_json] version = "1.0.113" [dependencies.unescape] version = "0.1.0" [dependencies.ureq] version = "2.9.4"