hecate 0.30.1

OpenStreetMap Inspired Data Storage Backend Focused on Performance and GeoJSON Interchange
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 = "hecate"
version = "0.30.1"
authors = ["ingalls <ingalls@protonmail.com>"]
description = "OpenStreetMap Inspired Data Storage Backend Focused on Performance and GeoJSON Interchange"
homepage = "https://github.com/ingalls/Hecate"
readme = "README.md"
categories = ["database"]
license = "MIT"
repository = "https://github.com/ingalls/Hecate"

[[bin]]
name = "hecate"
doc = false
[dependencies.base64]
version = "0.9.2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "2.31.2"
features = ["yaml"]

[dependencies.env_logger]
version = "0.5"

[dependencies.geojson]
version = "0.11.0"

[dependencies.postgis]
version = "0.6.0"

[dependencies.postgres]
version = "0.15.2"
features = ["with-serde_json", "with-chrono"]

[dependencies.protobuf]
version = "1.5"

[dependencies.quick-xml]
version = "0.12.1"

[dependencies.r2d2]
version = "0.8.2"

[dependencies.r2d2_postgres]
version = "0.14.0"

[dependencies.rand]
version = "0.5"

[dependencies.rocket]
version = "0.3.11"

[dependencies.rocket_codegen]
version = "0.3.11"

[dependencies.rocket_contrib]
version = "0.3.11"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.valico]
version = "2.1"
[dev-dependencies.reqwest]
version = "0.8.4"