s2json 1.51.1

This library supports the S2JSON 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 = "s2json"
version = "1.51.1"
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library supports the S2JSON 1.0 Specification"
homepage = "https://github.com/Open-S2/s2json"
documentation = "https://docs.rs/s2json"
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/s2json"
resolver = "2"

[features]
default = ["derive"]
derive = ["s2json-derive"]

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

[dependencies.s2json-core]
version = "1.51.1"

[dependencies.s2json-derive]
version = "1.51.1"
optional = true

[dev-dependencies]

[profile.bench]
opt-level = 3