martin/martin-tile-utils/Cargo.toml

17 lines
564 B
TOML
Raw Normal View History

[package]
name = "martin-tile-utils"
2023-06-04 22:04:42 +03:00
version = "0.1.2"
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",
]
edition.workspace = true
license.workspace = true
2023-07-06 03:56:23 +03:00
repository.workspace = true
rust-version.workspace = true
[dependencies]