martin/martin-tile-utils/Cargo.toml

18 lines
605 B
TOML
Raw Normal View History

[package]
name = "martin-tile-utils"
2023-10-31 01:52:21 +03:00
version = "0.1.4"
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
description = "Utilites to help with map tile processing, such as type and compression detection. Used by the MapLibre's Martin tile server."
keywords = ["maps", "tiles", "mvt", "tileserver"]
2023-10-31 01:52:21 +03:00
categories = ["science::geo", "parsing"]
exclude = [
# Exclude the fixtures directory from the package - it's only used for tests.
"/fixtures",
]
edition.workspace = true
license.workspace = true
2023-07-06 03:56:23 +03:00
repository.workspace = true
rust-version.workspace = true
[dependencies]