# 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" rust-version = "1.65" name = "tile-grid" version = "0.6.2" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for map tile grid calculations." homepage = "https://github.com/pka/tile-grid" readme = "README.md" keywords = [ "geo", "vector-tiles", "mercator", "wgs84", ] categories = ["science::geo"] license = "MIT" repository = "https://github.com/pka/tile-grid" [lib] name = "tile_grid" path = "src/lib.rs" [[test]] name = "quadkey" path = "tests/quadkey.rs" [[test]] name = "tiles" path = "tests/tiles.rs" [[test]] name = "tms" path = "tests/tms.rs" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.hilbert_2d] version = "1.1.0" [dependencies.ogcapi-types] version = "0.2.0" default-features = false [dependencies.once_cell] version = "1.17.1" [dependencies.proj] version = "=0.27.0" optional = true default-features = false [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_repr] version = "0.1.12" [dependencies.serde_with] version = "3.8.1" [dependencies.thiserror] version = "1.0.40" [features] projtransform = ["proj"]