s2json 1.5.1

This library supports the S2JSON 1.0 Specification
Documentation
[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0"

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

[dev-dependencies]

[lib]
bench = true
name = "s2json"
path = "rust/lib.rs"

[package]
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "wasm", "embedded", "no-std"]
description = "This library supports the S2JSON 1.0 Specification"
documentation = "https://docs.rs/s2json"
edition = "2021"
exclude = ["/assets", "/fixtures", "/syntaxes", "s2json-spec-1.0.2.vsix", "language-configuration.json", "/benchmarks", "/coverage", "/docs", "/test", "/tools", "/src", "/s2json-spec", "TODO", "/.github"]
homepage = "https://github.com/OpenS2/s2json"
keywords = ["open", "vector", "tile", "gis", "low-cost-code"]
license = "MIT"
name = "s2json"
readme = "README.md"
repository = "https://github.com/OpenS2/s2json"
version = "1.5.1"

[profile.bench]
opt-level = 3