gpx 0.5.0

Rust read/write support for GPS Exchange Format (GPX)
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gpx"
version = "0.5.0"
authors = ["Brendan Ashworth <brendan.ashworth@me.com>", "Corey Farwell <coreyf@rwell.org>"]
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"
[dependencies.assert_approx_eq]
version = "1.0.0"

[dependencies.chrono]
version = "0.4"

[dependencies.error-chain]
version = "0.11.0"

[dependencies.geo-types]
version = "0.2"

[dependencies.xml-rs]
version = "0.8"
[dev-dependencies.geo]
version = "0.10"