# 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" rust-version = "1.67" name = "gpx" version = "0.10.0" description = "Rust read/write support for GPS Exchange Format (GPX)" documentation = "https://docs.rs/gpx" readme = "README.md" license = "MIT" repository = "https://github.com/georust/gpx" [package.metadata.docs.rs] features = ["use-serde"] [dependencies.geo-types] version = "0.7.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "formatting", "parsing", ] [dependencies.xml-rs] version = "0.8.10" [dev-dependencies.assert_approx_eq] version = "1" [dev-dependencies.geo] version = "0.27" [features] use-serde = [ "serde", "time/serde", "geo-types/serde", ]