[build-dependencies.prost-build]
version = "0.13.3"
[dependencies.ahash]
version = "0.8.11"
[dependencies.indexmap]
version = "2.6.0"
[dependencies.prost]
version = "0.13.3"
[[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"
version = "0.0.1"
[[test]]
name = "make_tile"
path = "tests/make_tile.rs"