mapbox_vector_tile 0.1.0

Work with Slippy map tile names, found in OpenStreetMap
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 = "mapbox_vector_tile"
version = "0.1.0"
authors = ["Rory McCann <rory@technomancy.org>"]
description = "Work with Slippy map tile names, found in OpenStreetMap"
homepage = "https://github.com/rory/rust-mapbox-vector-tile"
keywords = ["openstreetmap", "osm", "vector-tiles", "geo"]
license = "AGPL-3.0"
repository = "https://github.com/rory/rust-mapbox-vector-tile"
[dependencies.flate2]
version = "1.0.1"

[dependencies.geo]
version = "0.7.3"

[dependencies.protobuf]
version = "1.4.3"

[dependencies.serde]
version = "1.0.27"

[dependencies.serde_derive]
version = "1.0.27"

[dependencies.serde_json]
version = "1.0.10"

[dependencies.slippy-map-tiles]
version = "0.14.0"