# 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 = "h3ron" version = "0.18.0" authors = ["Nico Mandery "] description = "High-level rust API for H3" homepage = "https://github.com/nmandery/h3ron" readme = "README.md" keywords = [ "geo", "spatial", "h3", ] license = "MIT" repository = "https://github.com/nmandery/h3ron" [package.metadata.docs.rs] all-features = true [[bench]] name = "grid_disk_variants" harness = false [[bench]] name = "collections_insert_get" harness = false [[bench]] name = "indexblock" harness = false [[bench]] name = "cell_boundary" harness = false [dependencies.ahash] version = "0.8" [dependencies.geo] version = "^0.27" [dependencies.geo-types] version = "^0.7" [dependencies.h3ron-h3-sys] version = "0.17" features = ["geo-types"] [dependencies.hashbrown] version = "0.14" features = [] [dependencies.indexmap] version = "2" optional = true [dependencies.nom] version = "7" optional = true [dependencies.roaring] version = "0.10" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"] [features] bindgen = ["h3ron-h3-sys/bindgen"] indexmap = ["dep:indexmap"] parse = ["dep:nom"] use-rayon = ["hashbrown/rayon"] use-serde = [ "dep:serde", "hashbrown/serde", ]