# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "map-engine-server" version = "0.1.0" authors = ["José Padarian "] description = "An HTTP map tile server" keywords = ["geo", "map", "tile", "raster"] categories = ["visualization", "web-programming::http-server"] license = "MIT" repository = "https://gitlab.com/spadarian/map-engine" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] [[bin]] name = "map-engine-server" path = "src/main.rs" [dependencies.async-std] version = "1.6.5" features = ["attributes"] [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.dotenv] version = "0.15" [dependencies.log] version = "0.4" [dependencies.map-engine] version = "0.1" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tide] version = "0.16" features = ["h1-server", "logger"] default-features = false [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.tide-testing] version = "0.1"