cityjson-json 0.7.2

Serde adapter for CityJSON 2.0, providing (de)serialization on top of the `cityjson` crate.
# 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"
name = "cityjson-json"
version = "0.7.2"
authors = ["Balázs Dukai <balazs.dukai@3dgi.nl>"]
build = false
exclude = [
    "benches/",
    "tests/",
    "docs/",
    ".github/",
    "tools/",
    "resources/",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde adapter for CityJSON 2.0, providing (de)serialization on top of the `cityjson` crate."
readme = "README.md"
keywords = [
    "cityjson",
    "serde",
    "json",
    "geospatial",
    "3d",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/balazsdukai/cityjson-json"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--no-deps",
]

[lib]
name = "cityjson_json"
path = "src/lib.rs"

[dependencies.ahash]
version = "0.8.12"
features = ["serde"]

[dependencies.cityjson]
version = "0.7.1"

[dependencies.derive_more]
version = "2.1"
features = [
    "display",
    "add_assign",
    "deref",
    "deref_mut",
    "from",
    "into_iterator",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"