# 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.4.0" authors = ["Rory McCann "] description = "Work with MVT files" 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.failure] version = "0.1.1" [dependencies.flate2] version = "1.0.1" [dependencies.geo] version = "0.12.0" [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"