# 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.62.0" authors = ["ingalls "] description = "OpenStreetMap Inspired Data Storage Backend Focused on Performance and GeoJSON Interchange" homepage = "https://github.com/mapbox/Hecate" readme = "README.md" categories = ["database"] license = "MIT" repository = "https://github.com/mapbox/Hecate" [[bin]] name = "hecate" doc = false [dependencies.base64] version = "0.10" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.32.0" features = ["yaml"] [dependencies.env_logger] version = "0.6" [dependencies.geojson] version = "0.13.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.13.2" [dependencies.r2d2] version = "0.8.3" [dependencies.r2d2_postgres] version = "0.14.0" [dependencies.rand] version = "0.6" [dependencies.rocket] version = "0.4.0" [dependencies.rocket_contrib] version = "0.4.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.valico] version = "2.4" [dev-dependencies.reqwest] version = "0.9.5"