# 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 = "2021" name = "rusty-mvt" version = "0.1.0" description = "A lightweight server for Mapbox Vector Tiles, implemented in Rust." license = "MIT" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.axum] version = "0.6.20" [dependencies.axum-macros] version = "0.3.8" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.error-chain] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.prost] version = "0.12.1" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio", "postgres", "json", ] [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ]