# 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 = "2018" name = "hextree" version = "0.3.2" authors = [ "Jay Kickliter ", "Andrew Thompson ", ] build = false exclude = [ ".github/*", "/assets/*", "/test/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Location to value mapping. """ homepage = "https://github.com/jaykickliter/HexTree" documentation = "https://docs.rs/hextree" readme = "README.md" keywords = [ "geo", "geography", "geospatial", "gis", "h3", ] categories = [ "science", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jaykickliter/HexTree" [package.metadata.docs.rs] all-features = true [lib] name = "hextree" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.byteorder] version = "1" optional = true [dependencies.memmap] version = "0.7" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.byteorder] version = "1" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.geo] version = "0.27" [dev-dependencies.h3o] version = "0.5.0" features = ["geo"] [dev-dependencies.h3ron] version = "0.18" [dev-dependencies.tempfile] version = "3" [features] default = [] disktree = [ "byteorder", "memmap", "serde", ] serde = ["dep:serde"]