[dependencies.s2json-core]
version = "1.49.1"
[dependencies.s2json-derive]
optional = true
version = "1.49.1"
[dev-dependencies]
[features]
default = ["derive"]
derive = ["s2json-derive"]
[lib]
bench = true
name = "s2json"
path = "lib.rs"
[package]
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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 = "2024"
homepage = "https://github.com/Open-S2/s2json"
keywords = ["open", "vector", "tile", "gis", "low-cost-code"]
license = "MIT"
name = "s2json"
publish = true
readme = "README.md"
repository = "https://github.com/Open-S2/s2json"
resolver = "2"
rust-version = "1.91.0"
version = "1.49.1"
[profile.bench]
opt-level = 3