# 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 = "1.0.19" authors = ["Chargetrip "] exclude = [".github/**"] description = "A very fast Rust crate for geospatial point clustering." documentation = "https://docs.rs/supercluster" readme = "README.md" keywords = [ "supercluster", "geospatial", "geo", "tile", "mvt", ] license = "MIT" repository = "https://github.com/chargetrip/supercluster-rs" [dependencies.geojson] version = "0.24.1" [dependencies.serde_json] version = "1.0.132"