# 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 = "rusty-but-fit" version = "0.5.0" description = "Read Garmin's .FIT files and output them as JSON." readme = "README.md" license = "MIT" repository = "https://github.com/meistermeier/rusty-but-fit" [lib] name = "garmin_fit" path = "src/fit_file.rs" [[bin]] name = "rusty-but-fit" path = "src/main.rs" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120"