2022-11-26 12:46:40 +03:00
|
|
|
[package]
|
|
|
|
name = "martin-tile-utils"
|
|
|
|
version = "0.1.0"
|
2023-03-25 21:37:42 +03:00
|
|
|
edition = "2021"
|
2022-11-26 12:46:40 +03:00
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/maplibre/martin"
|
2023-03-25 21:37:42 +03:00
|
|
|
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"]
|
|
|
|
exclude = [
|
|
|
|
# Exclude the fixtures directory from the package - it's only used for tests.
|
|
|
|
"/fixtures",
|
|
|
|
]
|
2022-11-26 12:46:40 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1", features = ["derive"] }
|