# 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.3.0" authors = [ "Ian Wagner ", "Luke Seelenbinder ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "tile_sorcerer" path = "src/lib.rs" [dependencies.once_cell] version = "1.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio-rustls", "postgres", "chrono", "uuid", ] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_approx_eq] version = "1.1"