# 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 = "uddf-sdk" version = "0.2.1" authors = ["Damien CORLER <31737627+d-corler@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reading and writing UDDF files" homepage = "https://github.com/d-corler/uddf-sdk" readme = "README.md" keywords = [ "uddf", "scuba", "diving", "logbook", "garmin", ] categories = [ "parsing", "data-structures", "encoding", ] license = "GPL-3.0" repository = "https://github.com/d-corler/uddf-sdk" [lib] name = "uddf_sdk" path = "src/lib.rs" [[example]] name = "garmin" path = "examples/garmin.rs" [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.fitparser] version = "0.7.0" [dependencies.quick-xml] version = "0.36.1" features = [ "serde", "serialize", ] [dependencies.serde] version = "1.0.210" features = ["derive"]