martin/martin-tile-utils/Cargo.toml
Kian-Meng Ang 4b32ae072b
Fix typos (#1225)
Found via `typos --hidden --format brief`
2024-03-03 02:54:01 -05:00

24 lines
697 B
TOML

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