view Cargo.toml @ 147:51004e96b2d0 default tip

track_ICE: Reduce sending timeout
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 25 Aug 2022 11:45:46 +0200
parents 04cc04ca4d5c
children
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.10"
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"]