supercluster 3.0.8

Geospatial and non-geospatial point clustering.
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 = "2021"
name = "supercluster"
version = "3.0.8"
authors = ["Chargetrip <dev@chargetrip.com>"]
build = false
exclude = [
    ".github/**",
    "examples/**",
    "tests/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Geospatial and non-geospatial point clustering."
homepage = "https://chargetrip.com"
documentation = "https://docs.rs/supercluster"
readme = "README.md"
keywords = [
    "supercluster",
    "geospatial",
    "geo",
    "tile",
    "mvt",
]
license = "MIT"
repository = "https://github.com/chargetrip/supercluster-rs"

[features]
cluster_metadata = ["serde_json"]

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

[dependencies.geojson]
version = "0.24.2"

[dependencies.log]
version = "0.4.29"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.twox-hash]
version = "2.1.2"

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

[dev-dependencies.env_logger]
version = "0.11.6"

[dev-dependencies.serde_json]
version = "1.0.149"