2023-11-17 03:29:25 +03:00
|
|
|
lints.workspace = true
|
|
|
|
|
2022-11-26 12:46:40 +03:00
|
|
|
[package]
|
|
|
|
name = "martin-tile-utils"
|
2024-06-27 03:31:41 +03:00
|
|
|
version = "0.5.1"
|
2023-03-25 21:37:42 +03:00
|
|
|
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
|
2024-03-03 10:54:01 +03:00
|
|
|
description = "Utilities to help with map tile processing, such as type and compression detection. Used by the MapLibre's Martin tile server."
|
2023-03-25 21:37:42 +03:00
|
|
|
keywords = ["maps", "tiles", "mvt", "tileserver"]
|
2023-10-31 01:52:21 +03:00
|
|
|
categories = ["science::geo", "parsing"]
|
2023-03-25 21:37:42 +03:00
|
|
|
exclude = [
|
|
|
|
# Exclude the fixtures directory from the package - it's only used for tests.
|
|
|
|
"/fixtures",
|
|
|
|
]
|
2023-06-01 16:05:06 +03:00
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-07-06 03:56:23 +03:00
|
|
|
repository.workspace = true
|
|
|
|
rust-version.workspace = true
|
2022-11-26 12:46:40 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2024-06-25 22:34:14 +03:00
|
|
|
brotli.workspace = true
|
|
|
|
flate2.workspace = true
|
2023-12-09 07:38:15 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
approx.workspace = true
|
2023-12-18 08:02:49 +03:00
|
|
|
insta.workspace = true
|