# 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 = "fitparser" version = "0.8.0" authors = ["Matthew Stadelman "] description = "A utility to parse ANT .FIT files and allow their contents to be serialized with serde." documentation = "https://docs.rs/fitparser" readme = "README.md" keywords = [ "ant", "fit", "garmin", "serde", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/stadelmanma/fitparse-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.nom] version = "7" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.structopt] version = "0.3"