# 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 = "fit2gpx" version = "0.2.0" authors = ["Jeromos Kovács "] description = ".fit to .gpx converter" readme = "README.md" keywords = [ "garmin", "fit", "cli", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/jeromeschmied/fit2gpx-rs" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.fit_file] version = "0.6.0" [dependencies.geo-types] version = "0.7.13" [dependencies.gpx] version = "0.10.0" [dependencies.time] version = "0.3.36" default-features = false