[package]
name = "fitparser"
version = "0.4.1"
authors = ["Matthew Stadelman <stadelmanma@gmail.com>"]
edition = "2018"
description = "A utility to parse ANT .FIT files and allow their contents to be serialized with serde."
license = "MIT"
repository = "https://github.com/stadelmanma/fitparse-rs"
readme = "README.md"
documentation = "https://docs.rs/fitparser"
keywords = ["ant", "fit", "garmin", "serde"]
categories = ["encoding", "parser-implementations"]
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
nom = "6"
serde = { version = "1.0", features = ["derive"] }
[build-dependencies]
calamine = "0.16.1"
[dev-dependencies]
structopt = "0.3"
serde_json = { version = "1.0" }