earthwyrm 0.2.0

Vector tile map server for openstreetmap data
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]
edition = "2018"
name = "earthwyrm"
version = "0.2.0"
authors = ["Douglas Lau <doug.lau@state.mn.us>"]
description = "Vector tile map server for openstreetmap data"
homepage = "https://github.com/DougLau/earthwyrm"
documentation = "https://docs.rs/earthwyrm"
readme = "README.md"
keywords = ["cartography", "gis", "osm", "server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DougLau/earthwyrm"
[dependencies.env_logger]
version = "0.6"

[dependencies.fallible-iterator]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.mvt]
version = "0.5.2"

[dependencies.postgis]
version = "0.6"

[dependencies.postgres]
version = "0.15"

[dependencies.r2d2]
version = "0.8"

[dependencies.r2d2_postgres]
version = "0.14"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.4"

[dependencies.users]
version = "0.7"

[dependencies.warp]
version = "0.1"