# 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 = "gpmf" version = "0.1.2" authors = ["Apps4u_co"] description = "WIP gpmf implementation" documentation = "https://docs.rs/gpmf" readme = "README.md" keywords = [ "gpmf", "gopro", "hero", "sensors", "geospatial", ] categories = [ "data-structures", "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apps4uco/gpmf" [dependencies.anyhow] version = "1.0.70" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.24" features = [ "clock", "std", ] default-features = false [dependencies.fixed] version = "1.23.1" [dependencies.num_enum] version = "0.5.11" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.strum_macros] version = "0.24.3" [dependencies.tracing] version = "0.1.37" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.16" [dev-dependencies]