martin/martin-tile-utils/Cargo.toml

24 lines
696 B
TOML
Raw Normal View History

lints.workspace = true
[package]
name = "martin-tile-utils"
version = "0.4.1"
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]
[dev-dependencies]
approx.workspace = true
insta.workspace = true