# 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 = "tile_sorcerer" version = "1.1.0" authors = [ "Ian Wagner ", "Luke Seelenbinder ", ] description = "Tools for modeling and querying vector tile sources" readme = "README.md" keywords = [ "gis", "vector", "map", "tiles", "mvt", ] categories = [ "parser-implementations", "database", "science", ] license = "BSD-3-Clause" repository = "https://github.com/stadiamaps/tile_sorcerer" [dependencies.async-trait] version = "0.1" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.slippy_map_tilenames] version = "0.2" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio-rustls", "postgres", "chrono", "uuid", ] default-features = false [dev-dependencies.assert_approx_eq] version = "1.1"