martin/martin-tile-utils/Cargo.toml
Yuri Astrakhan 8ec040665f
Optimize produced release binaries (#1385)
Minor optimization to create a slightly more compact code (should be the
same performance, or possibly even faster)
2024-06-26 20:31:41 -04:00

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