geojsonvt 0.1.0

A Rust library for slicing GeoJSON data into vector tile on the fly.
Documentation
[dependencies.geojson]
version = "0.24.2"

[dependencies.serde_json]
features = ["float_roundtrip"]
version = "1"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.5.1"

[lib]
name = "geojsonvt"
path = "src/lib.rs"

[package]
authors = ["Lihao"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for slicing GeoJSON data into vector tile on the fly."
edition = "2024"
exclude = ["test", "examples"]
homepage = "https://github.com/GeoPanic/geojsonvt"
keywords = ["vector_tiles", "GeoJSON", "slicing", "GIS"]
license = "MIT OR Apache-2.0"
name = "geojsonvt"
readme = "README.md"
repository = "https://github.com/GeoPanic/geojsonvt"
version = "0.1.0"

[[test]]
name = "test_full"
path = "tests/test_full.rs"

[[test]]
name = "test_multi_world"
path = "tests/test_multi_world.rs"