view Cargo.toml @ 92:df344c293239

geohub: Refactor and allow for GPX export
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 08 Dec 2020 21:32:26 +0100
parents 625c0c52e631
children 04cc04ca4d5c
line wrap: on
line source

[package]
name = "geohub"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rocket = "~0.4"
postgres = { version = "~0.15", features = ["with-chrono"] }
chrono = { version = "^0.4", features = ["serde"] }
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
fallible-iterator = "~0.1"

gpx = "~0.8"
geo-types = "~0.4"

[dependencies.rocket_contrib]
version = "~0.4"
default-features = false
features = ["postgres_pool", "json"]