open-vector-tile 1.11.1

This library reads/writes The Open Vector Tiles 1.0 Specification
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91.0"
name = "open-vector-tile"
version = "1.11.1"
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
build = false
exclude = [
    "/assets",
    "/benchmarks",
    "/docs",
    "/tests",
    "/tools",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library reads/writes The Open Vector Tiles 1.0 Specification"
homepage = "https://github.com/Open-S2/open-vector-tile"
documentation = "https://docs.rs/open-vector-tile"
readme = "README.md"
keywords = [
    "open",
    "vector",
    "tile",
    "gis",
    "low-cost-code",
]
categories = [
    "encoding",
    "wasm",
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/Open-S2/open-vector-tile"

[features]
default = []
wasm = ["lol_alloc"]

[lib]
name = "open_vector_tile"
crate-type = ["lib"]
path = "rust/lib.rs"
bench = true

[dependencies.libm]
version = "0.2"

[dependencies.lol_alloc]
version = "0.4.1"
optional = true

[dependencies.pbf]
version = "1"

[dependencies.s2json]
version = "1"

[dependencies.serde]
version = "1.0"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["alloc"]
default-features = false

[dev-dependencies.wasm-opt]
version = "0.116.1"

[profile.bench]
opt-level = 3

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true