mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
8ec040665f
Minor optimization to create a slightly more compact code (should be the same performance, or possibly even faster)
26 lines
745 B
TOML
26 lines
745 B
TOML
lints.workspace = true
|
|
|
|
[package]
|
|
name = "martin-tile-utils"
|
|
version = "0.5.1"
|
|
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
|
|
description = "Utilities 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"]
|
|
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
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
brotli.workspace = true
|
|
flate2.workspace = true
|
|
|
|
[dev-dependencies]
|
|
approx.workspace = true
|
|
insta.workspace = true
|