[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_tuple]
version = "0.5"
[dependencies.thiserror]
version = "1"
[package]
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
categories = ["science::geo"]
description = "Library for serializing the TileJSON file format"
documentation = "https://docs.rs/tilejson"
edition = "2021"
homepage = "https://github.com/georust/tilejson"
keywords = ["maplibre", "mapbox", "tilejson", "serde"]
license = "MIT OR Apache-2.0"
name = "tilejson"
readme = "README.md"
repository = "https://github.com/georust/tilejson"
version = "0.3.4"