[build-dependencies.prost-build]
version = "0.13.5"
[dependencies.foldhash]
version = "0.1.5"
[dependencies.indexmap]
version = "2.9.0"
[dependencies.prost]
version = "0.13.5"
[[example]]
name = "demo"
path = "examples/demo.rs"
[lib]
name = "tinymvt"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies."
edition = "2021"
license = "MIT"
name = "tinymvt"
readme = "README.md"
repository = "https://github.com/ciscorn/tinymvt"
version = "0.2.1"
[[test]]
name = "make_tile"
path = "tests/make_tile.rs"